.flake8
.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/ci.yml
.github/workflows/tag.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
src/aind_ng_link.egg-info/PKG-INFO
src/aind_ng_link.egg-info/SOURCES.txt
src/aind_ng_link.egg-info/dependency_links.txt
src/aind_ng_link.egg-info/requires.txt
src/aind_ng_link.egg-info/top_level.txt
src/ng_link/__init__.py
src/ng_link/dispim_link.py
src/ng_link/exaspim_link.py
src/ng_link/link_utils.py
src/ng_link/ng_layer.py
src/ng_link/ng_state.py
src/ng_link/xml_parsing.py
src/ng_link/scripts/ccf_ref.csv
src/ng_link/scripts/create_links.py
src/ng_link/scripts/generate_cff_cell_count.py
src/ng_link/utils/__init__.py
src/ng_link/utils/utils.py
tests/__init__.py
tests/test_ng_layer.py
tests/test_ng_state.py