Metadata-Version: 1.1
Name: ree
Version: 2.0.0
Summary: Red Eléctrica de España data
Home-page: https://github.com/blackleg/ree
Author: blackleg
Author-email: hectorespertpardo@gmail.com
License: MIT
Description: # 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
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
