.coveragerc
.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/source/abstractmanager.rst
docs/source/conf.py
docs/source/index.rst
docs/source/projects.rst
docs/source/testing.rst
docs/source/utils.rst
src/bio2bel/__init__.py
src/bio2bel/__main__.py
src/bio2bel/abstractmanager.py
src/bio2bel/cli.py
src/bio2bel/constants.py
src/bio2bel/exthook.py
src/bio2bel/models.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/requires.txt
src/bio2bel.egg-info/top_level.txt
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_manager.py
tests/test_testing.py