Metadata-Version: 2.4
Name: datacollectors
Version: 0.7.31
Summary: Datacollectors to load energy market data from various sources
Author-email: Torben Franch <torben@franch.eu>
Keywords: collectors
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: openpyxl
Requires-Dist: incentivedkutils
Requires-Dist: xmltodict
Requires-Dist: python-dateutil
Requires-Dist: pycountry
Requires-Dist: pathlib
Dynamic: license-file

# TCF datacollectors

Data collectors from energy data sources

## Installation

Run the following to install 
```
python -m pip install datacollectors
```

## Usage

```
import datacollectors

# connectors: Entsoe, ECB, Trading Economics, Energidataservice and ICE
```


