.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/ci-config.yml
.github/workflows/changelog-pr-update.yml
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/python-publish.yml
.github/workflows/readthedocs-pr-update.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installing.rst
docs/_static/logo.png
docs/_static/style.css
docs/_templates/.gitkeep
docs/cli/introduction.rst
docs/cli/metadata.rst
docs/modules/runner.rst
src/anemoi/inference/__init__.py
src/anemoi/inference/__main__.py
src/anemoi/inference/_version.py
src/anemoi/inference/plugin.py
src/anemoi/inference/runner.py
src/anemoi/inference/checkpoint/__init__.py
src/anemoi/inference/checkpoint/metadata/__init__.py
src/anemoi/inference/checkpoint/metadata/patch.py
src/anemoi/inference/checkpoint/metadata/version_0_0_0.py
src/anemoi/inference/checkpoint/metadata/version_0_1_0.py
src/anemoi/inference/checkpoint/metadata/version_0_2_0.py
src/anemoi/inference/commands/__init__.py
src/anemoi/inference/commands/inspect.py
src/anemoi/inference/commands/metadata.py
src/anemoi_inference.egg-info/PKG-INFO
src/anemoi_inference.egg-info/SOURCES.txt
src/anemoi_inference.egg-info/dependency_links.txt
src/anemoi_inference.egg-info/entry_points.txt
src/anemoi_inference.egg-info/requires.txt
src/anemoi_inference.egg-info/top_level.txt
tests/test_datasets.py
tests/test_inference.py