๐Ÿ“ฆ KyeRussell / pyenergi

Python client for the myenergi API

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ GNU Affero General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/KyeRussell/pyenergi.git
HTTPS git clone https://github.com/KyeRussell/pyenergi.git
SSH git clone git@github.com:KyeRussell/pyenergi.git
CLI gh repo clone KyeRussell/pyenergi
Kye Russell Kye Russell Fixed validation of CT data. 2725bd8 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ docs
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .python-version
๐Ÿ“„ .readthedocs.yaml
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ LICENSE
๐Ÿ“„ pyproject.toml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

pyenergi

Unofficial Python API client for the myenergi API.

PyPI version Release workflow status Documentation on Read The Docs


This project is not remotely ready for anyone to look at, let alone use. I will not provide support, nor am I accepting PRs at this time.


Coverage

  • Zappi

Developing

Clone the repository and run the following command:

uv pip install -e . -r pyproject.toml --extra=dev --extra=docs

This will install the project in editable mode with all development dependencies.

Running tests

pytest