Metadata-Version: 2.4
Name: pyenphase
Version: 2.4.5
Summary: Library to control enphase envoy
License-Expression: MIT
License-File: LICENSE
Author: pyenphase
Author-email: cgarwood@gmail.com
Requires-Python: >=3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
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: aiohttp (>=3.12.8)
Requires-Dist: awesomeversion (>=22.9.0)
Requires-Dist: envoy-utils (>=0.0.1)
Requires-Dist: lxml (>=4.9.2)
Requires-Dist: orjson (>=3.10)
Requires-Dist: pyjwt (>=2.7.0)
Requires-Dist: tenacity (>=8.2.2,<10.0.0)
Project-URL: Bug Tracker, https://github.com/pyenphase/pyenphase/issues
Project-URL: Changelog, https://github.com/pyenphase/pyenphase/blob/main/CHANGELOG.md
Project-URL: Documentation, https://pyenphase.readthedocs.io
Project-URL: Repository, https://github.com/pyenphase/pyenphase
Description-Content-Type: text/markdown

# pyenphase

Library to control enphase envoy

## Installation

Install this via pip (or your favourite package manager):

`pip install pyenphase`

## 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 -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- 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.

