README.md
pyproject.toml
src/weather_cli/__init__.py
src/weather_cli/cli.py
src/weather_cli/download.py
src/weather_cli/list.py
src/weather_cli/process_data.py
src/weather_cli/refresh_db.py
src/weather_cli/report.py
src/weather_cli/report_aggregate.py
src/weather_cli/report_func.py
src/weather_cli_era5.egg-info/PKG-INFO
src/weather_cli_era5.egg-info/SOURCES.txt
src/weather_cli_era5.egg-info/dependency_links.txt
src/weather_cli_era5.egg-info/entry_points.txt
src/weather_cli_era5.egg-info/requires.txt
src/weather_cli_era5.egg-info/top_level.txt
tests/test_cli.py
tests/test_download.py
tests/test_list.py
tests/test_process_data.py
tests/test_refresh_db.py
tests/test_report.py
tests/test_report_aggregate.py