Metadata-Version: 2.0
Name: mqttwrapper
Version: 0.0.1
Summary: MQTT utility scripts made easy
Home-page: https://github.com/davea/mqttwrapper
Author: Dave Arter
Author-email: pypi@davea.me
License: MIT
Description-Content-Type: UNKNOWN
Keywords: mqtt
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: paho-mqtt
Requires-Dist: hbmqtt

mqttwrapper
===========

A little package to make it simple to quickly put together scripts that
subscribe to MQTT topics and perform actions when messages are received.


