Skip to main content

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

file_path   = "C:/Users/kristjan.vilgo/Desktop/13681847.xml"
loaded_file = open(file_path, "rb")
file_text   = loaded_file.read()

message_ID = service.send_message("10V000000000011Q", "RIMD", file_text)

# 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


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.5.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

EDX-0.0.5-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page