Skip to content

SDK for building agents for VK IoT Platform in Python programming language

License

Notifications You must be signed in to change notification settings

vk-cs/iot-python-agent-sdk

Repository files navigation

iot-python-agent-sdk

SDK for building agents for VK IoT Platform in Python programming language.

Usage

You can find sample programs in the examples directory.

Installation and requirements

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

Development

Tests

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

Distribution

Use this command to create a built distribution:

    python setup.py sdist --formats=zip

The distribution will be in the dist folder.

About

SDK for building agents for VK IoT Platform in Python programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published