Metadata-Version: 1.1
Name: python-schema-registry-client
Version: 0.0.2
Summary: Python Rest Client to interact against Schema Registry Confluent Server to manage Avro Schemas
Home-page: https://github.com/marcosschroh/python-schema-registry-client
Author: Marcos Schroh
Author-email: schrohm@gmail.com
License: GPLv3
Description: # Python Rest Client Schema Registry
        
        Python Rest Client to interact against [schema-registry](https://docs.confluent.io/current/schema-registry/index.html) confluent server to manage [Avro Schemas](https://docs.oracle.com/database/nosql-12.1.3.1/GettingStartedGuide/avroschemas.html) resources.
        
        ## Requirements
        
        python 3.6+, avro-python3, fastavro, requests
        
        ## Installation
        
        ```
        pip install python-schema-registry-client
        ```
        
        ### [Client API](../blob/master/docs/client.md)
        
        ### [Message Serializer](../blob/master/docs/serializer.md)
        
        ### [Schema Registry Server Description](../blob/master/docs/schemaregistry_server.md)
        
        ### [How to use if with Faust?](../blob/master/docs/faust.md)
        
        
Keywords: Schema Registry,Python,Avro,Apache,Apache Avro
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
