.gitignore
CITATION.cff
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
docs/installation.md
docs/api/cli.md
docs/api/contour.md
docs/api/index.md
docs/api/mesh.md
docs/user-guide/api-usage.md
docs/user-guide/cli.md
docs/user-guide/index.md
src/cfd_viz/__init__.py
src/cfd_viz/cli.py
src/cfd_viz/contour.py
src/cfd_viz/lst.py
src/cfd_viz/mesh.py
src/cfd_viz.egg-info/PKG-INFO
src/cfd_viz.egg-info/SOURCES.txt
src/cfd_viz.egg-info/dependency_links.txt
src/cfd_viz.egg-info/entry_points.txt
src/cfd_viz.egg-info/requires.txt
src/cfd_viz.egg-info/top_level.txt
tests/__init__.py
tests/test_viz.py