Metadata-Version: 2.1
Name: crytapi
Version: 0.0.6
Summary: 
Author: Aleksander Skiridomov
Author-email: aleksander.skiridomov@cryt.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# CRYT Python API

### Install dependencies
```
pip install poetry
```

### Test
```
poetry run pytest -v
```

### Build
```
poetry build
```

### Publish
```
poetry publish
```
