🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

pysmarty2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pysmarty2

Python API for Salda Smarty Modbus TCP

pipPyPI
Version
0.10.3
Maintainers
1

pysmarty2

Python API for Salda Smarty 2X/3X/4X P/V Ventilation Unit. This is used in Home Assistant.

This package, pysmarty2, is a fork of the original pysmarty created by z0mbieprocess.

The package was renamed to pysmarty2 to allow for publishing it to PyPI without conflicting with the existing pysmarty package.

Install

pip install pysmarty2

Publish

  • Make sure that setup.py is updated with the new version, commit and push it before version is tagged.
  • Tag the new version.
  • Start python container:
docker run --rm -it -v $(pwd):/pystmarty2 python:3.13 bash
  • Then from within container run:
cd /pystmarty2
pip install build twine
python -m build
twine upload dist/*

Acknowledgments

Please give credit to the original author for their work on pysmarty. This fork was created to make minor modifications and improvements, but the majority of the work remains the original author's.

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