LICENSE
README.md
pyproject.toml
src/alias_mapper/__init__.py
src/alias_mapper/_ssl.py
src/alias_mapper/alias_source.py
src/alias_mapper/bootstrap.py
src/alias_mapper/build_alias_db.py
src/alias_mapper/cli.py
src/alias_mapper.egg-info/PKG-INFO
src/alias_mapper.egg-info/SOURCES.txt
src/alias_mapper.egg-info/dependency_links.txt
src/alias_mapper.egg-info/entry_points.txt
src/alias_mapper.egg-info/requires.txt
src/alias_mapper.egg-info/top_level.txt
src/alias_mapper/formats/__init__.py
src/alias_mapper/formats/_io.py
src/alias_mapper/formats/_resolve.py
src/alias_mapper/formats/base.py
src/alias_mapper/formats/fasta.py
src/alias_mapper/formats/gff.py
tests/test_alias_source.py
tests/test_build_db.py
tests/test_cli_multi.py
tests/test_cli_smoke.py
tests/test_formats.py
tests/test_io.py
tests/test_resolve.py