Metadata-Version: 2.1
Name: notification_server_connector
Version: 1.0.974382034
Summary: Connector for communication with notification server
Author: skrcka
Author-email: krcek.adam@gmail.com
Requires-Python: ==3.10.6
Classifier: Programming Language :: Python :: 3
Requires-Dist: aiocache (>=0.12.1,<0.13.0)
Requires-Dist: aiohttp (>=3.8.5,<4.0.0)
Requires-Dist: aiokafka (>=0.8.1,<0.9.0)
Requires-Dist: async-tools-abm (>=0.1.50122,<0.2.0)
Requires-Dist: dict-caster-abm (>=1.0.52354,<2.0.0)
Requires-Dist: furl (>=2.1.3,<3.0.0)
Requires-Dist: http-tools-abm (==3.0.51686)
Requires-Dist: init-helpers-abm (>=0.1.52663,<0.2.0)
Description-Content-Type: text/markdown

# Notification server connector

## Requirements

- python 3.10
- poetry

## Dev install steps

```bash
poetry install
poetry run pre-commit install
```

## Test connector

```bash
poetry run pytest
```

