Metadata-Version: 2.1
Name: pydeye
Version: 0.0.3
Summary: Python deye inverter interface
Home-page: https://github.com/UnknownHero99/pydeye
Author: Jakob Salmič
Author-email: salmic.jakob@gmail.com
Maintainer: Jakob Salmič <salmic.jakob@gmail.com>
License: GPL
Keywords: homeautomation,deye,inverter,modbus,solar
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Home Automation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pymodbus

# 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
```
