LICENSE
MANIFEST.in
README.md
pyproject.toml
src/mesh_n_bone/__init__.py
src/mesh_n_bone/__main__.py
src/mesh_n_bone/cli.py
src/mesh_n_bone/config.py
src/mesh_n_bone/serve.py
src/mesh_n_bone.egg-info/PKG-INFO
src/mesh_n_bone.egg-info/SOURCES.txt
src/mesh_n_bone.egg-info/dependency_links.txt
src/mesh_n_bone.egg-info/entry_points.txt
src/mesh_n_bone.egg-info/requires.txt
src/mesh_n_bone.egg-info/top_level.txt
src/mesh_n_bone/analyze/__init__.py
src/mesh_n_bone/analyze/analyze.py
src/mesh_n_bone/meshify/__init__.py
src/mesh_n_bone/meshify/downsample.py
src/mesh_n_bone/meshify/fixed_edge.py
src/mesh_n_bone/meshify/meshify.py
src/mesh_n_bone/multires/__init__.py
src/mesh_n_bone/multires/decimation.py
src/mesh_n_bone/multires/decomposition.py
src/mesh_n_bone/multires/multires.py
src/mesh_n_bone/skeletonize/__init__.py
src/mesh_n_bone/skeletonize/skeleton.py
src/mesh_n_bone/skeletonize/skeletonize.py
src/mesh_n_bone/util/__init__.py
src/mesh_n_bone/util/cellmap_array.py
src/mesh_n_bone/util/dask_util.py
src/mesh_n_bone/util/image_data_interface.py
src/mesh_n_bone/util/logging.py
src/mesh_n_bone/util/mesh_io.py
src/mesh_n_bone/util/neuroglancer.py
src/mesh_n_bone/util/precomputed_io.py
src/mesh_n_bone/util/sharded_mesh_util.py
src/mesh_n_bone/util/zarr_io.py
tests/test_analyze.py
tests/test_cli.py
tests/test_dask_retry.py
tests/test_integration_analysis.py
tests/test_integration_coordinates.py
tests/test_integration_downsample.py
tests/test_integration_fixed_edge.py
tests/test_integration_meshify.py
tests/test_integration_multires.py
tests/test_integration_multiscale.py
tests/test_integration_neuroglancer.py
tests/test_integration_skeleton.py
tests/test_integration_watertight.py
tests/test_mesh_io.py
tests/test_meshify.py
tests/test_multires.py
tests/test_precomputed_io.py
tests/test_roi.py
tests/test_sharded_mesh_util.py
tests/test_skeletonize.py
tests/test_zarr_io.py