Metadata-Version: 2.0
Name: shimlamqttclientlib
Version: 1.0.2
Summary: SHIMLA MQTT Client Library
Home-page: UNKNOWN
Author: Sivakumar Venkatesan
Author-email: siva@infiswift.tech
License: UNKNOWN
Keywords: mqtt client library
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# SHIMLA MQTT Python 3.x Client Library

A library that does the following:
* Acts as a wrapper around paho mqtt python library - supports **asynchronous connect/pub/sub APIs**
* Tests periodically if a client is connected to a specified broker, reconnects on any failure
* Provides ability to connect to secondary broker in case of primary broker connection repetitive failures
* Tests if client could connect to the internet to help narrow down any general connectivity issues
* Implements a **periodic publish API** from a separate thread


