LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
docs/source/cli.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
resources/datasources.csv
src/pyBiodatafuse/__init__.py
src/pyBiodatafuse/__main__.py
src/pyBiodatafuse/cli.py
src/pyBiodatafuse/constants.py
src/pyBiodatafuse/data_loader.py
src/pyBiodatafuse/id_mapper.py
src/pyBiodatafuse/utils.py
src/pyBiodatafuse/version.py
src/pyBiodatafuse.egg-info/PKG-INFO
src/pyBiodatafuse.egg-info/SOURCES.txt
src/pyBiodatafuse.egg-info/dependency_links.txt
src/pyBiodatafuse.egg-info/entry_points.txt
src/pyBiodatafuse.egg-info/not-zip-safe
src/pyBiodatafuse.egg-info/requires.txt
src/pyBiodatafuse.egg-info/top_level.txt
src/pyBiodatafuse/annotators/__init__.py
src/pyBiodatafuse/annotators/disgenet.py
src/pyBiodatafuse/annotators/opentargets.py
src/pyBiodatafuse/annotators/wikipathways.py
src/pyBiodatafuse/annotators/queries/wikipathways-genes-pathways.rq
src/pyBiodatafuse/annotators/queries/wikipathways-metadata.rq
tests/__init__.py
tests/test_version.py