Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 604 Bytes

File metadata and controls

36 lines (21 loc) · 604 Bytes

Python API wrapper for devicehub v2 REST & MQTT APIs

Documentation

TODO

Requirements

  • Python 2.7, 3.4, pypy and pypy3
  • httplib2: pip install httplib2
  • paho-mqtt: pip install paho-mqtt (only for the mqtt sample)

Installation

Install from pypi (recommended):

$ pip install devicehub

To install from github:

$ pip install git+git://github.com/devicehubnet/devicehub_py.git

Contributing

Ideas, bugs, tests and pull requests always welcome.

Release new version to pypi

python setup.py sdist upload