LCPDelta Python Package
Project description
LCPDelta Python Package
The LCPDelta Python package provides streamlined access to data available from the Enact, FLEXtrack APIs.
It contains helper methods for requesting data from our API endpoints or subscribing to push groups, all of which are detailed on our developer documentation site.
Installation
The Python package requires Python 3.10 or greater, and can be installed via:
pip install LCPDelta
Usage
The Enact and FLEXtrack modules can be imported as follows:
from lcp_delta import enact
import lcp_delta.flextrack as flextrack
The package requires a username and API key, which will be emailed on signup. Helper objects can then be instantiated as follows:
username = "insert_username_here"
public_api_key = "insert_public_api_key_here"
enact_api_helper = enact.APIHelper(username, public_api_key)
enact_dps_helper = enact.DPSHelper(username, public_api_key)
flextrack_api_helper = flextrack.APIHelper(username, public_api_key)
From here, you can call any of the available helper methods to retrieve data in one call or listen for pushes. The following example makes use of Enact's Series Data endpoint:
from_date = date(2023,10,1)
to_date = date(2024,10,1)
series_id = "LcpDemandvsGrid"
response = enact_api_helper.get_series_data(
series_id,
from_date,
to_date,
country_id = "Gb",
time_zone_id="UTC"
)
print(response.head(5))
Check out our API guides for detailed instructions on getting started with the API, our Recipes page for example scripts using our Python package, and our API reference for details on each specific API endpoint (and corresponding Python package method).
Full documentation of our API and Python package can be found on our documentation site.
Contributing
Check out our contribution guidelines and code of conduct.
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 lcpdelta-2.0.0.tar.gz
.
File metadata
- Download URL: lcpdelta-2.0.0.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15f1443616ac71e2acd5c4cae624fe0906fa4b21bf6278707ef56d6dcb7c5efc |
|
MD5 | 8837833498876061f2678ee4d37d4954 |
|
BLAKE2b-256 | 28e5823da843daa700c9788b257fd184b4e11ec282fa3151fbe81d540137bed4 |
Provenance
The following attestation bundles were made for lcpdelta-2.0.0.tar.gz
:
Publisher:
release.yml
on lcp-llp/lcpdelta-enact
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
lcpdelta-2.0.0.tar.gz
- Subject digest:
15f1443616ac71e2acd5c4cae624fe0906fa4b21bf6278707ef56d6dcb7c5efc
- Sigstore transparency entry: 146774859
- Sigstore integration time:
- Predicate type:
File details
Details for the file LCPDelta-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: LCPDelta-2.0.0-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2d67b202212bdbfdb2744c0c0504d1f670061ba8cecfadfb9fc21a2727e181c |
|
MD5 | cac4df1e511a8c83a4544e939816c842 |
|
BLAKE2b-256 | 5d13087f6bccd3d75a2a95d758fb01af430a22da3a248398b0ead5d77f7aa591 |
Provenance
The following attestation bundles were made for LCPDelta-2.0.0-py3-none-any.whl
:
Publisher:
release.yml
on lcp-llp/lcpdelta-enact
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
lcpdelta-2.0.0-py3-none-any.whl
- Subject digest:
e2d67b202212bdbfdb2744c0c0504d1f670061ba8cecfadfb9fc21a2727e181c
- Sigstore transparency entry: 146774860
- Sigstore integration time:
- Predicate type: