.gitignore
.mypy.ini
.readthedocs.yml
AUTHORS.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/workflows/run-tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_images/allen_pipeline.png
docs/_images/banner.jpg
docs/_images/typical_dataset.png
docs/source/allen.rst
docs/source/installation.rst
docs/source/api/atldld.base.rst
docs/source/api/atldld.cli.rst
docs/source/api/atldld.rst
docs/source/api/atldld.sync.rst
docs/source/api/atldld.utils.rst
docs/source/api/atldld.version.rst
src/atldld/__init__.py
src/atldld/base.py
src/atldld/cli.py
src/atldld/sync.py
src/atldld/utils.py
src/atldld/version.py
src/atldld.egg-info/PKG-INFO
src/atldld.egg-info/SOURCES.txt
src/atldld.egg-info/dependency_links.txt
src/atldld.egg-info/entry_points.txt
src/atldld.egg-info/requires.txt
src/atldld.egg-info/top_level.txt
tests/conftest.py
tests/test_base.py
tests/test_sync.py
tests/test_utils.py
tests/test_version.py