Metadata-Version: 2.1
Name: entsopy
Version: 0.1.4
Summary: Cli tool for downloading data from ENTSO-E.
License: MIT
Author: Lorenzo Perinello
Author-email: lorenzo.perinello@studenti.it
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: lxml (>=4.9.3,<5.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: pandas (>=2.1.3,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# entsopy

  

Your cli tool for **download data from the** from ENTSO-E transparency platform.


**Please note that a security token is mandatory for accessing the ENTSO-E API service.**

## Requirements
Python 3.11+

## Installation
```
$ pip install entsopy
```
Check out the latest entsopy version on pypi: [pypi.org/project/entsopy](https://pypi.org/project/entsopy/)

## Commands

 - **`entsopy start` for **starting** the cli app;**
 - **`entsopy reset` for resetting entsopy configuration;**
 - **`entsopy log` for manage entsopy logs;**
 - **`entsopy --help` for seeing the helper.**

  

## Useful links

-  **Ensto-e official website:** https://www.entsoe.eu/

-  **Ensto-e transparency platform:** https://transparency.entsoe.eu/

-  **Ensto-e security token:** https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_authentication_and_authorisation

  
## License

This project is licensed under the terms of the MIT license.

  
## Founding

> Entsopy was funded by the European Union - _NextGenerationEU_, in the framework of the _GRINS - Growing
> Resilient, INclusive and Sustainable_ project (GRINS PE00000018 – CUP C93C22005270001)
