forked from kellerza/sunsynk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
68 lines (63 loc) · 1.51 KB
/
setup.cfg
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[metadata]
name = sunsynk
version = attr: sunsynk.VERSION
description = Library to interface Deye/Sunsynk Hybrid Inverters
long_description = file: README.md
long_description_content_type = text/markdown
url = https://kellerza.github.io/sunsynk/
author = Johann Kellerman
author_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords = sunsynk, deye, inverter, modbus, asyncio
[options]
package_dir=
=src
packages=
sunsynk
ha_addon_sunsynk_multi
python_requires = >=3.9
include_package_data = True
install_requires =
attrs>21
pyyaml==6.0.1
mqtt-entity==0.0.4
prettytable==3.8.0
jmespath==1.0.1
zip_safe = true
[options.extras_require]
umodbus =
async_modbus==0.2.1
umodbus==1.0.4
connio==0.2.0
pymodbus =
pymodbus[serial]==3.6.4
solarman =
pysolarmanv5==3.0.1
tests =
pytest
pytest-asyncio
pytest-cov
pytest-github-actions-annotate-failures
types-PyYAML
types-jmespath
pylint
aiohttp==3.8.5 # Used for ESP
mypy
pydocstyle
[pylint.FORMAT]
max-line-length = 121
[pylint]
ignore-paths = src/tests
disable = too-few-public-methods
# too-few-public-methods - for attrs data classes
[pylint.basic]
good-names = i, j, k, ex, Run, _, ss, cb, on, id