Metadata-Version: 2.1
Name: swisshydrodata
Version: 0.0.2
Summary: A library to fetch data from the Swiss federal Office for Environment FEON
Home-page: https://github.com/bouni/swisshydrodata
Author: Bouni
Author-email: bouni@owee.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# swisshydrodata

swisshydrodata is a library that allow you to request data from the Swiss Federal Office for the Environment FOEN.

## Example
```
from swisshydrodata import SwissHydroData 

sh = SwissHydroData()
s.load_station_data(2143)
s.get_latest_level()
s.get_latest_temperature()
s.get_latest_discharge()
```



