7.5.0 - Public user_data Property
This release changes what was previously client._user_data
to be client.user_data
with no leading underscore, to denote that it is part of the intended public API for code outside of this class to access as needed. Thank you @vladak
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.