.gitignore
.readthedocs.yml
AUTHORS.txt
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
doc/Makefile
doc/source/conf.py
doc/source/index.rst
doc/source/installation.rst
doc/source/logo/BBP-vascpy.jpg
tests/test_adjacency.py
tests/test_cli.py
tests/test_conversion.py
tests/test_geometry.py
tests/test_point_vasculature.py
tests/test_representation_conversions.py
tests/test_section_annotation.py
tests/test_section_creation.py
tests/test_section_vasculature.py
tests/utils.py
tests/data/capillary_with_loops_point_connectivity.json
tests/data/h5/capillary_with_loops.h5
tests/data/h5/fork_diameters_point_spec.h5
tests/data/h5/fork_diameters_section_spec.h5
tests/data/h5/fork_diameters_sonata_spec.h5
tests/data/h5/fork_multiple_properties.h5
tests/data/vtk/fork_diameters_point_spec.vtk
tests/data/vtk/fork_edge_radii_edges_field_data.vtk
tests/data/vtk/fork_multiple_properties.vtk
tests/data/vtk/one_loop(1).h5
tests/data/vtk/one_loop.vtk
tests/data/vtk/penetrating_artery.vtk
tests/data/vtk/penetrating_artery2.vtk
tests/data/vtk/penetrating_artery_diameters_on_points.vtk
tests/data/vtk/penetrating_artery_diameters_on_points_sections.h5
tests/data/vtk/penetrating_artery_radii_on_edges.vtk
tests/data/vtk/penetrating_artery_standardized.vtk
tests/data/vtk/test_smaller_vasculature.vtk
tests/point_graph/test_curation.py
tests/point_graph/test_features.py
tests/point_graph/test_point_data_io.py
vascpy/__init__.py
vascpy/cli.py
vascpy/conversion.py
vascpy/exceptions.py
vascpy/point_vasculature.py
vascpy/section_vasculature.py
vascpy/specs.py
vascpy.egg-info/PKG-INFO
vascpy.egg-info/SOURCES.txt
vascpy.egg-info/dependency_links.txt
vascpy.egg-info/entry_points.txt
vascpy.egg-info/requires.txt
vascpy.egg-info/top_level.txt
vascpy/point_graph/__init__.py
vascpy/point_graph/curation.py
vascpy/point_graph/features.py
vascpy/point_graph/io.py
vascpy/section_graph/__init__.py
vascpy/section_graph/io.py
vascpy/utils/__init__.py
vascpy/utils/adjacency.py
vascpy/utils/geometry.py
vascpy/utils/section_creation.py