This package enables you receive BMRS data as json instead of the default XML
Project description
bmrs-json-api
For returning BMRS API data in json format, it fetches data and auto converts it to a dictionary object, easier for data processing.
Dependecies
Installation
Use the package manager pip to install bmrs-json-api.
pip install bmrs
Example Usage
'''This could be your example consumer file from which you will receive and process the API responses'''
from bmrs import connect_to_api
def on_message(json_response):
'''Receive a JSON response and do stuff with it'''
print(list(json_response.keys()))
# print(json_response)
# If client_id is not specified, the computer hostname is automatically picked
# but that means only one connection per computer (name)
bmrs.connect_to_api(
api_key = 'YOUR API KEY HERE',
client_id = 'YOUR_CLIENT_ID_HERE',
listener=on_message # mention the name of your main data receiving function as a parameter
)
Known bugs
Dealing with disconnects doesn't recyle threads
Getting API key
- Register on the ELEXON Portal.
- The API Key is the
Scripting Key
underBasics
on your profile.
Imposter syndrome disclaimer: We want your help. No, really.
There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer a project like this one?
We assure you - the little voice in your head is wrong. If you can write code at all, you can contribute code to open source. Contributing to open source projects is a fantastic way to advance one's coding skills. Writing perfect code isn't the measure of a good developer (that would disqualify all of us!); it's trying to create something, making mistakes, and learning from those mistakes. That's how we all improve, and we are happy to help others learn.
Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process). Some of these contributions may be the most valuable to the project as a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.
Contributing
For major changes, please open an issue first to discuss what you would like to contribute. Please make sure to update tests as appropriate. Also, add your name to the readme in the Contributors section (below).
Contributors and acknowledgment
- Edison Abahurire simicode - BDFL
- Elijah Rwothoromo rwothoromo - For big updates to documentation
- Martin Ahindura Tinitto - For adding the durable connection method
License
Packaged with: Flit
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 bmrs-2021.7.4.tar.gz
.
File metadata
- Download URL: bmrs-2021.7.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7be638dab75bc7cc033c93fad2c4f513e87fed25b61af2bcabb4b1fa7bfba1e4 |
|
MD5 | b984f0f17d780d3301ac2f19845c5eeb |
|
BLAKE2b-256 | d96f0ab5f87ca20fcb118e79ccdde55deac357114d6db18a7a0ceeca926829b8 |
File details
Details for the file bmrs-2021.7.4-py3-none-any.whl
.
File metadata
- Download URL: bmrs-2021.7.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1531baff2870e5dc3f79d544fd85d74c374618d557b505956931068ce91bb52 |
|
MD5 | e006e69da0883a2f1238016e59cea70a |
|
BLAKE2b-256 | 63cb9fdd5dd00a766e3b6699db231d6c86dccb513eb0503c96134d8be9061e43 |