.gitignore
LICENSE
justfile
pyproject.toml
readme.rst
.github/pull_request_template.md
.github/workflows/publish_release.yml
.github/workflows/tests.yml
examples/Cage_G_17_0_0_aa.mol
examples/Cage_G_17_63_6_aa.mol
examples/cc3.xyz
examples/dual_inflation_example.py
examples/hogrih_cage.xyz
examples/hogsii_cage.xyz
examples/hogsoo_cage.xyz
examples/inflation_example_cc3.pdf
examples/minimum_example.py
examples/moc1.xyz
examples/moc2.xyz
examples/set_test_example.py
examples/stk_example.py
examples/yamashina_cage_.xyz
src/PoreMapper.egg-info/PKG-INFO
src/PoreMapper.egg-info/SOURCES.txt
src/PoreMapper.egg-info/dependency_links.txt
src/PoreMapper.egg-info/requires.txt
src/PoreMapper.egg-info/top_level.txt
src/pore_mapper/__init__.py
src/pore_mapper/_version.py
src/pore_mapper/_internal/atom.py
src/pore_mapper/_internal/bead.py
src/pore_mapper/_internal/blob.py
src/pore_mapper/_internal/host.py
src/pore_mapper/_internal/inflater.py
src/pore_mapper/_internal/pore.py
src/pore_mapper/_internal/radii.py
src/pore_mapper/_internal/result.py
src/pore_mapper/_internal/utilities.py
tests/__init__.py
tests/conftest.py
tests/atom/__init__.py
tests/atom/test_atom.py
tests/bead/__init__.py
tests/bead/test_bead.py
tests/blob/__init__.py
tests/blob/conftest.py
tests/blob/test_blob.py
tests/host/__init__.py
tests/host/conftest.py
tests/host/test_host.py
tests/inflater/__init__.py
tests/inflater/conftest.py
tests/inflater/test_inflater.py
tests/pore/__init__.py
tests/pore/conftest.py
tests/pore/test_pore.py
tests/pore/test_shape_measures.py
tests/utilities/__init__.py
tests/utilities/test_utilities.py