Metadata-Version: 2.4
Name: pyrte
Version: 0.1.0
Summary: Python http client for RTE API
Author-email: Enzo Boulin <enzoboulin@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/enzo-boulin/pyrte
Keywords: rte,api,http,python,client,french,tso,electricity,timeseries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: inline-snapshot>=0.31.1
Requires-Dist: numpy>=2.3.4
Requires-Dist: pandas>=2.3.3
Requires-Dist: pytest>=9.0.0
Requires-Dist: vcrpy>=7.0.0
Requires-Dist: pydantic>=2.12.4
Dynamic: license-file

# pyrte

`pyrte` est une bibliothèque Python simple permettant d’interagir avec les API de RTE (Réseau de Transport d’Électricité). Elle fournit une interface haut niveau pour l’authentification et la récupération de données depuis les endpoints RTE.

Elle permet notamment la gestion des différents tokens puisque chaque endpoint a son propre processus d'authentification OAUTH2 (cf RTEAuth class).


## Installation

Depuis PyPI :

```bash
pip install pyrte
