pysparkplug
is a pip-installable package hosted on PyPI. Getting started is as easy as:
$ pip install pysparkplug
pysparkplug
uses the Eclipse Paho™ MQTT Python Client, i.e. paho-mqtt
, for low-level MQTT communication.
More documentation to come later, but for now, you can find some example usage notebooks in the notebooks
directory.
pysparkplug
's various interfaces are fully type annotated, passing Mypy's static type checker.