Retrieve values from API at Nord Pool.
Project description
pynordpool
python module for communicating with Nord Pool
Code example
Retrieve delivery period prices
Hourly rates from provided date
from pynordpool import NordPoolClient, Currency
async with aiohttp.ClientSession(loop=loop) as session:
client = NordPoolClient(session)
output = await client.async_get_delivery_period(
datetime.datetime.now(), Currency.EUR, ["SE3"]
)
print(output)
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
pynordpool-0.3.1.tar.gz
(10.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 pynordpool-0.3.1.tar.gz.
File metadata
- Download URL: pynordpool-0.3.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a33db624dc1a1802f6115640f1f76ee9db8629630838e92b1ab65fbbb07da8c
|
|
| MD5 |
942e5f69a30cbb989f5733d3be9a7a16
|
|
| BLAKE2b-256 |
801e2282f7cd63338995ae48127c2b3be720fd46c5eb91ac9f5baacd726780a7
|
File details
Details for the file pynordpool-0.3.1-py3-none-any.whl.
File metadata
- Download URL: pynordpool-0.3.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe90daa05c7c6a8205932d8a0f9db6e23c2f16af29f6d0d016381edfc58c08cc
|
|
| MD5 |
f32097d0039174712c57d35dd4a9ece9
|
|
| BLAKE2b-256 |
b742275fba9f7d571f2ddddcd294b4aaf32b9e3e303ed108150920986e531a18
|