This wrapper allows us to use the Python API client of Thingsboard.
- TB wrapper requirements tb_rest_client
- Thingsboard Thingsboard
pip install tb_wrapper
- Manage Entities such as Devices and Assets
- Access to thingsboard account using credentials stored into files
- Create Alarms
- Requirements twine
- Requirements python
- Requirements setuptools
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