.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/celldex/__init__.py
src/celldex/fetch_reference.py
src/celldex/list_references.py
src/celldex/list_versions.py
src/celldex/save_reference.py
src/celldex/search_references.py
src/celldex/upload_reference.py
src/celldex/utils.py
src/celldex.egg-info/PKG-INFO
src/celldex.egg-info/SOURCES.txt
src/celldex.egg-info/dependency_links.txt
src/celldex.egg-info/not-zip-safe
src/celldex.egg-info/requires.txt
src/celldex.egg-info/top_level.txt
tests/conftest.py
tests/test_fetch_refs.py
tests/test_list_refs.py
tests/test_save_refs.py
tests/test_search_refs.py