Python API wrapper for devicehub v2 REST & MQTT APIs
TODO
- Python 2.7, 3.4, pypy and pypy3
- httplib2: pip install httplib2
- paho-mqtt: pip install paho-mqtt (only for the mqtt sample)
Install from pypi (recommended):
$ pip install devicehub
To install from github:
$ pip install git+git://github.com/devicehubnet/devicehub_py.git
Ideas, bugs, tests and pull requests always welcome.
python setup.py sdist upload