.gitignore
AUTHORS.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.py
tox.ini
src/atldld/__init__.py
src/atldld/base.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/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