weathergrabber 0.0.8a4__py3-none-any.whl → 0.0.8a6__py3-none-any.whl
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.
- weathergrabber/__init__.py +1 -1
- weathergrabber/adapter/tty/waybar_tty.py +1 -1
- weathergrabber/domain/moon_phase_enum.py +1 -1
- weathergrabber/domain/weather_icon_enum.py +21 -0
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/METADATA +1 -1
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/RECORD +10 -10
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/WHEEL +0 -0
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/entry_points.txt +0 -0
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/licenses/LICENSE +0 -0
- {weathergrabber-0.0.8a4.dist-info → weathergrabber-0.0.8a6.dist-info}/top_level.txt +0 -0
weathergrabber/__init__.py
CHANGED
|
@@ -117,7 +117,7 @@ class WaybarTTY:
|
|
|
117
117
|
f"{moon_icon} {moon_phase}\n"
|
|
118
118
|
"\n"
|
|
119
119
|
f"{wind_icon} {wind}\t"
|
|
120
|
-
f"{'\t' if len(wind) <
|
|
120
|
+
f"{'\t' if len(wind) < 7 else ''}"
|
|
121
121
|
f"{uv_index}\n"
|
|
122
122
|
f"{humidity_icon} {humidity}\t\t{pressure}\n"
|
|
123
123
|
f"{visibility_icon} {visibility}\t{aqi_acronym} {aqi_category} {aqi_value}\n"
|
|
@@ -23,7 +23,7 @@ class MoonPhaseEnum(Enum):
|
|
|
23
23
|
PHASE_14 = ("phase-14", "\uf186", "🌕")
|
|
24
24
|
# Waning Gibbous
|
|
25
25
|
PHASE_15 = ("phase-15", "\uf186", "🌕")
|
|
26
|
-
PHASE_16 = ("phase-16", "\uf186", "
|
|
26
|
+
PHASE_16 = ("phase-16", "\uf186", "🌖")
|
|
27
27
|
PHASE_17 = ("phase-17", "\uf186", "🌖")
|
|
28
28
|
PHASE_18 = ("phase-18", "\uf186", "🌖")
|
|
29
29
|
PHASE_19 = ("phase-19", "\uf186", "🌖")
|
|
@@ -20,17 +20,21 @@ class WeatherIconEnum(Enum):
|
|
|
20
20
|
PARTLY_CLOUDY_DAY = ('partly-cloudy-day', chr(0xF0595), '⛅')
|
|
21
21
|
PARTLY_CLOUDY_NIGHT = ('partly-cloudy-night', chr(0xF0F31), '☁️')
|
|
22
22
|
RAIN = ('rain', '\uf0e9', '🌧️')
|
|
23
|
+
RAIN_SHOW_WINTERY_MIX = ('rain-snow-wintery-mix', '\u26c6', '🌨️')
|
|
23
24
|
RAINY_DAY = ('rainy-day', chr(0x1F326), '🌧️')
|
|
24
25
|
RAINY_NIGHT = ('rainy-night', chr(0x1F326), '🌧️')
|
|
26
|
+
SCATTERED_SNOW_SHOWERS_NIGHT = ('scattered-snow-showers-night', '\u26c6', '🌨️')
|
|
25
27
|
SCATTERED_SHOWERS_DAY = ('scattered-showers-day', chr(0x1F326), '🌦️')
|
|
26
28
|
SCATTERED_SHOWERS_NIGHT = ('scattered-showers-night', chr(0x1F326), '🌦️')
|
|
27
29
|
SCATTERED_THUNDERSTORMS_DAY = ('scattered-thunderstorms-day', chr(0x26C8), '⛈️')
|
|
28
30
|
SCATTERED_THUNDERSTORMS_NIGHT = ('scattered-thunderstorms-night', chr(0x26C8), '⛈️')
|
|
29
31
|
SEVERE = ('severe', '\ue317', '🌩️')
|
|
30
32
|
SHOWERS = ('showers', '\u26c6', '🌧️')
|
|
33
|
+
SMOKE = ('smoke', '\uf062', '💨')
|
|
31
34
|
SNOW = ('snow', '\uf2dc', '❄️')
|
|
32
35
|
SNOWY_ICY_DAY = ('snowy-icy-day', '\uf2dc', '❄️')
|
|
33
36
|
SNOWY_ICY_NIGHT = ('snowy-icy-night', '\uf2dc', '❄️')
|
|
37
|
+
SNOW_SHOWERS = ('snow-showers', '\u26c6', '🌨️')
|
|
34
38
|
SUNNY = ('sunny', chr(0xF0599), '☀️')
|
|
35
39
|
SUNRISE = ('sunrise', '\ue34c', '🌅')
|
|
36
40
|
SUNSET = ('sunset', '\ue34d', '🌇')
|
|
@@ -38,6 +42,23 @@ class WeatherIconEnum(Enum):
|
|
|
38
42
|
VISIBILITY = ('visibility', '\uf06e', '👁️')
|
|
39
43
|
WIND = ('wind', chr(0xf059d), '🌪️')
|
|
40
44
|
WINDY = ('windy', chr(0xf059d), '🌪️')
|
|
45
|
+
# Suggestions from Copilot
|
|
46
|
+
BLIZZARD = ('blizzard', '\u2744', '🌨️')
|
|
47
|
+
DUST = ('dust', '\uf063', '🌪️')
|
|
48
|
+
FLURRIES = ('flurries', '\u2744', '🌨️')
|
|
49
|
+
FREEZING_DRIZZLE = ('freezing-drizzle', '\uf0e9', '🌧️')
|
|
50
|
+
FREEZING_RAIN = ('freezing-rain', '\uf0e9', '🌧️')
|
|
51
|
+
HAIL = ('hail', '\uf015', '🌨️')
|
|
52
|
+
HAZE = ('haze', '\uf0b6', '🌫️')
|
|
53
|
+
HURRICANE = ('hurricane', '\uf073', '🌀')
|
|
54
|
+
ICE = ('ice', '\u2744', '🧊')
|
|
55
|
+
MIXED_RAIN_AND_SLEET = ('mixed-rain-and-sleet', '\uf0e9', '🌧️')
|
|
56
|
+
MIXED_RAIN_AND_SNOW = ('mixed-rain-and-snow', '\uf0e9', '🌧️')
|
|
57
|
+
MIXED_SNOW_AND_SLEET = ('mixed-snow-and-sleet', '\uf2dc', '❄️')
|
|
58
|
+
SAND = ('sand', '\uf063', '🏜️')
|
|
59
|
+
SLEET = ('sleet', '\uf0e9', '🌨️')
|
|
60
|
+
TORNADO = ('tornado', '\uf056', '🌪️')
|
|
61
|
+
TROPICAL_STORM = ('tropical-storm', '\uf073', '🌀')
|
|
41
62
|
|
|
42
63
|
def __init__(self, name: str, fa_icon: str, emoji_icon: str):
|
|
43
64
|
self._name = name
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
weathergrabber/__init__.py,sha256=
|
|
1
|
+
weathergrabber/__init__.py,sha256=kQ9RIgWEmXEJkUvv0HQxlLasmgnIMvU5Ce1nRSSDTM0,175
|
|
2
2
|
weathergrabber/__main__.py,sha256=K10wQv3-LSRD_FRLHWphdSs3OAcuzIb4sQaKmj7Fql0,105
|
|
3
3
|
weathergrabber/cli.py,sha256=YOWoVLfwktgqK1bp89GUKkAEKyMM4DaNL4akBi6xVVk,1979
|
|
4
4
|
weathergrabber/core.py,sha256=TiZ2utmYKf9lkIXWv8YBfSdiHZXJZXuHS8B-dBDvevw,1138
|
|
@@ -7,7 +7,7 @@ weathergrabber/adapter/client/weather_api.py,sha256=9S7JmXaAVvvPY60dz6rC3lx7X68B
|
|
|
7
7
|
weathergrabber/adapter/client/weather_search_api.py,sha256=1oy7JitHcmwkkhFlD0eIt5A7a4cGbf7LMNi26tR8z5o,1724
|
|
8
8
|
weathergrabber/adapter/tty/console_tty.py,sha256=7Ih0DwRyEfaYM4tfCMHhyHo-ti97u-OmZ36ANwEAu5I,5953
|
|
9
9
|
weathergrabber/adapter/tty/json_tty.py,sha256=ZRZSfVhFYsb8AXD1qjb1GBpaRMxHGNaMXW5VN8AvdaU,647
|
|
10
|
-
weathergrabber/adapter/tty/waybar_tty.py,sha256=
|
|
10
|
+
weathergrabber/adapter/tty/waybar_tty.py,sha256=wRvqT63ubb8Zz0YxeJM_mhOiJE0USK4Y5NquFf_V1qw,6136
|
|
11
11
|
weathergrabber/domain/air_quality_index.py,sha256=eH1glUdedtbRCZMcw5_zB5ybJQUcyY-EBMxL8vVJ6zA,2791
|
|
12
12
|
weathergrabber/domain/city_location.py,sha256=GHzFMvOhks7iQkWgR0mS-L21uAb_tlNycvfrdY-itzc,2362
|
|
13
13
|
weathergrabber/domain/color.py,sha256=dkWZnQ2BjXUV8qTfZnmNGng_cqKtKuDdekYw4R2NJ9U,1080
|
|
@@ -19,7 +19,7 @@ weathergrabber/domain/health_activities.py,sha256=wCG82-lBfrnIwxptgnMZt-fXHJsBnI
|
|
|
19
19
|
weathergrabber/domain/hourly_predictions.py,sha256=PFiGuo7mBoQHLR-bDirV--R126YAOzkwIHgaeRGFQSA,2179
|
|
20
20
|
weathergrabber/domain/label_value.py,sha256=LvrvZbSrcEUUpxvKAmYkFnpDFWsa6LFmGA9O8i6HB84,446
|
|
21
21
|
weathergrabber/domain/moon_phase.py,sha256=sEHRi8yPIHTzaEcOkz556uNYsKLq4YmYa5qDncSX44c,587
|
|
22
|
-
weathergrabber/domain/moon_phase_enum.py,sha256=
|
|
22
|
+
weathergrabber/domain/moon_phase_enum.py,sha256=5NUySSwDr4k5n2aMrNDc9YYmKAbb6zycFO2w1z1SwxQ,2091
|
|
23
23
|
weathergrabber/domain/precipitation.py,sha256=eXrpwMOsEJWGqV4bEBhN9niWYXalgdZRLG4-I39JZ2A,466
|
|
24
24
|
weathergrabber/domain/search.py,sha256=j3BzskyPl0hDWV02XTOC4tJonV5RHxr5Rop_rYMKUtA,387
|
|
25
25
|
weathergrabber/domain/sunrise_sunset.py,sha256=wNTk01NIuLbQ7gN_giAFv4f3FaRx9khul-mj19g57vE,1207
|
|
@@ -27,7 +27,7 @@ weathergrabber/domain/temperature_hight_low.py,sha256=PQOJ5uDtfMRBR5yMxXA46xuorJ
|
|
|
27
27
|
weathergrabber/domain/timestamp.py,sha256=Bk6f8Tx0-yNitYmEKIWHnqh_ALDwxEHrhoCRSrfvYTU,1222
|
|
28
28
|
weathergrabber/domain/today_details.py,sha256=EUlV7xerYw5QhEsBfvO5m6-9Ghm4nPkXJz9zCmSYTbA,2398
|
|
29
29
|
weathergrabber/domain/uv_index.py,sha256=lNdk38Jq-A9msuzOLjIKrZIHUc2C9J8V4MA7HU3s1ZM,1420
|
|
30
|
-
weathergrabber/domain/weather_icon_enum.py,sha256=
|
|
30
|
+
weathergrabber/domain/weather_icon_enum.py,sha256=oY-V6qIHjJjUE0baTkrECFwL0VSe4IYte-aR53zl_ew,3901
|
|
31
31
|
weathergrabber/domain/wind.py,sha256=wTDz3X1rYsnw_eNoDi1miwaomxwhiJkY_q6xrdZtLak,789
|
|
32
32
|
weathergrabber/domain/adapter/icon_enum.py,sha256=YxGYS5vBRV2AiAfeuPOdqaQOHixAssiMbOzQnTmdSBg,84
|
|
33
33
|
weathergrabber/domain/adapter/output_enum.py,sha256=61iR10ppY8DNALPKV-vLnDQni5HxEzpoRNZbdBdRygk,117
|
|
@@ -64,9 +64,9 @@ weathergrabber/service/extract_today_details_service.py,sha256=QAwF7EzVaL1STGNDy
|
|
|
64
64
|
weathergrabber/service/read_weather_service.py,sha256=7_B8E9IN1KCwOhpuS5PfWazI1sCrDyYrZhkV2R38bhc,649
|
|
65
65
|
weathergrabber/service/search_location_service.py,sha256=tZmVgO45hjwoa4cl5bKPjMBmYlGxJiH_I9Ymb5pwEwU,1422
|
|
66
66
|
weathergrabber/usecase/use_case.py,sha256=K2RBIEi7S0ixAM6oDKmCPYkuJ9azatxle8zAqX0xM1E,4635
|
|
67
|
-
weathergrabber-0.0.
|
|
68
|
-
weathergrabber-0.0.
|
|
69
|
-
weathergrabber-0.0.
|
|
70
|
-
weathergrabber-0.0.
|
|
71
|
-
weathergrabber-0.0.
|
|
72
|
-
weathergrabber-0.0.
|
|
67
|
+
weathergrabber-0.0.8a6.dist-info/licenses/LICENSE,sha256=X5JFljoqN43yFwpMLudQ9rtty4K_FeZfnz3v8Yhw23Q,1067
|
|
68
|
+
weathergrabber-0.0.8a6.dist-info/METADATA,sha256=cq3AM8PdW6KRbSH_VYbkgDYP1OHtrnHJpIp7adRHzz0,5796
|
|
69
|
+
weathergrabber-0.0.8a6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
70
|
+
weathergrabber-0.0.8a6.dist-info/entry_points.txt,sha256=m2P9a4mrJDTzuNaiTU438NA60GxCfaw7VKvruWw43N8,63
|
|
71
|
+
weathergrabber-0.0.8a6.dist-info/top_level.txt,sha256=P3NMDJJYRIvQujf994Vb4gZrobkKWkL2gh3NF_ajQWM,15
|
|
72
|
+
weathergrabber-0.0.8a6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|