Agnostic client for ENTSO-e API.
Project description
denki-client
Python client to retreive data from ENTSO-e API.
Installation
Install it from PyPI:
pip install denki-client
Usage
import asyncio
from denki_client import EntsoeClient
client = EntsoeClient("API_KEY_ENTSOE", backend="polars")
df = asyncio.run(client.query_day_ahead_prices("FR", start="20250101", end="20250201"))
df.to_native()
Features
References
Inspired by entsoe-py repository.
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
denki_client-0.2.0.tar.gz
(28.7 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 denki_client-0.2.0.tar.gz.
File metadata
- Download URL: denki_client-0.2.0.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fba23716db107bba4b4df3bf88f9b226c7a68b20819c8e0fa2b7f977c7085b6
|
|
| MD5 |
6512687612720b474054f8657738caea
|
|
| BLAKE2b-256 |
5017aab5a2e61c96c6cf34a8eee0497304077e102ef0507dffd4f1c05c2d16cf
|
File details
Details for the file denki_client-0.2.0-cp310-abi3-win_amd64.whl.
File metadata
- Download URL: denki_client-0.2.0-cp310-abi3-win_amd64.whl
- Upload date:
- Size: 298.6 kB
- Tags: CPython 3.10+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20cd94573dd1e84fad0fda99b822db21584c406013687252db738b887c535ed3
|
|
| MD5 |
fee0ab9834dab201d2f677b5830af94d
|
|
| BLAKE2b-256 |
d6892e33c3bb383da73e083d0489d6439c79c5bb9315f2c2c4392f756bbbcf9d
|