.gitignore
.pylintrc
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
atlas-placement-hints.jpg
setup.py
tox.ini
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
atlas_placement_hints/__init__.py
atlas_placement_hints/compute_placement_hints.py
atlas_placement_hints/exceptions.py
atlas_placement_hints/layered_atlas.py
atlas_placement_hints/utils.py
atlas_placement_hints.egg-info/PKG-INFO
atlas_placement_hints.egg-info/SOURCES.txt
atlas_placement_hints.egg-info/dependency_links.txt
atlas_placement_hints.egg-info/entry_points.txt
atlas_placement_hints.egg-info/requires.txt
atlas_placement_hints.egg-info/top_level.txt
atlas_placement_hints/app/__init__.py
atlas_placement_hints/app/cli.py
atlas_placement_hints/app/placement_hints.py
atlas_placement_hints/app/metadata/ca1_metadata.json
atlas_placement_hints/app/metadata/isocortex_23_metadata.json
atlas_placement_hints/app/metadata/isocortex_metadata.json
atlas_placement_hints/app/metadata/metadata.json
atlas_placement_hints/app/metadata/thalamus_metadata.json
atlas_placement_hints/distances/__init__.py
atlas_placement_hints/distances/create_watertight_mesh.py
atlas_placement_hints/distances/distances_to_meshes.py
atlas_placement_hints/distances/utils.py
doc/Makefile
doc/source/changelog.rst
doc/source/cli.rst
doc/source/conf.py
doc/source/index.rst
doc/source/placement_hints.rst
doc/source/readme.rst
tests/__init__.py
tests/mocking_tools.py
tests/app/__init__.py
tests/app/test_placement_hints.py
tests/distances/__init__.py
tests/distances/test_create_watertight_mesh.py
tests/distances/test_distances_to_meshes.py
tests/distances/test_utils.py
tests/placement_hints/__init__.py
tests/placement_hints/mocking_tools.py
tests/placement_hints/test_layered_atlas.py
tests/placement_hints/test_utils.py