/iottyCloud

iottycloud: a Python library to interact with iotty CloudApi

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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