Python wrapper for eloverblik.dk API.
Project description
pyeloverblik
Python wrapper for eloverblik.dk api.
Installation
Install the library from PyPI: pip install pyeloverblik.
Usage
After installation either call the library directly with python -m pyeloverblik or integrate the library in your code like below.
client = Eloverblik(REFRESH_TOKEN)
data = client.get_latest(METERING_POINT)
or
client = Eloverblik(REFRESH_TOKEN)
data = client.get_time_series(METERING_POINT, from_date='2021-01-01', to_date='2021-01-03', aggregation='Hour')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyeloverblik-0.2.0.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyeloverblik-0.2.0.tar.gz.
File metadata
- Download URL: pyeloverblik-0.2.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b9cd8978c425639a7f5dc1c0311639600281196e7a4a851336ecee224a64254
|
|
| MD5 |
9c3d2d8f03ce6bc2e3e5a58000dbcf93
|
|
| BLAKE2b-256 |
41073be3c21f596507ea528979596701a1ace68f66e90f493c79ed939dc27f62
|
File details
Details for the file pyeloverblik-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyeloverblik-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d657939e9b0154556fb59deea5690eb8126ba29ee75d49dc238d59ad688526f3
|
|
| MD5 |
cfc07b3ed91acffb2f98e886f2d5566a
|
|
| BLAKE2b-256 |
d52a72f1f4ff4ab35c91b35a6bdf6af3ad75393026290b2fe006f99b6bb82b76
|