Metadata-Version: 2.0
Name: ree
Version: 2.1.1
Summary: Red Eléctrica de España data
Home-page: https://github.com/blackleg/ree
Author: blackleg
Author-email: hectorespertpardo@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: arrow
Requires-Dist: requests

# ree (Red Eléctrica de España data)

Package install:

```
pip install ree
```

Example Code:

```python
from ree import CanaryIslands

generation = CanaryIslands().get()
print(generation)
```
Output:

```
Response 2017-07-13T10:20:00+00:00 Demand 0.0 Diesel: 282.2 Gas: 159.4 Wind: 48.2 Combined: 338.3 Vapor: 329.5 Solar: 89.0 Hydraulic: -3.4
```


