Metadata-Version: 2.4
Name: ml3macro-pydantic
Version: 0.0.3
Summary: ml3macro pydantic helpers - base models and frozen dict type
Author: macro
Project-URL: Homepage, https://codeberg.org/gxyflow/ml3macro
Project-URL: Repository, https://codeberg.org/gxyflow/ml3macro
Requires-Python: <3.15,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: ml3macro-utils<0.1.0,>=0.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-ulid[pydantic]>=1.0.0

# ml3macro-pydantic

Pydantic helpers and classes for ml3macro projects.

## Installation

```bash
pip install ml3macro-pydantic
```

## Usage

```python
from ml3macro.pydantic.base_model import ML3MacroBaseModel
from ml3macro.pydantic.frozendict import FrozenDict
```

## Requirements

- Python 3.11+
- ml3macro-utils
- pydantic
- python-ulid

## License

MIT License
