Metadata-Version: 2.4
Name: pyocat
Version: 0.1.0
Summary: 
License-File: LICENSE
Author: Mathias Hörtnagl
Author-email: mathias.hoertnagl@watercryst.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic (>=2.13.3,<3.0.0)
Description-Content-Type: text/markdown

Execute to download dependencies:

```bash
poetry install
```

Execute to run the unit tests:

```bash
poetry run pytest
```

Execute to build the library:

```bash
poetry build
```

