Metadata-Version: 2.1
Name: mvtec-halcon
Version: 22111.0.1
Summary: Native Python language bindings for MVTec HALCON.
Home-page: https://www.mvtec.com/products/halcon
Author: MVTec Software GmbH
Author-email: info@mvtec.com
License: Other/Proprietary License see eula.html
Keywords: HALCON MVTec image processing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# HALCON/Python

HALCON/Python is a set of native Python language bindings for HALCON.
This includes interfaces for operators, HDevEngine and interoperability
for third-party libraries like NumPy.

The major design goals for HALCON/Python are simplicity and rapid prototyping.

NOTE: A native installation of HALCON is required in addition to this package.
This package only contains the Python bindings.

### Platform Independence

HALCON/Python is officially supported on all Tier 1 platforms supported by
CPython, the reference implementation of the Python programming language. That
is  x64-win64, x64-linux, and x64-macosx. That said, it is possible that other
platforms and alternative Python implementations are functional, of course
native HALCON binaries also need to be available on that platform.
