Metadata-Version: 2.1
Name: chatora.confluent_kafka_ext
Version: 0.2.4
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
Description: 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!
        
        0.1.1 (2018-11-1)
        ------------------
        - fix loading file-like obj and add iter-loading multiple schema.
        
        0.1.2 (2018-11-1)
        ------------------
        - fix required urllib3 version.
        
        0.2 (2018-12-28)
        ----------------
        - make AvroCodec decode_with_schema_registry funcs to return schema and schema id.
        
        0.2.1 (2018-12-28)
        ------------------
        - fix decoder bug.
        - allow key_value_pair_iter to have arbitrary infos which are yielded as it is.
        
        0.2.2 (2019-01-15)
        ------------------
        - change exc_handler signature to support arbitrary_info.
        
        0.2.4 (2019-07-04)
        ------------------
        - change dependencies.
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
Provides-Extra: dev
