adafruit-io 2.7.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

adafruitio 2.7.2

Adafruit IO Python





A Python library and examples for use with io.adafruit.com.
Compatible with Python Versions 3.4+


Installation

Easy Installation
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


Manual Installation
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



Usage
Documentation for this project is available on the ReadTheDocs.


Contributing
Contributions are welcome! Please read our Code of Conduct
before contributing to help this project stay welcoming.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.