This is a client for the Sen.se API.
Installation:
$ pip install sense-python-client
Documentation: https://sen.se/developers/
Source code:
$ git clone https://github.com/Sense-API/sense-python-client.git
Requirements:
$ pip install -r requirements.txt
Run the tests:
$ python tests.py $ coverage run tests.py $ coverage report --show-missing --include="sense/*"