Skip to content

Adafruit IO Python

Compare
Choose a tag to compare
@brentru brentru released this 25 Feb 17:55
· 109 commits to master since this release
ab83808
  • 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 in Client 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.