phord / Adafruit_IO_Python

Adafruit IO Python Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adafruit IO Python

Documentation Status

Chat

Build Status

image

image

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.

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.

About

Adafruit IO Python Client Library

License:Other


Languages

Language:Python 99.7%Language:Makefile 0.3%