Metadata-Version: 1.1
Name: cyclotron-aiokafka
Version: 0.6.0
Summary: AioKafka driver for cyclotron
Home-page: https://github.com/MainRo/cyclotron-aiokafka.git
Author: Romain Picard
Author-email: romain.picard@oakbits.com
License: MIT
Description: 
        ====================================
        AsyncIO Kafka support for Cyclotron
        ====================================
        
        .. image:: https://badge.fury.io/py/cyclotron-aiokafka.svg
            :target: https://badge.fury.io/py/cyclotron-aiokafka
        
        .. image:: https://github.com/mainro/cyclotron-aiokafka/workflows/Python%20package/badge.svg
            :target: https://github.com/mainro/cyclotron-aiokafka/actions?query=workflow%3A%22Python+package%22
            :alt: Github WorkFlows
        
        This is a `Cyclotron <https://github.com/MainRo/cyclotron-py>`_ driver for Kafka
        producer and consumers. It is based on `AIOKafka
        <https://github.com/aio-libs/aiokafka>`_, and designed specifically for
        `makinage <https://github.com/maki-nage/makinage>`_. No doc for now as the code
        is still experimental.
        
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
