README.md
setup.py
datafetch/__init__.py
datafetch/core.py
datafetch.egg-info/PKG-INFO
datafetch.egg-info/SOURCES.txt
datafetch.egg-info/dependency_links.txt
datafetch.egg-info/requires.txt
datafetch.egg-info/top_level.txt
datafetch/protocol/__init__.py
datafetch/protocol/cds.py
datafetch/protocol/http/__init__.py
datafetch/protocol/http/core.py
datafetch/protocol/s3/__init__.py
datafetch/protocol/s3/core.py
datafetch/utils/__init__.py
datafetch/utils/db.py
datafetch/utils/prefect.py
datafetch/weather/__init__.py
datafetch/weather/ecmwf/__init__.py
datafetch/weather/ecmwf/core.py
datafetch/weather/meteofrance/__init__.py
datafetch/weather/meteofrance/obs/__init__.py
datafetch/weather/meteofrance/obs/core.py
datafetch/weather/noaa/__init__.py
datafetch/weather/noaa/nwp/__init__.py
datafetch/weather/noaa/nwp/core.py
datafetch/weather/noaa/nwp/flows.py
tests/__init__.py
tests/test_db.py
tests/protocol/__init__.py
tests/protocol/test_cds.py
tests/protocol/test_http.py
tests/protocol/test_s3.py
tests/weather/__init__.py
tests/weather/ecmwf/__init__.py
tests/weather/ecmwf/test_era5.py
tests/weather/meteofrance/__init__.py
tests/weather/meteofrance/test_obs.py
tests/weather/noaa/__init__.py
tests/weather/noaa/nwp/__init__.py
tests/weather/noaa/nwp/test_core.py
tests/weather/noaa/nwp/test_flow.py