Metadata-Version: 2.1
Name: wunderkafka
Version: 0.9.14
Summary: librdkafka-powered client for Kafka for python with (hopefully) more handful API
Home-page: https://github.com/severstal-digital/wunderkafka
Author: Kirill Tribunsky
Author-email: tribunsky.kir@yandex.ru
License: Apache-2.0 License
Project-URL: Bug Tracker, https://github.com/severstal-digital/wunderkafka/issues
Keywords: kafka,cloudera,confluent
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Wunderkafka

>The power of librdkafka for <s>humans</s> pythons

Wunderkafka provides handful facade for C-powered consumer/producer. It's built on top of the [confluent-kafka](https://pypi.org/project/confluent-kafka/)

For a quick view on what is going on, please check [Quickstart](https://wunderkafka.readthedocs.io/en/stable/pages/quickstart.html) and [Documentation](https://wunderkafka.readthedocs.io/en/stable/)

Installation process described [here](https://wunderkafka.readthedocs.io/en/stable/pages/install.html)
