.codecov.yml
.flake8
.readthedocs.yml
.travis.yml
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/repositories.rst
docs/source/reproducibility.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/exthook.py
src/bio2bel/models.py
src/bio2bel/obo.py
src/bio2bel/testing.py
src/bio2bel/utils.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/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/namespace_manager.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_flask.py
tests/test_manager.py
tests/test_manager_namespace.py
tests/test_testing.py