Metadata-Version: 2.1
Name: pip_services4_mqtt
Version: 0.0.1
Summary: Communication components for Pip.Services in Python
Home-page: http://github.com/pip-services4/pip-services4-python/tree/main/pip-services4--mqtt-python
Author: Conceptual Vision Consulting LLC
Author-email: seroukhov@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: paho-mqtt
Requires-Dist: pip-services4-messaging <1.0,>=0.0.1
Requires-Dist: pip-services4-commons <1.0,>=0.0.1
Requires-Dist: pip-services4-components <1.0,>=0.0.1
Requires-Dist: pip-services4-config <1.0,>=0.0.1
Requires-Dist: pip-services4-observability <1.0,>=0.0.1
Requires-Dist: pip-services4-data <1.0,>=0.0.1


Pip.Services MQTT
----------------------

Pip.Services is an open-source library of basic microservices.
The MQTT module contains a set of components for messaging using the Mqtt protocol. Contains the implementation of the components for working with messages: MqttMessageQueue, MqttConnectionResolver.
Links
`````

* `website <http://github.com/pip-services-python/>`_
* `development version <http://github.com/pip-services4/pip-services4-python/tree/main/pip-services4--mqtt-python>`

