.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
surforama_screenshot.png
tox.ini
.github/workflows/test_and_deploy.yml
examples/example_usecase_stats.ipynb
src/surforama/__init__.py
src/surforama/_cli.py
src/surforama/_version.py
src/surforama/app.py
src/surforama/constants.py
src/surforama/napari.yaml
src/surforama.egg-info/PKG-INFO
src/surforama.egg-info/SOURCES.txt
src/surforama.egg-info/dependency_links.txt
src/surforama.egg-info/entry_points.txt
src/surforama.egg-info/requires.txt
src/surforama.egg-info/top_level.txt
src/surforama/_tests/__init__.py
src/surforama/_tests/test_geometry.py
src/surforama/_tests/test_widget.py
src/surforama/data/__init__.py
src/surforama/data/_datasets.py
src/surforama/gui/__init__.py
src/surforama/gui/qt_mesh_generator.py
src/surforama/gui/qt_point_io.py
src/surforama/gui/qt_surface_picker.py
src/surforama/io/__init__.py
src/surforama/io/_reader_plugin.py
src/surforama/io/mesh.py
src/surforama/io/star.py
src/surforama/io/_tests/__init__.py
src/surforama/io/_tests/test_star.py
src/surforama/utils/__init__.py
src/surforama/utils/geometry.py
src/surforama/utils/napari.py
src/surforama/utils/stats.py