.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/test_and_deploy.yml
.napari/DESCRIPTION.md
examples/generate_single_branch_skeletons.py
src/morphospaces/__init__.py
src/morphospaces/_sample_data.py
src/morphospaces/_version.py
src/morphospaces/_widget.py
src/morphospaces/napari.yaml
src/morphospaces.egg-info/PKG-INFO
src/morphospaces.egg-info/SOURCES.txt
src/morphospaces.egg-info/dependency_links.txt
src/morphospaces.egg-info/entry_points.txt
src/morphospaces.egg-info/requires.txt
src/morphospaces.egg-info/top_level.txt
src/morphospaces/_tests/__init__.py
src/morphospaces/_tests/test_sample_data.py
src/morphospaces/_tests/test_widget.py
src/morphospaces/data/__init__.py
src/morphospaces/data/data_utils.py
src/morphospaces/data/skeleton.py
src/morphospaces/io/__init__.py
src/morphospaces/io/hdf5.py