Metadata-Version: 2.1
Name: wunderkafka
Version: 0.10.2
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
Requires-Dist: confluent-kafka[avro] (>=1.2.0)
Requires-Dist: avro-python3 (>=1.10.0)
Requires-Dist: requests-kerberos (>=0.13.0)
Requires-Dist: fastavro (>=1.4.7)
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: dataclasses-avroschema (>=0.25.2) ; python_version < "3.10"
Requires-Dist: dataclasses (~=0.8) ; python_version == "3.6"
Requires-Dist: dataclasses-avroschema (>=0.34.0) ; python_version >= "3.10"

# 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)
