Metadata-Version: 2.3
Name: AioKafkaEngine
Version: 0.0.3
Summary: Wrapper around aio-kafka to use and receive via a asyncio queue
Project-URL: Homepage, https://github.com/Bot-detector/AioKafkaEngine
Project-URL: Bug Tracker, https://github.com/Bot-detector/AioKafkaEngine/issues
Author-email: Extreme4all <author@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# AioKafkaEngine

## building
```sh
python3 -m pip install --upgrade build
python3 -m build
```
## distributing
For the username, use __token__. For the password, use the token value, including the pypi- prefix.
```sh
python3 -m pip install --upgrade twine
# python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload dist/*
```
