IBM Internet of Things Foundation for Python
============================================

Python module for interacting with the IBM Internet of Things
Foundation.

-  `Python 3.4 <https://www.python.org/download/releases/3.4.2>`__

Dependencies
------------

-  `paho-mqtt <https://pypi.python.org/pypi/paho-mqtt>`__
-  `iso8601 <https://pypi.python.org/pypi/iso8601>`__
-  `pytz <https://pypi.python.org/pypi/pytz>`__

Installation
------------

Install the latest version of the library with pip

::

    [root@localhost ~]# pip install ibmiotf

Uninstall
---------

Uninstalling the module is simple.

::

    [root@localhost ~]# pip uninstall ibmiotf

Documentation
-------------

-  [Device Client]
   (http://iotf.readthedocs.org/en/latest/libraries/python\_cli\_for\_devices.html)
-  [Application Client]
   (http://iotf.readthedocs.org/en/latest/libraries/python\_cli\_for\_apps.html)
