Metadata-Version: 2.3 Name: pytrydan Version: 1.0.2 Summary: Library to interface with V2C EVSE Trydan License: MIT Author: Diogo Gomes Author-email: diogogomes@gmail.com Requires-Python: >=3.14,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Requires-Dist: httpx (>=0.24.0) Requires-Dist: orjson (>=3.9.2) Requires-Dist: rich (>=10) Requires-Dist: tenacity (>=8.2.2,<9.0.0) Requires-Dist: typer (>=0.7.0) Project-URL: Bug Tracker, https://github.com/dgomes/pytrydan/issues Project-URL: Changelog, https://github.com/dgomes/pytrydan/blob/main/CHANGELOG.md Project-URL: Documentation, https://pytrydan.readthedocs.io Project-URL: Repository, https://github.com/dgomes/pytrydan Description-Content-Type: text/markdown # Python bindings to V2C Trydan EVSE
--- **Documentation**: https://pytrydan.readthedocs.io **Source Code**: https://github.com/dgomes/pytrydan --- Library to interface with V2C EVSE Trydan ## Installation Install this via pip (or your favourite package manager): `pip install pytrydan` ## Usage There is a command line `pytrydan` that can be used for basic interaction with the EVSE. Retrieve the current status: `$pytrydan status IP_OF_TRYDAN` E.g. set current charging intensity using keyword "Intensity" `$pytrydan set IP_OF_TRYDAN Intensity 16` More information on [available keywords](https://docs.google.com/spreadsheets/d/e/2PACX-1vQGA_7Z4YaSMZeHRTnAP6z_82dVPmM33NxJhvsDBEFn8LyWjX-RX_fkR7KCErqAE4aGFvPrUufooHoM/pubhtml?gid=1147522182&single=true) ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):Diogo Gomes 💻 🤔 📖 |