A Python library to interact with iotty CloudApi


Keywords
smart-home
License
AGPL-3.0
Install
pip install iottycloud==0.3.0

Documentation

iottycloud: a Python library to interact with iotty CloudApi

iotty Logo

A Python library to interact with iotty CloudApi. To use this library in one of your projects, you must first become our Partner. Please send us an email.

We're working on a public version of the CloudApi documentation. Stay tuned!

Getting Started

To install the library, simply use pip

$ pip install iottycloud

Test and pylint

You can run the test suite with pytest:

$ cd tests
$ python3 -m pytest

You can check the correctness of your python code using pylint, as usual:

$ cd src
$ pylint iottycloud