Metadata-Version: 2.1
Name: notification-server-connector-mentortools
Version: 1.5.1139652985
Summary: Connector for communication with notification server
Author: skrcka
Author-email: krcek.adam@gmail.com
Requires-Python: >=3.9,<4.0
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
Requires-Dist: aiocache
Requires-Dist: aiokafka
Requires-Dist: async-tools-abm
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
```

