.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/test_and_deploy.yml
cryotypes/__init__.py
cryotypes/_version.py
cryotypes.egg-info/PKG-INFO
cryotypes.egg-info/SOURCES.txt
cryotypes.egg-info/dependency_links.txt
cryotypes.egg-info/not-zip-safe
cryotypes.egg-info/requires.txt
cryotypes.egg-info/top_level.txt
cryotypes/image/__init__.py
cryotypes/image/_protocol.py
cryotypes/image/_validators.py
cryotypes/image/_tests/test_image_validation.py
cryotypes/poseset/__init__.py
cryotypes/poseset/_constructor.py
cryotypes/poseset/_data_labels.py
cryotypes/poseset/_typing.py
cryotypes/poseset/_utils.py
cryotypes/poseset/_validators.py
cryotypes/poseset/_tests/test_poseset_validation.py