Adafruit IO Python
- This library is now called Adafruit_IO_Python (previously
io-client-python
) to match Adafruit IO Arduino. - References to
io-client-python
have been removed throughout the library - Potentially Breaking Change: The kwarg
api_version
inClient
has been removed (see: 808ec3f). The Adafruit IO API's api version is not likely to change in the near future, and no longer needs to be supported as an optional kwarg.
To use in CPython, pip3 install adafruit-io
.
Read the docs for info on how to use it.