Metadata-Version: 2.1
Name: chatora.confluent-kafka-ext
Version: 0.1
Summary: Apache Kafka and Schema Registry client libraries for Python on top of confluent-kafka-python.
Home-page: https://github.com/takaomag/chatora.confluent_kafka_ext
Author: Takao Magoori
Author-email: takaomag@users.noreply.github.com
Maintainer: Takao Magoori
Maintainer-email: takaomag@users.noreply.github.com
License: MIT
Download-URL: https://github.com/takaomag/chatora.confluent_kafka_ext/releases
Project-URL: source code, https://github.com/takaomag/chatora.confluent_kafka_ext
Project-URL: issues, https://github.com/takaomag/chatora.confluent_kafka_ext/issues
Project-URL: documentation, https://github.com/takaomag/chatora.confluent_kafka_ext/blob/master/README.md
Keywords: Kafka,Confluent Platform,Schema Registry,Avro
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: setuptools (>=40.5.0)
Requires-Dist: pip (>=18.1)
Requires-Dist: wheel (>=0.32.2)
Requires-Dist: packaging (>=18.0)
Requires-Dist: avro-python3 (>=1.8.2)
Requires-Dist: confluent-kafka (>=0.11.6)
Requires-Dist: expbackoff (>=0.1.1)
Requires-Dist: fastavro (==0.21.11)
Requires-Dist: fasteners (>=0.14.1)
Requires-Dist: requests (>=2.20.0)
Requires-Dist: simplejson (>=3.16.0)
Requires-Dist: structlog (>=18.2.0)
Requires-Dist: chatora.util (>=0.1)
Provides-Extra: dev
Requires-Dist: bumpversion (>=0.5.3); extra == 'dev'
Requires-Dist: check-manifest (>=0.37); extra == 'dev'
Requires-Dist: colorama (>=0.4.0); extra == 'dev'

chatora.confluent_kafka_ext
===========================

Apache Kafka and Schema Registry client libraries for Python on top of confluent-kafka-python.


Changelog
=========

0.1 (2018-11-07)
------------------
- Birth!

