Metadata-Version: 2.4
Name: pyocat
Version: 0.3.0
Summary: 
License-File: LICENSE
Author: WATERCryst Developers
Author-email: appservice@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.2,<3.0.0)
Description-Content-Type: text/markdown

# Biocat Python Api Client

[![Test Python Package](https://github.com/WATERCryst/pyocat/actions/workflows/push.pipeline.yml/badge.svg?branch=main)](https://github.com/WATERCryst/pyocat/actions/workflows/push.pipeline.yml)
[![PyPI version](https://badge.fury.io/py/pyocat.svg)](https://badge.fury.io/py/pyocat)

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
```

