Tb_wrapper
Description
This wrapper allows us to use the Python API client of Thingsboard.
Installation
pip install tb_wrapper
Features
- Manage Entities such as Devices and Assets
- Access to thingsboard account using credentials stored into files
- Create Alarms
Build
Steps
First of all, change the version of the release to the latest version at the pyproject.toml file
[project]
name = "<my project name>"
version = "<my-version"
Create the dist directory used to upload the package into Pypi
python3 -m build
Upload the new version of the package using twine
twine upload dist/*
and use Username and Password based on API Token