Metadata-Version: 2.4
Name: pytrydan
Version: 0.8.1
Summary: Library to interface with V2C EVSE Trydan
License: MIT
License-File: LICENSE
Author: Diogo Gomes
Author-email: diogogomes@gmail.com
Requires-Python: >=3.10,<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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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**: <a href="https://pytrydan.readthedocs.io" target="_blank">https://pytrydan.readthedocs.io </a>

**Source Code**: <a href="https://github.com/dgomes/pytrydan" target="_blank">https://github.com/dgomes/pytrydan </a>

---

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)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.

