Metadata-Version: 2.1
Name: apolo-base-client
Version: 24.10.3
Summary: Common utilities for apolo internal clients
License: Apache 2
Author: Andrew Svetlov
Author-email: andrew.svetlov@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
Requires-Dist: pytest-aiohttp (>=1.0.5,<2.0.0)
Requires-Dist: pytest-asyncio (>=0.24.0,<0.25.0)
Requires-Dist: typing-extensions (>=4.4.0)
Description-Content-Type: text/markdown

# Common utilities for apolo internal clients


## Installation

```
poetry install -G dev
```

## Install pre-commit hooks

```
pre-commit install
```

## Tests run

```
poetry run pytest
```


## Mypy checks

```
mypy
```

