Metadata-Version: 2.4
Name: ol_anura
Version: 0.0.4
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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ol-anura

Python package for Anura schemas and core utilities.

## Install

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

## Usage

```python
import anura
```
