Metadata-Version: 2.4
Name: juno-models
Version: 0.1.6
Summary: Generated Pydantic models from Juno OpenAPI contracts
Project-URL: Repository, https://github.com/momerlk/juno_contracts
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.0
Description-Content-Type: text/markdown

# juno-models

Generated Pydantic v2 models from the [Juno OpenAPI contracts](https://github.com/momerlk/juno_contracts).

## Installation

```bash
pip install juno-models
```

## Usage

```python
from juno_models import *
```

Models are auto-generated from `openapi.yaml` — do not edit manually.
