.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/settings.json
docs/index.md
docs/installation.md
docs/api/index.md
src/cfd_ops/__init__.py
src/cfd_ops/cli.py
src/cfd_ops.egg-info/PKG-INFO
src/cfd_ops.egg-info/SOURCES.txt
src/cfd_ops.egg-info/dependency_links.txt
src/cfd_ops.egg-info/entry_points.txt
src/cfd_ops.egg-info/requires.txt
src/cfd_ops.egg-info/top_level.txt
src/cfd_ops/operations/__init__.py
src/cfd_ops/operations/common.py
src/cfd_ops/operations/cut.py
src/cfd_ops/operations/extend.py
src/cfd_ops/operations/merge.py
src/cfd_ops/operations/rotate.py
src/cfd_ops/operations/translate.py
src/cfd_ops/operations/transpose.py
tests/__init__.py
tests/test_cli.py
tests/test_import.py
tests/test_ops.py