Metadata-Version: 2.1
Name: compas_occ
Version: 0.7.0
Summary: COMPAS wrapper for the Python bindings of OCC
Home-page: https://github.com/compas-dev/compas_occ
Author: tom van mele
Author-email: van.mele@arch.ethz.ch
License: MIT license
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

# COMPAS OCC

![build](https://github.com/compas-dev/compas_occ/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_occ.svg)](https://github.com/compas-dev/compas_occ)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compas_occ.svg)](https://pypi.python.org/project/compas_occ)
[![PyPI - Latest Release](https://img.shields.io/pypi/v/compas_occ.svg)](https://pypi.python.org/project/compas_occ)
[![Conda - Latest Release](https://anaconda.org/conda-forge/compas_occ/badges/version.svg)](https://anaconda.org/conda-forge/compas_occ)
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas_occ)](https://anaconda.org/conda-forge/compas_occ)

COMPAS wrapper for the Python bindings (`pythonocc-core`) of the 3D geometry kernel of Open Cascade.

More info coming soon.
In the meantime, see the docs at <https://compas.dev/compas_occ/latest/index.html>.
