Metadata-Version: 2.4
Name: denki-client
Version: 0.1.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: narwhals>=1.39.0
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: tenacity>=9.1.2
License-File: LICENSE
License-File: LICENSE
Summary: Agnostic client for ENTSO-e API.
Home-Page: https://github.com/Tijoxa/denki-client
Author: 92037181+Tijoxa@users.noreply.github.com
Author-email: Tijoxa <92037181+Tijoxa@users.noreply.github.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/Tijoxa/denki-client

# denki-client
Python client to retreive data from Entsoe API.

Inspired by [entsoe-py](https://github.com/EnergieID/entsoe-py) repository.

## Features
- asynchronous client
- agnostic DataFrame library

## Dev
To debug the client:
```py
import logging

logging.basicConfig(level=logging.DEBUG)
```

