py3-solaredge-interface
collect data from SolarEdge API
WWW CVSWeb GITHub-
Package versionpy3-solaredge-interface-0.3.2
-
MaintainerThe OpenBSD ports mailing-list
The SolarEdge Interface provides both a command-line interface, and a
Python module interface to interact with the SolarEdge API service.
- All (documented) SolarEdge API endpoints are implemented with
multisite support for endpoints that provide multisite queries.
- Response data for all endpoints are available as a Python-dict
structure, a Pandas-DataFrame or as raw-JSON.
- The command-line interface output can be formatted as a CSV; as a
Pandas style JSON structure or; as plain-JSON.
- Timestamps can be returned as datetime values with their respective
site timezones applied. Doing so is the default behaviour, however
this can be disabled if required.
- Configuration via environment variables or config file is possible,
thus making it safer to manage your API key value(s).
- python3
- lang/python/3.10
- devel/py-build,python3
- devel/py-installer,python3
- devel/py-setuptools,python3
- devel/py-wheel,python3
- math/py-pandas,python3
- devel/py-click,python3
- devel/py-dateutil,python3
- devel/py-tz,python3
- www/py-requests,python3
- lang/python/3.10