Metadata-Version: 2.1
Name: wildmeshing
Version: 0.4.1
Summary: WildMeshing Bindings
Home-page: https://wildmeshing.github.io
Author: Teseo Schneider
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSES_bundled
Requires-Dist: svgwrite
Requires-Dist: numpy

# Wildmeshing python bindings
![Build](https://github.com/wildmeshing/wildmeshing-python/workflows/Build/badge.svg)

python interface to **triangulate** and **tetrahedralize**

use:

```bash
python setup.py develop
```

or 
```bash
python -m pip install . -vv
```
to install
