LICENSE
README.md
pyproject.toml
tests/test_cli.py
tests/test_cli_version.py
tests/test_core.py
tests/test_main.py
weathergrabber/__init__.py
weathergrabber/__main__.py
weathergrabber/cli.py
weathergrabber/core.py
weathergrabber.egg-info/PKG-INFO
weathergrabber.egg-info/SOURCES.txt
weathergrabber.egg-info/dependency_links.txt
weathergrabber.egg-info/entry_points.txt
weathergrabber.egg-info/requires.txt
weathergrabber.egg-info/top_level.txt
weathergrabber/adapter/client/weather_api.py
weathergrabber/adapter/client/weather_search_api.py
weathergrabber/adapter/repository/forecast_repository.py
weathergrabber/adapter/tty/console_tty.py
weathergrabber/adapter/tty/json_tty.py
weathergrabber/adapter/tty/statistics_tty.py
weathergrabber/adapter/tty/waybar_tty.py
weathergrabber/application/weathergrabber_application.py
weathergrabber/application/services/extract_aqi_service.py
weathergrabber/application/services/extract_current_conditions_service.py
weathergrabber/application/services/extract_daily_forecast_oldstyle_service.py
weathergrabber/application/services/extract_daily_forecast_service.py
weathergrabber/application/services/extract_health_activities_service.py
weathergrabber/application/services/extract_hourly_forecast_oldstyle_service.py
weathergrabber/application/services/extract_hourly_forecast_service.py
weathergrabber/application/services/extract_temperature_service.py
weathergrabber/application/services/extract_today_details_service.py
weathergrabber/application/services/read_weather_service.py
weathergrabber/application/services/retrieve_forecast_from_cache_service.py
weathergrabber/application/services/retrieve_statistics_service.py
weathergrabber/application/services/save_forecast_to_cache_service.py
weathergrabber/application/services/search_location_service.py
weathergrabber/application/usecases/statistics_uc.py
weathergrabber/application/usecases/weather_forecast_uc.py
weathergrabber/domain/adapter/icon_enum.py
weathergrabber/domain/adapter/output_enum.py
weathergrabber/domain/adapter/params.py
weathergrabber/domain/adapter/mappers/air_quality_index_mapper.py
weathergrabber/domain/adapter/mappers/city_location_mapper.py
weathergrabber/domain/adapter/mappers/color_mapper.py
weathergrabber/domain/adapter/mappers/current_conditions_mapper.py
weathergrabber/domain/adapter/mappers/daily_predictions_mapper.py
weathergrabber/domain/adapter/mappers/day_night_mapper.py
weathergrabber/domain/adapter/mappers/forecast_mapper.py
weathergrabber/domain/adapter/mappers/health_activities_mapper.py
weathergrabber/domain/adapter/mappers/hourly_predictions_mapper.py
weathergrabber/domain/adapter/mappers/label_value_mapper.py
weathergrabber/domain/adapter/mappers/moon_phase_mapper.py
weathergrabber/domain/adapter/mappers/precipitation_mapper.py
weathergrabber/domain/adapter/mappers/search_mapper.py
weathergrabber/domain/adapter/mappers/statistics_mapper.py
weathergrabber/domain/adapter/mappers/sunrise_sunset_mapper.py
weathergrabber/domain/adapter/mappers/temperature_high_low_mapper.py
weathergrabber/domain/adapter/mappers/timestamp_mapper.py
weathergrabber/domain/adapter/mappers/today_details_mapper.py
weathergrabber/domain/adapter/mappers/uv_index_mapper.py
weathergrabber/domain/adapter/mappers/weather_icon_enum_mapper.py
weathergrabber/domain/adapter/mappers/wind_mapper.py
weathergrabber/domain/entities/air_quality_index.py
weathergrabber/domain/entities/city_location.py
weathergrabber/domain/entities/color.py
weathergrabber/domain/entities/current_conditions.py
weathergrabber/domain/entities/daily_predictions.py
weathergrabber/domain/entities/day_night.py
weathergrabber/domain/entities/forecast.py
weathergrabber/domain/entities/health_activities.py
weathergrabber/domain/entities/hourly_predictions.py
weathergrabber/domain/entities/label_value.py
weathergrabber/domain/entities/moon_phase.py
weathergrabber/domain/entities/moon_phase_enum.py
weathergrabber/domain/entities/precipitation.py
weathergrabber/domain/entities/search.py
weathergrabber/domain/entities/statistics.py
weathergrabber/domain/entities/sunrise_sunset.py
weathergrabber/domain/entities/temperature_hight_low.py
weathergrabber/domain/entities/timestamp.py
weathergrabber/domain/entities/today_details.py
weathergrabber/domain/entities/uv_index.py
weathergrabber/domain/entities/weather_icon_enum.py
weathergrabber/domain/entities/wind.py