Python client library for Adafruit IO (http://io.adafruit.com/).
Project description
Adafruit IO Python
A Python library and examples for use with io.adafruit.com.
Compatible with Python Versions 3.6+
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file adafruit_io-2.8.0.tar.gz
.
File metadata
- Download URL: adafruit_io-2.8.0.tar.gz
- Upload date:
- Size: 50.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 795eacb060e00c97881aceae6223510f623c73ab96cff980e596612f55220171 |
|
MD5 | 8d29de7d9e0629ffc1a5ce29336a6bae |
|
BLAKE2b-256 | 7ca053c24fd8b0ca6b6ab6b0aefcee959c0e7ee43ab01ddbdaaa6d02ec32eab4 |