.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/ci-hpc-config.yml
.github/workflows/changelog-pr-update.yml
.github/workflows/changelog-release-update.yml
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/python-publish.yml
.github/workflows/python-pull-request.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/modules/placeholder.rst
src/anemoi/transform/__init__.py
src/anemoi/transform/__main__.py
src/anemoi/transform/_version.py
src/anemoi/transform/commands/__init__.py
src/anemoi/transform/commands/hello.py
src/anemoi/transform/variables/__init__.py
src/anemoi/transform/variables/variables.py
src/anemoi_transform.egg-info/PKG-INFO
src/anemoi_transform.egg-info/SOURCES.txt
src/anemoi_transform.egg-info/dependency_links.txt
src/anemoi_transform.egg-info/entry_points.txt
src/anemoi_transform.egg-info/requires.txt
src/anemoi_transform.egg-info/top_level.txt
tests/test_variables.py