Metadata-Version: 2.4
Name: kafka-broker-py
Version: 0.0.1
Summary: RPC имплементация брокера Kafka
Author-email: Nikita Sysoev <nylinary@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: aiokafka~=0.12.0
Description-Content-Type: text/markdown

# kafka-broker

## Build
python3 -m build

## Publish
twine upload --skip-existing dist/*