Metadata-Version: 2.3
Name: mqttconsumer
Version: 0.3.0
Summary: Framework for MQTT-Consuming Analytics Applications
License: MIT
Author: Martin Trat
Author-email: martin.trat@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: paho-mqtt (>=2.1.0,<3.0.0)
Project-URL: Homepage, https://github.com/m-martin-j/mqttconsumer
Project-URL: Repository, https://github.com/m-martin-j/mqttconsumer
Description-Content-Type: text/markdown

This code facilitates the use of the MQTT protocol in analytics-related applications.
It is based on [Eclipse Paho™ MQTT Python Client](https://github.com/eclipse/paho.mqtt.python).

