PySparkplug: Sparkplug B for Python

CI/CD: n/a Docs: n/a Downloads: n/a PyPI: n/a codecov: n/a

Getting Started

Installation

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.

Usage

More documentation to come later, but for now, you can find some example usage notebooks in the notebooks directory.

Features

Fully type annotated

pysparkplug’s various interfaces are fully type annotated, passing Mypy’s static type checker.