EDX SOAP API implementation in python
Project description
EDX
Python implementation of EDX SOAP API (ENTSO-E Data Exchange Software - https://www.entsoe.eu/data/edx/)
Installation
pip install EDX
or
pip install --user EDX
or
python -m pip install --user EDX
Usage
import EDX
service = EDX.create_client("https://edx.elering.sise")
# Send message
message_ID = service.send_message("10V000000000011Q", "RIMD", "C:/Users/kristjan.vilgo/Desktop/13681847.xml", "38V-EE-OPDM----S", "", "")
# Check message status
status = service.check_message_status(message_ID)
# Retrive message
message = service.recieve_message("RIMD",1)
# Confirm retrival of message
service.confirm_recieved_message(message["receivedMessage"]["messageID"])
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
EDX-0.0.3.tar.gz
(2.9 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
EDX-0.0.3-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file EDX-0.0.3.tar.gz.
File metadata
- Download URL: EDX-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cc39a96dff4d5914894961b0b23b0727d56276d7c062a9732973bc55d781c64
|
|
| MD5 |
b17fefdd00793ddd48e0dc93a1efc917
|
|
| BLAKE2b-256 |
e808976d60fcf9ed6c3d85c574037a38d1259d4f3668297f9e0401f27b36c3fa
|
File details
Details for the file EDX-0.0.3-py3-none-any.whl.
File metadata
- Download URL: EDX-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc42fea998d9a62affd2939b38b61aebdbede3b4294b93051e112965c680c269
|
|
| MD5 |
3731cc097db44effa9a2ec8cdc2e1a74
|
|
| BLAKE2b-256 |
4cbe95db1c606b3fa6795c4821a87685b8a2305faaccd70a69abc762c058410d
|