.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
jamsfetch/__init__.py
jamsfetch/auto.py
jamsfetch.egg-info/PKG-INFO
jamsfetch.egg-info/SOURCES.txt
jamsfetch.egg-info/dependency_links.txt
jamsfetch.egg-info/requires.txt
jamsfetch.egg-info/top_level.txt
jamsfetch/utils/__init__.py
jamsfetch/utils/deconvolute.py
jamsfetch/utils/fetch_alphafold.py
jamsfetch/utils/fetch_assembly.py
jamsfetch/utils/fetch_esm.py
jamsfetch/utils/fetch_nucleotide.py
jamsfetch/utils/fetch_pdb.py
jamsfetch/utils/fetch_uniprot.py
tests/test_alphafold.py
tests/test_assembly.py
tests/test_esm.py
tests/test_nucleotide.py
tests/test_pdb.py
tests/test_uniprot.py