LICENCE
README.md
setup.py
simple_dwd_weatherforecast/__init__.py
simple_dwd_weatherforecast/dwdforecast.py
simple_dwd_weatherforecast/dwdmap.py
simple_dwd_weatherforecast/stations.json
simple_dwd_weatherforecast.egg-info/PKG-INFO
simple_dwd_weatherforecast.egg-info/SOURCES.txt
simple_dwd_weatherforecast.egg-info/dependency_links.txt
simple_dwd_weatherforecast.egg-info/requires.txt
simple_dwd_weatherforecast.egg-info/top_level.txt
tests/__init__.py
tests/dummy_data.py
tests/test_get_daily_condition.py
tests/test_get_daily_max.py
tests/test_get_daily_min.py
tests/test_get_daily_sum.py
tests/test_get_day_values.py
tests/test_get_forecast_condition.py
tests/test_get_forecast_data.py
tests/test_get_station_name.py
tests/test_get_timeframe_avg.py
tests/test_get_timeframe_condition.py
tests/test_get_timeframe_max.py
tests/test_get_timeframe_min.py
tests/test_get_timeframe_sum.py
tests/test_get_timeframe_values.py
tests/test_is_in_timerange.py
tests/test_is_valid_timeframe.py
tests/test_location_tools.py
tests/test_map.py
tests/test_parsekml.py
tests/test_region.py
tests/test_reported_weather.py
tests/test_station.py
tests/test_update.py
tests/test_update_hourly.py
tests/test_weather.py