pynordpool 0.2.4
pip install pynordpool
Latest version
Released:
Retrieve values from API at Nord Pool.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: G Johansson
- Maintainer: G Johansson
- Tags nordpool, Nord Pool, api, async, client
- Requires: Python <4.0, >=3.11
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: G Johansson
- Maintainer: G Johansson
- Tags nordpool, Nord Pool, api, async, client
- Requires: Python <4.0, >=3.11
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
File details
Details for the file pynordpool-0.2.4.tar.gz
.
File metadata
- Download URL: pynordpool-0.2.4.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d4d23b857078564cf55df1c50ecf2566636335e696f6a619d51b7171b108884 |
|
MD5 | f607a0046c6900b55cbb5b28bde05a19 |
|
BLAKE2b-256 | 68f09991882f93a55f084547ab373be191cc6a144ae40c61db03791eb1f403be |
File details
Details for the file pynordpool-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: pynordpool-0.2.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96710ee7dd3a7555497814104e8e0366f85cee902aa7fb56b24e8f156032722c |
|
MD5 | f39593b698b8e29d2c507dbba732edac |
|
BLAKE2b-256 | 00454a2080aee9ba6d8b99014bd7bac009ee94cb0ea302e94df6c8ba1cbc09bf |