simple-dwd-weatherforecast 2.1.11__tar.gz → 2.1.13__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {simple_dwd_weatherforecast-2.1.11/simple_dwd_weatherforecast.egg-info → simple_dwd_weatherforecast-2.1.13}/PKG-INFO +3 -3
  2. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/setup.py +3 -3
  3. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13/simple_dwd_weatherforecast.egg-info}/PKG-INFO +3 -3
  4. simple_dwd_weatherforecast-2.1.13/simple_dwd_weatherforecast.egg-info/requires.txt +7 -0
  5. simple_dwd_weatherforecast-2.1.11/simple_dwd_weatherforecast.egg-info/requires.txt +0 -7
  6. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/LICENCE +0 -0
  7. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/README.md +0 -0
  8. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/setup.cfg +0 -0
  9. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast/__init__.py +0 -0
  10. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast/dwdforecast.py +0 -0
  11. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast/dwdmap.py +0 -0
  12. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast/stations.json +0 -0
  13. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast/uv_stations.json +0 -0
  14. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast.egg-info/SOURCES.txt +0 -0
  15. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast.egg-info/dependency_links.txt +0 -0
  16. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/simple_dwd_weatherforecast.egg-info/top_level.txt +0 -0
  17. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/__init__.py +0 -0
  18. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/dummy_data.py +0 -0
  19. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/dummy_data_full.py +0 -0
  20. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/dummy_uv.py +0 -0
  21. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_daily_avg.py +0 -0
  22. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_daily_condition.py +0 -0
  23. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_daily_max.py +0 -0
  24. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_daily_min.py +0 -0
  25. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_daily_sum.py +0 -0
  26. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_day_values.py +0 -0
  27. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_forecast_condition.py +0 -0
  28. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_forecast_data.py +0 -0
  29. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_station_name.py +0 -0
  30. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_avg.py +0 -0
  31. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_condition.py +0 -0
  32. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_max.py +0 -0
  33. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_min.py +0 -0
  34. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_sum.py +0 -0
  35. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_get_timeframe_values.py +0 -0
  36. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_is_in_timerange.py +0 -0
  37. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_is_valid_timeframe.py +0 -0
  38. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_location_tools.py +0 -0
  39. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_map.py +0 -0
  40. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_parsekml.py +0 -0
  41. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_region.py +0 -0
  42. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_reported_weather.py +0 -0
  43. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_station.py +0 -0
  44. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_stationsfile.py +0 -0
  45. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_update.py +0 -0
  46. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_update_hourly.py +0 -0
  47. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_uv_index.py +0 -0
  48. {simple_dwd_weatherforecast-2.1.11 → simple_dwd_weatherforecast-2.1.13}/tests/test_weather.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: simple_dwd_weatherforecast
3
- Version: 2.1.11
3
+ Version: 2.1.13
4
4
  Summary: A simple tool to retrieve a weather forecast from DWD OpenData
5
5
  Home-page: https://github.com/FL550/simple_dwd_weatherforecast.git
6
6
  Author: Max Fermor
@@ -14,8 +14,8 @@ Requires-Dist: lxml
14
14
  Requires-Dist: requests
15
15
  Requires-Dist: Pillow
16
16
  Requires-Dist: arrow
17
- Requires-Dist: stream-inflate==0.0.40
18
- Requires-Dist: stream-unzip
17
+ Requires-Dist: stream-inflate==0.0.41
18
+ Requires-Dist: stream-unzip==0.0.98
19
19
  Requires-Dist: httpx
20
20
 
21
21
  # Simple DWD weather forecast
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="simple_dwd_weatherforecast",
8
- version="2.1.11",
8
+ version="v2.1.13",
9
9
  author="Max Fermor",
10
10
  description="A simple tool to retrieve a weather forecast from DWD OpenData",
11
11
  long_description=long_description,
@@ -25,8 +25,8 @@ setuptools.setup(
25
25
  "requests",
26
26
  "Pillow",
27
27
  "arrow",
28
- "stream-inflate==0.0.40",
29
- "stream-unzip",
28
+ "stream-inflate==0.0.41",
29
+ "stream-unzip==0.0.98",
30
30
  "httpx",
31
31
  ],
32
32
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: simple_dwd_weatherforecast
3
- Version: 2.1.11
3
+ Version: 2.1.13
4
4
  Summary: A simple tool to retrieve a weather forecast from DWD OpenData
5
5
  Home-page: https://github.com/FL550/simple_dwd_weatherforecast.git
6
6
  Author: Max Fermor
@@ -14,8 +14,8 @@ Requires-Dist: lxml
14
14
  Requires-Dist: requests
15
15
  Requires-Dist: Pillow
16
16
  Requires-Dist: arrow
17
- Requires-Dist: stream-inflate==0.0.40
18
- Requires-Dist: stream-unzip
17
+ Requires-Dist: stream-inflate==0.0.41
18
+ Requires-Dist: stream-unzip==0.0.98
19
19
  Requires-Dist: httpx
20
20
 
21
21
  # Simple DWD weather forecast
@@ -0,0 +1,7 @@
1
+ lxml
2
+ requests
3
+ Pillow
4
+ arrow
5
+ stream-inflate==0.0.41
6
+ stream-unzip==0.0.98
7
+ httpx
@@ -1,7 +0,0 @@
1
- lxml
2
- requests
3
- Pillow
4
- arrow
5
- stream-inflate==0.0.40
6
- stream-unzip
7
- httpx