.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.release-please-config.json
.release-please-manifest.json
CHANGELOG.md
CONTRIBUTORS.md
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/labeler.yml
.github/pull_request_template.md
.github/workflows/pr-conventional-commit.yml
.github/workflows/pr-label-conventional-commits.yml
.github/workflows/pr-label-file-based.yml
.github/workflows/pr-label-public.yml
.github/workflows/python-publish.yml
.github/workflows/python-pull-request.yml
.github/workflows/readthedocs-pr-update.yml
.github/workflows/release-please.yml
docs/Makefile
docs/conf.py
docs/configuring.rst
docs/index.rst
docs/installing.rst
docs/naming-conventions.rst
docs/_static/logo.png
docs/_static/style.css
docs/_templates/.gitkeep
docs/cli/datasets.rst
docs/cli/experiments.rst
docs/cli/list.rst
docs/cli/weights.rst
src/anemoi/registry/__init__.py
src/anemoi/registry/__main__.py
src/anemoi/registry/_version.py
src/anemoi/registry/config.yaml
src/anemoi/registry/configuration.py
src/anemoi/registry/rest.py
src/anemoi/registry/tasks.py
src/anemoi/registry/utils.py
src/anemoi/registry/commands/__init__.py
src/anemoi/registry/commands/base.py
src/anemoi/registry/commands/datasets.py
src/anemoi/registry/commands/download.py
src/anemoi/registry/commands/entry.py
src/anemoi/registry/commands/experiments.py
src/anemoi/registry/commands/list.py
src/anemoi/registry/commands/settings.py
src/anemoi/registry/commands/tasks.py
src/anemoi/registry/commands/trainings.py
src/anemoi/registry/commands/update.py
src/anemoi/registry/commands/update.readme.md
src/anemoi/registry/commands/upload.py
src/anemoi/registry/commands/weights.py
src/anemoi/registry/commands/worker.py
src/anemoi/registry/entry/__init__.py
src/anemoi/registry/entry/dataset.py
src/anemoi/registry/entry/experiment.py
src/anemoi/registry/entry/training.py
src/anemoi/registry/entry/weights.py
src/anemoi/registry/workers/__init__.py
src/anemoi/registry/workers/delete_dataset.py
src/anemoi/registry/workers/dummy.py
src/anemoi/registry/workers/transfer_dataset.py
src/anemoi/registry/workers/update_dataset.py
src/anemoi_registry.egg-info/PKG-INFO
src/anemoi_registry.egg-info/SOURCES.txt
src/anemoi_registry.egg-info/dependency_links.txt
src/anemoi_registry.egg-info/entry_points.txt
src/anemoi_registry.egg-info/requires.txt
src/anemoi_registry.egg-info/top_level.txt
tests/dummy-checkpoint.ckpt
tests/dummy-quaver.pdf
tests/dummy-recipe-experiment.yaml
tests/dummy-recipe-training.json
tests/recipe.yaml
tests/test.json
tests/test_all.py
tests/test_entry.py