Metadata-Version: 2.1
Name: cadbuildr
Version: 0.0.1
Summary: CAD building tools for Python - Base Package
Home-page: https://cadbuildr.com
License: MIT
Keywords: cad,3d,modeling
Author: Cadbuildr Team
Author-email: clement@cadbuildr.com
Requires-Python: >=3.10,<4.0
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Documentation, https://documentation.cadbuildr.com
Description-Content-Type: text/markdown

# Simple mini package to reserver cadbuildr namespace

## Publishing to PyPI

```bash
poetry publish --build
```

