Metadata-Version: 2.1
Name: tb-wrapper
Version: 0.0.3
Summary: Wrapper for Zoe Project
Author-email: GolDAndy <author@example.com>
Project-URL: Homepage, https://github.com/GolDandy7/tb_wrapper
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tb_rest_client>=3.5
Requires-Dist: requests>=2.28
Requires-Dist: jwt

# Tb_wrapper
## _Description_
This wrapper allows us to use the Python API of Thingsboard. It is a IoT Platform used for project ZOE.
## Installation

- TB wrapper requirements [tb_rest_client](https://pypi.org/project/tb-rest-client/)
- Thingsboard [Thingsboard](https://thingsboard.io/docs/reference/python-rest-client/)
```sh
pip install tb_wrapper
```
## Features
- Manage Entities such as Devices and Assets
- Access to thingsboard account using credentials stored into files
- Create Alarms 
