Metadata-Version: 2.1
Name: patchwork-client-kafka
Version: 0.0.6
Summary: Kafka client for Patchwork - The distributed asynchronous microframework
Home-page: 
Author: Pawel Pecio
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
License-File: LICENSE

# Patchwork Client Kafka

Kafka Client implementation for Patchwork - an asynchronous distributed microframework.
Currently, only asynchronous client is implemented.


## Requirements
* Python 3.7

## Installation

``pip install patchwork-client-kafka`

## Documentation

https://patchwork-framework.gitlab.io/core



