No description
Find a file
2018-07-12 10:54:20 -04:00
.github Add GitHub pull request template 2016-05-27 13:23:47 -07:00
Adafruit_IO ref. mqtterror class in init 2018-07-11 11:35:41 -04:00
docs fixing documentation errors, travis 2018-07-10 16:41:05 -04:00
examples docstrings reflect file name 2018-07-11 17:32:01 -04:00
tests adding in dummy account and unit testing for travis 2018-07-10 16:32:18 -04:00
.gitignore update gitignore 2018-05-10 12:46:35 -04:00
.python-version add default .python-version file 2018-05-10 12:46:54 -04:00
.travis.yml relaxing travis req... 2018-07-12 10:54:20 -04:00
CHANGELOG.md relax python requirements back to Python 3.4 2018-07-12 10:49:14 -04:00
CODE_OF_CONDUCT.md Adding Documentation and Travis to Library (#50) 2018-07-05 12:20:39 -04:00
ez_setup.py Major update: 2015-02-01 12:22:03 -08:00
LICENSE.md added requirement for python3 to setup, updated license 2018-07-02 16:33:31 -04:00
Makefile initial working library 2014-05-27 11:23:53 -05:00
MANIFEST.in Adding Documentation and Travis to Library (#50) 2018-07-05 12:20:39 -04:00
README.rst relax python requirements back to Python 3.4 2018-07-12 10:49:14 -04:00
requirements.txt Adding Documentation and Travis to Library (#50) 2018-07-05 12:20:39 -04:00
setup.py relax python requirements back to Python 3.4 2018-07-12 10:49:14 -04:00

Adafruit IO Python
==================

.. image:: https://readthedocs.org/projects/adafruit-io-python-client/badge/?version=latest
    :target: https://adafruit-io-python-client.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://img.shields.io/discord/327254708534116352.svg
   :target: https://discord.gg/nBQh6qu
   :alt: Chat

.. image:: https://travis-ci.org/adafruit/io-client-python.svg?branch=master
    :target: https://travis-ci.org/adafruit/io-client-python
    :alt: Build Status

.. image:: https://cdn-learn.adafruit.com/assets/assets/000/057/153/original/adafruit_io_iopython.png?1530802073

A Python client and examples for use with `io.adafruit.com <https://io.adafruit.com>`_. 

Compatible with Python Versions 3.4+

Installation
================

Easy Installation
~~~~~~~~~~~~~~~~~
If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typically with apt-get install python-pip on a Debian/Ubuntu-based system) then run:

.. code-block:: shell

   pip 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:


.. code-block:: shell

   python setup.py install




Usage 
=====

Documentation for this project is `available on the ReadTheDocs <https://adafruit-io-python-client.readthedocs.io/en/latest/>`_.


Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/CircuitPython_io-client-python/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.