Metadata-Version: 2.4
Name: knot0_types
Version: 2.0.34
Summary: Prebuilt Pydantic models generated from Knot0 JSON Schemas
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic<3,>=2.0

knot0-types (Python)

Prebuilt Pydantic models generated from the monorepo JSON Schemas.

Note: The generator writes modules under `knot0-src/packages-v2/types-py/knot0_types_v2/`.
You can import models directly after running the generator.

Build
```bash
node knot0-src/schemas-v2/scripts/build.mjs
python3 knot0-src/scripts/generate-pydantic-models.py
```

