Metadata-Version: 2.1
Name: compas-occ
Version: 0.2.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
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: compas (>=1.5)
Requires-Dist: nptyping
Requires-Dist: typing-extensions

# COMPAS OCC

COMPAS wrapper for the Python bindings of OCC

For more information, see the docs at <https://compas.dev/compas_occ/latest/index.html>.

## Installation

```bash
conda create -n occ python=3.8 compas compas_view2 pythonocc-core
conda activate occ
pip install -e .
```

## Examples

Check out the examples in the docs to get started.


