Metadata-Version: 2.1
Name: kafkaproducerconsumer
Version: 0.0.4
Summary: Kafka package to create and delete a topic. Retrieve or push data to an exisiting topic
Author: JathinNagesh
Author-email: jathinnagesh@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Kafka Package

This is a kafka package, from which a topic can be created or deleted. Also, data can be produced and consumer to and from a topic,
