Metadata-Version: 2.3
Name: ogt
Version: 0.0.1
Summary: ogt: a collection of tools for working with openGrid
Author: Bastien GANDOUET
Author-email: Bastien GANDOUET <bastien@mozaiqu.es>
License: PolyForm Noncommercial 1.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cadquery>=2.6.0
Requires-Dist: pydantic>=2.0,<3
Requires-Dist: click>=8.0
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/bastien/ogt
Project-URL: Repository, https://github.com/bastien/ogt
Description-Content-Type: text/markdown

# ogt (Python)

CLI tool and library for generating [openGrid](https://github.com/ddanier) 3D models with CadQuery.

## Development

```bash
uv run pytest          # tests
uv run ruff check      # lint
uv run ruff format     # format
uv run ty check        # type-check
```
