Metadata-Version: 2.4
Name: pydeye
Version: 0.0.7
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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