A Python library and examples for use with io.adafruit.com.
Compatible with Python Versions 3.6+
If you have PIP installed (typically with apt-get install python-pip on a Debian/Ubuntu-based system) then run:
pip3 install adafruit-io
This will automatically install the Adafruit IO Python client code for your Python scripts to use. You might want to examine the examples folder in this GitHub repository to see examples of usage.
If the above command fails, you may first need to install prerequisites:
pip3 install setuptools
pip3 install wheel
Clone or download the contents of this repository. Then navigate to the folder in a terminal and run the following command:
python setup.py install
Documentation for this project is available on the ReadTheDocs.
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.