SDK for building agents for VK IoT Platform in Python programming language.
You can find sample programs in the examples
directory.
The library uses all the power of modern asynchronous Python, so the python >= 3.7
version of the interpreter is required.
You can install this package from source archive:
pip install coiiot_client-1.0.0.tar.gz
To run tests we should create a virtual environment:
make tests-dep
Than we should run a mqtt broker for tests:
make docker-run-mosquitto
All is ready to run test suite:
make tests-run
Use this command to create a built distribution:
python setup.py sdist --formats=zip
The distribution will be in the dist
folder.