Metadata-Version: 2.1
Name: meshemy
Version: 0.3.0
Summary: Developer friendly suite for manipulating mesh
Author: caniko
Author-email: canhtart@gmail.com
Requires-Python: >=3.10,<3.11.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: bpy (>=3.4.0,<4.0.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: open3d (==0.16.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: pydantic-numpy (>=1.3.0,<2.0.0)
Requires-Dist: pymeshfix (>=0.16.2,<0.17.0)
Description-Content-Type: text/markdown

# Meshemy: Python toolbelt for manipulating mesh
Consolidation package for manipulating mesh. Comes with cookbook models from each package

## Installation
```shell
pip install meshemy
```
Use it in your poetry package
```shell
poetry add meshemy
```

