.flake8
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
docker-compose.yml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/conf.py
docs/source/configuration.rst
docs/source/docker.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/pages.rst
src/bel_commons/__init__.py
src/bel_commons/__main__.py
src/bel_commons/admin_model_views.py
src/bel_commons/application_utils.py
src/bel_commons/celery_utils.py
src/bel_commons/celery_worker.py
src/bel_commons/cli.py
src/bel_commons/config.py
src/bel_commons/constants.py
src/bel_commons/converters.py
src/bel_commons/database_service.py
src/bel_commons/explorer_toolbox.py
src/bel_commons/ext.py
src/bel_commons/forms.py
src/bel_commons/main_service.py
src/bel_commons/manager.py
src/bel_commons/manager_base.py
src/bel_commons/manager_utils.py
src/bel_commons/models.py
src/bel_commons/send_utils.py
src/bel_commons/tools_compat.py
src/bel_commons/utils.py
src/bel_commons/version.py
src/bel_commons/wsgi.py
src/bel_commons.egg-info/PKG-INFO
src/bel_commons.egg-info/SOURCES.txt
src/bel_commons.egg-info/dependency_links.txt
src/bel_commons.egg-info/entry_points.txt
src/bel_commons.egg-info/not-zip-safe
src/bel_commons.egg-info/requires.txt
src/bel_commons.egg-info/top_level.txt
src/bel_commons/core/__init__.py
src/bel_commons/core/flask_bio2bel.py
src/bel_commons/core/sqlalchemy.py
src/bel_commons/resources/__init__.py
src/bel_commons/resources/constants.py
src/bel_commons/resources/load_alzheimers.py
src/bel_commons/resources/load_experiments.py
src/bel_commons/resources/load_networks.py
src/bel_commons/resources/load_omics.py
src/bel_commons/static/css/c3.min.css
src/bel_commons/static/css/d3.parcoords.css
src/bel_commons/static/css/graph.css
src/bel_commons/static/css/legend.css
src/bel_commons/static/css/nav.css
src/bel_commons/static/img/BELcommons-square-1024.png
src/bel_commons/static/img/EFPIA_logo.jpg
src/bel_commons/static/img/PyBEL-logotype-100.png
src/bel_commons/static/img/PyBEL-square-100.png
src/bel_commons/static/img/SCAI-square-39.svg
src/bel_commons/static/img/aetionomy_logo.png
src/bel_commons/static/img/bel300x.png
src/bel_commons/static/img/eu_logo.png
src/bel_commons/static/img/hbp_logo.png
src/bel_commons/static/img/imi_logo.png
src/bel_commons/static/img/phago_logo.jpg
src/bel_commons/static/img/scai_logo.svg
src/bel_commons/static/img/dgx_tutorial/1.png
src/bel_commons/static/img/dgx_tutorial/2.png
src/bel_commons/static/img/dgx_tutorial/3.png
src/bel_commons/static/img/dgx_tutorial/4.png
src/bel_commons/static/img/gif/Explorer_example.gif
src/bel_commons/static/img/gif/loading.gif
src/bel_commons/static/js/bootstrap-confirmation.min.js
src/bel_commons/static/js/c3.min.js
src/bel_commons/static/js/d3.3.5.17.min.js
src/bel_commons/static/js/d3.parcoords.js
src/bel_commons/static/js/controllers/graph_controller.js
src/bel_commons/static/js/controllers/query_builder_controller.js
src/bel_commons/static/js/d3/sankey.js
src/bel_commons/static/js/d3-context-menu/.bower.json
src/bel_commons/static/js/d3-context-menu/bower.json
src/bel_commons/static/js/d3-context-menu/package.json
src/bel_commons/static/js/d3-context-menu/css/d3-context-menu.css
src/bel_commons/static/js/d3-context-menu/js/d3-context-menu.js
src/bel_commons/static/js/svg_to_png/saveSvgAsPng.js
src/bel_commons/templates/base.html
src/bel_commons/templates/email_report.html
src/bel_commons/templates/footer.html
src/bel_commons/templates/footer_text.html
src/bel_commons/templates/generic_form.html
src/bel_commons/templates/index.html
src/bel_commons/templates/macros.html
src/bel_commons/templates/nav.html
src/bel_commons/templates/parser.html
src/bel_commons/templates/admin/index.html
src/bel_commons/templates/admin/master.html
src/bel_commons/templates/citation/citation.html
src/bel_commons/templates/citation/citations.html
src/bel_commons/templates/curation/boilerplate.html
src/bel_commons/templates/curation/curate.html
src/bel_commons/templates/curation/merge_namespaces.html
src/bel_commons/templates/curation/ols_suggestion.html
src/bel_commons/templates/edge/edge.html
src/bel_commons/templates/edge/edges.html
src/bel_commons/templates/errors/403.html
src/bel_commons/templates/errors/500.html
src/bel_commons/templates/evidence/evidence.html
src/bel_commons/templates/evidence/evidence_list.html
src/bel_commons/templates/evidence/evidences.html
src/bel_commons/templates/experiment/analyze_dgx.html
src/bel_commons/templates/experiment/experiment.html
src/bel_commons/templates/experiment/experiments.html
src/bel_commons/templates/experiment/experiments_compare.html
src/bel_commons/templates/help/download_formats.html
src/bel_commons/templates/help/get_geo_dgx.html
src/bel_commons/templates/help/heat_diffusion.html
src/bel_commons/templates/help/index.html
src/bel_commons/templates/help/parser.html
src/bel_commons/templates/help/query_builder.html
src/bel_commons/templates/help/tutorial.html
src/bel_commons/templates/meta/about.html
src/bel_commons/templates/meta/deployment.html
src/bel_commons/templates/namespace/namespace.html
src/bel_commons/templates/namespace/namespace_entries.html
src/bel_commons/templates/namespace/namespace_entry.html
src/bel_commons/templates/namespace/namespaces.html
src/bel_commons/templates/network/explorer.html
src/bel_commons/templates/network/network.html
src/bel_commons/templates/network/network_comparison.html
src/bel_commons/templates/network/networks.html
src/bel_commons/templates/network/overview.html
src/bel_commons/templates/network/summarize_biogrammar.html
src/bel_commons/templates/network/summarize_compilation.html
src/bel_commons/templates/network/summarize_completeness.html
src/bel_commons/templates/network/summarize_stratified.html
src/bel_commons/templates/network/summarize_warnings.html
src/bel_commons/templates/node/node.html
src/bel_commons/templates/node/nodes.html
src/bel_commons/templates/omic/omic.html
src/bel_commons/templates/omic/omics.html
src/bel_commons/templates/query/queries.html
src/bel_commons/templates/query/query.html
src/bel_commons/templates/query/query_builder.html
src/bel_commons/templates/query/query_comparison.html
src/bel_commons/templates/reporting/networks.html
src/bel_commons/templates/reporting/report.html
src/bel_commons/templates/security/login_user.html
src/bel_commons/templates/security/register_user.html
src/bel_commons/templates/user/user.html
src/bel_commons/templates/user/users.html
src/bel_commons/views/__init__.py
src/bel_commons/views/curation.py
src/bel_commons/views/experiment_service.py
src/bel_commons/views/help.py
src/bel_commons/views/parser_endpoint.py
src/bel_commons/views/receiving.py
src/bel_commons/views/reporting.py
src/bel_commons/views/uploading.py
tests/__init__.py
tests/cases.py
tests/constants.py
tests/test_manager.py
tests/test_web.py
tests/utils.py