New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tb-wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tb-wrapper

Wrapper for Zoe Project

  • 0.1.28
  • PyPI
  • Socket score

Maintainers
1

Tb_wrapper

Description

This wrapper allows us to use the Python API client of Thingsboard.

Installation

  • TB wrapper requirements tb_rest_client
  • Thingsboard Thingsboard
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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc