LICENSE
README.md
pyproject.toml
src/meteopendata2netcdf/__init__.py
src/meteopendata2netcdf/_cli.py
src/meteopendata2netcdf/_constants.py
src/meteopendata2netcdf/_downloader.py
src/meteopendata2netcdf/_exceptions.py
src/meteopendata2netcdf/_grib.py
src/meteopendata2netcdf/py.typed
src/meteopendata2netcdf.egg-info/PKG-INFO
src/meteopendata2netcdf.egg-info/SOURCES.txt
src/meteopendata2netcdf.egg-info/dependency_links.txt
src/meteopendata2netcdf.egg-info/entry_points.txt
src/meteopendata2netcdf.egg-info/requires.txt
src/meteopendata2netcdf.egg-info/top_level.txt
tests/test_cli.py
tests/test_constants.py
tests/test_downloader.py
tests/test_exceptions.py
tests/test_grib.py
tests/test_placeholder.py