A python API wrapper for JAO.eu
Project description
jao-py
Python client for the various endpoints offered by jao.eu, the Joint Allocation Office. "Europe's single leading trading platform( e-CAT) for cross-border transmission capacity"
More information about JAO can be found on their website https://jao.eu/
jao.eu has various ways of retrieving data. This package tries to offer useful functions to handle them. This package is not exhaustive, more methods are added when the authors needs them. If you want to see other methods added please either open a feature request issue to give others ideas or supply a pull request yourself.
Installation
python3 -m pip install jao-py
Usage
Current clients
The package comes with 2 current clients:
JaoAPIClient
: api client for the webservice API defined hereJaoPublicationToolClient
: client for the CORE publication tool defined hereJaoPublicationToolPandasClient
: Same as previous one but then it returns pandas dataframes instead of raw retrieved data
The publication tool clients have valid data from business day 2022-06-09 onwards.
Deprecated clients
The package also includes legacy clients for flowbased CWE data in the CWE subpackage. These return data up until business day 2022-06-08
JaoUtilityToolASMXClient
: a very light wrapper around the ASMX Web Service API implemented as a passthrough to the suds-community pakcageJaoUtilityToolCSVClient
: client to download csv data inm the same way as the utility tool excel file, returns pandas dataframesJaoUtilityToolXmlClient
: downloads xml data of the utilitytool, this requires solving a captcha by the user, returns pandas dataframes
To use these deprecated clients be sure to install the following additional dependencies:
suds-community
lxml
pillow
this is only required for the CWE deprecated subpackage
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 jao-py-0.4.2.tar.gz
.
File metadata
- Download URL: jao-py-0.4.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 406f33063e84a084f25e6c22fd207e16fb36319acd63f1c43adfd66313573435 |
|
MD5 | 670f74d8ca5698120ef91e3082427f1e |
|
BLAKE2b-256 | 5e7def73912c4c78371681101ce6d702a0806a82e04be2a775b15a44a104afe7 |
File details
Details for the file jao_py-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: jao_py-0.4.2-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c36c406f340eb830e22c8defa015c2d90b577a35a8e19e4b024fc1ca643b45e |
|
MD5 | 4c1dd76bd69b194e3c238185b92d6b4c |
|
BLAKE2b-256 | a2905e449086997febd643d520bee1a4d0b6451d65aa98513c86a48aa0e9e93f |