.bumpversion.cfg
.coveragerc
.gitignore
.pypirc
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
Meshwork_Examples.ipynb
README.rst
environment.yml
example.py
optional_requirements.txt
requirements.txt
setup.py
test_requirements.txt
docs/Makefile
docs/conf.py
docs/includeme.rst
docs/index.rst
docs/make.bat
docs/guide/analysis.rst
docs/guide/filtering.rst
docs/guide/loading.rst
docs/guide/repair.rst
docs/guide/skeletons.rst
docs/guide/visualization.rst
docs/source/meshparty.rst
docs/source/modules.rst
meshlabscripts/mergeclosevertices.mlb
meshparty/__init__.py
meshparty/iterator.py
meshparty/mesh_filters.py
meshparty/mesh_skel_utils.py
meshparty/meshlabserver.py
meshparty/ray_tracing.py
meshparty/skeleton.py
meshparty/skeleton_io.py
meshparty/skeleton_quality.py
meshparty/skeletonize.py
meshparty/spatial_annotations.py
meshparty/trimesh_io.py
meshparty/trimesh_repair.py
meshparty/trimesh_vtk.py
meshparty/utils.py
meshparty.egg-info/PKG-INFO
meshparty.egg-info/SOURCES.txt
meshparty.egg-info/dependency_links.txt
meshparty.egg-info/requires.txt
meshparty.egg-info/top_level.txt
meshparty/meshwork/__init__.py
meshparty/meshwork/algorithms.py
meshparty/meshwork/meshwork.py
meshparty/meshwork/meshwork_io.py
meshparty/meshwork/utils.py
meshparty/skeleton_quality/__init__.py
meshparty/skeleton_quality/multicut.py
meshparty/skeleton_quality/skeleton_quality.py