Metadata-Version: 2.3
Name: pydeye
Version: 0.0.10
Summary: A Python library for interacting with Deye Inverters using ModbusTCP
License: GPL
Keywords: homeautomation,deye,inveter,solar
Author: Jakob Salmič
Author-email: salmic.jakob@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: pymodbus (==3.11.1)
Project-URL: Documentation, https://github.com/UnknownHero99/pydeye
Project-URL: Homepage, https://github.com/UnknownHero99/pydeye
Project-URL: Repository, https://github.com/UnknownHero99/pydeye
Description-Content-Type: text/markdown

# pyDeye

pyDeye is a Python package designed to provide interface for deye inverters using Modbus TCP gateway.

## Installation

You can install PyDeye using pip:

```bash
pip install pydeye
```
