.codecov.yml
.flake8
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/cli.rst
docs/source/conf.py
docs/source/downloading.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/io.rst
docs/source/repositories.rst
docs/source/reproducibility.rst
docs/source/sources.rst
docs/source/testing.rst
docs/source/tutorial.rst
docs/source/utils.rst
src/bio2bel/__init__.py
src/bio2bel/__main__.py
src/bio2bel/cli.py
src/bio2bel/constants.py
src/bio2bel/downloading.py
src/bio2bel/exc.py
src/bio2bel/models.py
src/bio2bel/obo.py
src/bio2bel/testing.py
src/bio2bel/utils.py
src/bio2bel/version.py
src/bio2bel.egg-info/PKG-INFO
src/bio2bel.egg-info/SOURCES.txt
src/bio2bel.egg-info/dependency_links.txt
src/bio2bel.egg-info/entry_points.txt
src/bio2bel.egg-info/not-zip-safe
src/bio2bel.egg-info/requires.txt
src/bio2bel.egg-info/top_level.txt
src/bio2bel/compath/__init__.py
src/bio2bel/compath/exc.py
src/bio2bel/compath/manager.py
src/bio2bel/compath/mixins.py
src/bio2bel/compath/utils.py
src/bio2bel/io/__init__.py
src/bio2bel/io/automate.py
src/bio2bel/io/pykeen.py
src/bio2bel/manager/__init__.py
src/bio2bel/manager/abstract_manager.py
src/bio2bel/manager/bel_manager.py
src/bio2bel/manager/cli_manager.py
src/bio2bel/manager/connection_manager.py
src/bio2bel/manager/flask_manager.py
src/bio2bel/manager/models.py
src/bio2bel/manager/namespace_manager.py
src/bio2bel/sources/__init__.py
src/bio2bel/sources/biogrid.py
src/bio2bel/sources/circbase.py
src/bio2bel/sources/circrnadisease.py
src/bio2bel/sources/go.py
src/bio2bel/sources/hmdd.py
src/bio2bel/sources/intact.py
src/bio2bel/sources/ncri.py
src/bio2bel/sources/noncorna.py
src/bio2bel/sources/pid.py
src/bio2bel/sources/tfregulons.py
src/bio2bel/web/__init__.py
src/bio2bel/web/application.py
src/bio2bel/web/wsgi.py
src/bio2bel/web/templates/index.html
tests/__init__.py
tests/constants.py
tests/test_actions.py
tests/test_cli.py
tests/test_compath_manager.py
tests/test_flask.py
tests/test_manager.py
tests/test_manager_namespace.py
tests/test_testing.py