Metadata-Version: 2.4
Name: morphra
Version: 0.2.0
Summary: Velarium IR to Pydantic models — scaffold
Project-URL: Homepage, https://github.com/eddiethedean/velarium
Project-URL: Repository, https://github.com/eddiethedean/velarium
Project-URL: Documentation, https://github.com/eddiethedean/velarium/blob/main/docs/README.md
Project-URL: Changelog, https://github.com/eddiethedean/velarium/blob/main/CHANGELOG.md
Author: Velarium contributors
License: MIT
License-File: LICENSE
Keywords: ir,pydantic,typing,velarium
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# morphra

**Role in Velarium:** **IR → Pydantic** — map Velarium (`ModelSpec` / `TypeSpec`) into Pydantic v2 models (generated source or runtime construction), preserving validation intent where the IR allows.

| | |
|---|---|
| **PyPI** | `morphra` (scaffold) |
| **Status** | **Scaffold** — no code generation yet |

## Planned use cases

- FastAPI / service layers that want models aligned with the same IR as stubs  
- Shared typing story between static stubs (**velotype**) and runtime validation  

## See also

- [docs/valarium.md](../../docs/valarium.md) — backend placement in the pipeline  
- [docs/modelspec-ir.md](../../docs/modelspec-ir.md) — `ModelSpec` / `TypeSpec` schema  
- [docs/supported-annotations.md](../../docs/supported-annotations.md) — what the IR can represent today  
- [**velarium**](../velarium/README.md) — IR types morphra will consume  
