Metadata-Version: 2.1
Name: pyconfluent
Version: 0.0.5
Summary: UNKNOWN
Home-page: https://gitbub.com/newellp2019/pyconfluent
Author: Peter Newell
Author-email: peter.newell@covetrus.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: confluent-kafka[avro]
Requires-Dist: avro-python3

# py-confluent
Bringing KSQL, Kafka Streams, Schema Registry APIs to Python 3,
all in one clean package.

### Install

`pip install pyconfluent`

### Usage

pyconfluent requires the underlying Kafka services to be running. The 
easiest way is to start Confluent Platform, see: ``.

### KSQL

```
import KSQL

client = KSQL()  # enter your boostrap_server here if not 'localhost', no port
client.  

```


