Metadata-Version: 2.4
Name: NAPDAMESH
Version: 0.1.0
Summary: Custom triangular mesh processing and boolean operations, based on trimesh.
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: homepage, https://github.com/jung-hyun-do/NAPDAMESH
Project-URL: documentation, https://github.com/jung-hyun-do/NAPDAMESH#readme
Project-URL: repository, https://github.com/jung-hyun-do/NAPDAMESH
Keywords: mesh,geometry,boolean,3D,trimesh
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20
Requires-Dist: vedo
Requires-Dist: manifold3d>=2.3.0
