README.md
pyproject.toml
src/sc_weather/__init__.py
src/sc_weather/client.py
src/sc_weather/icon_provider.py
src/sc_weather/models.py
src/sc_weather/normalization.py
src/sc_weather.egg-info/PKG-INFO
src/sc_weather.egg-info/SOURCES.txt
src/sc_weather.egg-info/dependency_links.txt
src/sc_weather.egg-info/not-zip-safe
src/sc_weather.egg-info/requires.txt
src/sc_weather.egg-info/top_level.txt
src/sc_weather/providers/__init__.py
src/sc_weather/providers/open_meteo_provider.py
src/sc_weather/providers/owm_provider.py
tests/test_weather_client.py
tests/test_weather_icon_provider.py
tests/test_weather_owm_provider.py