.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-docs.txt
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/field_reference.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/api/UniProtMapper.rst
docs/source/api/modules.rst
docs/source/tutorials/field_querying.rst
docs/source/tutorials/mapping.rst
figures/cli_example_fig.png
src/UniProtMapper/__init__.py
src/UniProtMapper/_version.py
src/UniProtMapper/cli.py
src/UniProtMapper/field_base_classes.py
src/UniProtMapper/idmapping_api.py
src/UniProtMapper/interface.py
src/UniProtMapper/uniprotkb_api.py
src/UniProtMapper/uniprotkb_fields.py
src/UniProtMapper/utils.py
src/UniProtMapper/version_helper.py
src/UniProtMapper/resources/cli_return_fields.txt
src/UniProtMapper/resources/uniprot_crossref_details.json
src/UniProtMapper/resources/uniprot_mapping_dbs.json
src/UniProtMapper/resources/uniprot_return_fields.csv
src/uniprot_id_mapper.egg-info/PKG-INFO
src/uniprot_id_mapper.egg-info/SOURCES.txt
src/uniprot_id_mapper.egg-info/dependency_links.txt
src/uniprot_id_mapper.egg-info/entry_points.txt
src/uniprot_id_mapper.egg-info/requires.txt
src/uniprot_id_mapper.egg-info/top_level.txt
tests/test_idmapping_api.py
tests/test_uniprotkb_api.py
tests/test_uniprotkb_fields.py
tests/resources/A1_response_types.json
tests/resources/A3_mock_IDMapper_response.json
tests/resources/dict_comments.json
tests/resources/list_of_dicts.json
tests/resources/mock_crossref.json