A simple wrapper for the Elexon BMRS API
Project description
Elexon BMRS API
A simple wrapper for the Elexon BMRS API.
Installing
- Install with pip (recommended):
$ pip install elexon
- Alternatively, you can grab the latest source code from GitHub:
$ git clone https://github.com/MichaelKavanagh/elexon.git
$ python setup.py install
Getting Started
- Register on the ELEXON Portal.
- Retrieve API Key.
- Replace
API_KEY
in the example below with your API Key. - Profit.
Usage
Supported Elexon BMRS Reports
For the full list of namespaces, methods, parameters and data types see methods.py.
Example
from elexon import ElexonRawClient
api = ElexonRawClient('API_KEY') # available for free from the Elexon Portal
# Actual Aggregated Generation per Type
generation = api.Transparency.B1620(SettlementDate = '2020-01-01', Period = '5')
# Alternatively, use the general request() function by passing the endpoint in with the arguments:
generation = api.request('B1620', SettlementDate = '2020-01-01', Period = '5')
Support
There have been cases where the wrapper/API doesn't behave due to inconsistencies or errors in Elexon's documentation.
If you believe you have come across a bug, please open a GitHub issue.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Further Reading
https://www.elexon.co.uk/guidance-note/bmrs-api-data-push-user-guide/
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
File details
Details for the file elexon-0.2.0.tar.gz
.
File metadata
- Download URL: elexon-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3070125bf99c62c190eb36450a25cea585cc0eb896f4d54e76e900a68c43141a |
|
MD5 | 3e5ba68f2473345aea512d8d43e2b17e |
|
BLAKE2b-256 | b076c99a0eb854d32c14dd76bd398c588e89b59770896ccbfe336133a397f8f1 |
File details
Details for the file elexon-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: elexon-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 996b658271bf4c824a3f47c4a7f1183af4702877c5fb9b2b9be5ab3d7d33162a |
|
MD5 | e52a870c993e599e2c93ae315b9ba810 |
|
BLAKE2b-256 | 41b502fea3feb872f14a67f760c031dc3fee0234990fb48fba2426dea66dac1b |