Metadata-Version: 2.1
Name: ol_anura
Version: 0.0.2
Summary: Schemas and core utilities for Anura projects
Home-page: https://optilogic.com
Author: Optilogic
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
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 anura
```
