Python wrapper for eloverblik.dk API.
Project description
pyeloverblik
Python wrapper for eloverblik.dk api.
It can read the following data from eloverblik.
- Hourly data
- Monthy data
- Fees
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=datetime.now()-timedelta(days=2), to_date=datetime.now(), aggregation='Hour')
# In above example from_date and to_date is datetime objects.
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
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.4.4.tar.gz.
File metadata
- Download URL: pyeloverblik-0.4.4.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e774168a70bf114b68aa3fdbadbed7e352ffa133b0c2b52875c4a10b74809fa2
|
|
| MD5 |
4ed02b3c58d758bebeda14da7a186436
|
|
| BLAKE2b-256 |
e42cd0414930b51a54d8afad190c87d28c0e7dae575b6d720189c7bdfb3089c4
|
File details
Details for the file pyeloverblik-0.4.4-py3-none-any.whl.
File metadata
- Download URL: pyeloverblik-0.4.4-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae7c18e0451803e7a9b2cbc0fe991897af889f1da64bb95960b324ae29ce02c
|
|
| MD5 |
64d3d882dba7b1408b362f358727cfaf
|
|
| BLAKE2b-256 |
f2cf5d133d436a4c037e2e3f968acb9b37f03cd81ef7ce3e3ff6cf7c15c5fe43
|