Metadata-Version: |
2.1 |
Name: |
givenergy-modbus |
Version: |
0.10.1 |
Summary: |
A python library to access GivEnergy inverters via Modbus TCP, with no dependency on the GivEnergy Cloud. |
Author: |
Dewet Diener |
Author-Email: |
givenergy-modbus[at]dewet.org |
Home-Page: |
https://github.com/dewet22/givenergy-modbus |
License: |
Apache-2.0 |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Framework :: Flake8 |
Classifier: |
Framework :: Pytest |
Classifier: |
Framework :: tox |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Home Automation |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: System :: Networking :: Monitoring |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
Markdown[doc] (==3.3.4) |
Requires-Dist: |
black (<22.0,>=21.5b2); extra == "test" |
Requires-Dist: |
bump2version (<2.0.0,>=1.0.1); extra == "dev" |
Requires-Dist: |
click (==8.0.1) |
Requires-Dist: |
crccheck (<2.0,>=1.1) |
Requires-Dist: |
flake8 (<5.0.0,>=4.0.0); extra == "test" |
Requires-Dist: |
flake8-docstrings (<2.0.0,>=1.6.0); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.8.0); extra == "test" |
Requires-Dist: |
loguru (<0.7.0,>=0.5.3) |
Requires-Dist: |
mkdocs (<2.0.0,>=1.1.2); extra == "doc" |
Requires-Dist: |
mkdocs-autorefs (<0.3.0,>=0.2.1); extra == "doc" |
Requires-Dist: |
mkdocs-include-markdown-plugin (<2.0.0,>=1.0.0); extra == "doc" |
Requires-Dist: |
mkdocs-material (<7.0.0,>=6.1.7); extra == "doc" |
Requires-Dist: |
mkdocs-material-extensions (<2.0.0,>=1.0.1) |
Requires-Dist: |
mkdocstrings (<0.16.0,>=0.15.2); extra == "doc" |
Requires-Dist: |
mypy (<0.901,>=0.900); extra == "test" |
Requires-Dist: |
pip (<21.0.0,>=20.3.1); extra == "dev" |
Requires-Dist: |
pydantic (<2.0.0,>=1.8.2) |
Requires-Dist: |
pymodbus (<3.0.0,>=2.5.3) |
Requires-Dist: |
pytest (<7.0.0,>=6.2.4); extra == "test" |
Requires-Dist: |
pytest-cov (<3.0.0,>=2.12.0); extra == "test" |
Requires-Dist: |
pytkdocs[doc] (>=0.11.0) |
Requires-Dist: |
toml (<0.11.0,>=0.10.2); extra == "dev" |
Requires-Dist: |
tox (<4.0.0,>=3.20.1); extra == "dev" |
Requires-Dist: |
twine (<4.0.0,>=3.3.0); extra == "dev" |
Requires-Dist: |
virtualenv (<21.0.0,>=20.2.2); extra == "dev" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |