.dockerignore
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
appveyor.yml
builder.py
setup.cfg
setup.py
tox.ini
ci/install_python.ps1
ci/requirements-dev.txt
ci/requirements-docs.in
ci/requirements-docs.txt
ci/requirements-docs.yml
ci/requirements-py36-qc.yml
ci/requirements-py36.yml
ci/requirements-py37.yml
ci/requirements-tests.in
ci/requirements-tests.txt
docs/conf.py
docs/index.rst
docs/_static/.gitkeep
eccodes/__init__.py
eccodes/__main__.py
eccodes/eccodes.py
eccodes/high_level/__init__.py
eccodes/high_level/bufr.py
eccodes/high_level/codesfile.py
eccodes/high_level/codesmessage.py
eccodes/high_level/gribfile.py
eccodes/high_level/gribindex.py
eccodes/high_level/gribmessage.py
eccodes_python.egg-info/PKG-INFO
eccodes_python.egg-info/SOURCES.txt
eccodes_python.egg-info/dependency_links.txt
eccodes_python.egg-info/requires.txt
eccodes_python.egg-info/top_level.txt
eccodes_python.egg-info/zip-safe
gribapi/__init__.py
gribapi/bindings.py
gribapi/eccodes.h
gribapi/errors.py
gribapi/grib_api.h
gribapi/gribapi.py
tests/test_20_main.py