forked from henols/growatt-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (24 loc) · 759 Bytes
/
Copy pathsetup.cfg
File metadata and controls
26 lines (24 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = growatt_client
author = Henrik Olsson
author_email = henols@gmail.com
description =
Python wrapper for getting data asynchronously
from Growatt inverters
via RS232 or RS485 connection and modbus RTU protocol.
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
url = https://github.com/henols/growatt-client
project_urls =
Bug Tracker = https://github.com/henols/growatt-client/issues
Source = https://github.com/henols/growatt-client
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
install_requires =
pymodbus ==3.1.2