tenneteu-py
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: fboerman
- License: mit
- Language: Python
- Default Branch: master
- Size: 14.6 KB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
TenneTeu-py
Python client for the official TenneT.eu api. Register for an API key go to the API Develop Portal.
If you want to mass download TenneT data, then don't do it through the API, you will hit rate limiters. Instead use the download page here on the TenneT site.
DISCLAIMER: this is an unofficial package, do not contact TenneT about issues with the package, instead open an issue on this repo.
Installation
python3 -m pip install tenneteu-py
Usage
```python from tenneteu import TenneTeuClient from secret import apikey import pandas as pd
client = TenneTeuClient(apikey=apikey) dfrom = pd.Timestamp('2024-01-01', tz='europe/amsterdam') d_to = pd.Timestamp('2024-01-01 23:59', tz='europe/amsterdam')
all possible queries listed below, name should be self explanatory
from, to queries:
df = client.querybalancedelta(dfrom=dfrom, dto=dto) df = client.querysettlementprices(dfrom=dfrom, dto=dto) df = client.querymeritorderlist(dfrom=dfrom, dto=d_to)
returns last 30 minutes like in tennet-py with the old api
df = client.querycurrentimbalance() ```
Owner
- Name: fboerman
- Login: fboerman
- Kind: user
- Location: Boxtel
- Company: @KolibriSolutions
- Website: https://boerman.dev/
- Twitter: FrankBoerman
- Repositories: 43
- Profile: https://github.com/fboerman
Citation (CITATION.cff)
cff-version: 1.2.0
title: TenneTeu-py
message: >-
"If you use this software, please cite it as
below."
type: software
authors:
- given-names: Frank
family-names: Boerman
email: frank@fboerman.nl
GitHub Events
Total
- Create event: 2
- Issues event: 6
- Release event: 2
- Watch event: 4
- Issue comment event: 3
- Push event: 6
Last Year
- Create event: 2
- Issues event: 6
- Release event: 2
- Watch event: 4
- Issue comment event: 3
- Push event: 6
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: about 15 hours
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: about 15 hours
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 1.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- andreapesic (1)
- matteodefelice (1)
- ruuttt (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 532 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
pypi.org: tenneteu-py
A python API wrapper for tennet.eu API
- Homepage: https://github.com/fboerman/TenneTeu-py
- Documentation: https://tenneteu-py.readthedocs.io/
- License: MIT
-
Latest release: 0.1.4
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout master composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- svenstaro/upload-release-action v2 composite
- pandas *
- requests *
- pandas *
- requests *