Metadata-Version: 2.4
Name: ol_anura
Version: 1.2.0
Summary: Schemas and core utilities for Anura projects
Author: Optilogic
License: MIT
Project-URL: Homepage, https://optilogic.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0

# ol-anura

Python package for Anura schemas and core utilities.

## Install

```bash
pip install ol-anura
```

## Usage

```python
import ol_anura
```
