.pylintrc
.travis.yml
AUTHORS
ChangeLog
LICENSE
Makefile
README.md
requirements.txt
setup.cfg
setup.py
test_requirements.txt
tox.ini
cob/__init__.py
cob/app.py
cob/app_utils.py
cob/bootstrapping.py
cob/ctx.py
cob/defs.py
cob/exceptions.py
cob/locations.py
cob/project.py
cob/pytest_plugin.py
cob.egg-info/PKG-INFO
cob.egg-info/SOURCES.txt
cob.egg-info/dependency_links.txt
cob.egg-info/entry_points.txt
cob.egg-info/not-zip-safe
cob.egg-info/pbr.json
cob.egg-info/requires.txt
cob.egg-info/top_level.txt
cob/_skeletons/grain-blueprint
cob/_skeletons/grain-models
cob/_skeletons/grain-tasks
cob/_skeletons/grain-views
cob/_skeletons/grain-bundle/.cob.yml
cob/_skeletons/grain-frontend-ember/.cob.yml
cob/_skeletons/grain-static/.cob.yml
cob/_skeletons/grain-static/root/.cob.git.keep
cob/_skeletons/grain-templates/.cob.yml
cob/_skeletons/project/.cob-project.yml
cob/_skeletons/project/.dockerignore
cob/_skeletons/project/.gitignore
cob/_skeletons/static_dir/.cob.yml
cob/celery/__init__.py
cob/celery/app.py
cob/celery/utils.py
cob/cli/__init__.py
cob/cli/celery_cli.py
cob/cli/db_cli.py
cob/cli/develop_cli.py
cob/cli/docker_cli.py
cob/cli/exceptions.py
cob/cli/generate_cli.py
cob/cli/list_cli.py
cob/cli/main.py
cob/cli/migrate_cli.py
cob/cli/testserver_cli.py
cob/cli/utils.py
cob/subsystems/__init__.py
cob/subsystems/base.py
cob/subsystems/flask_blueprint_subsystem.py
cob/subsystems/frontend.py
cob/subsystems/manager.py
cob/subsystems/models_subsystem.py
cob/subsystems/static_subsystem.py
cob/subsystems/tasks_subsystem.py
cob/subsystems/templates_subsystem.py
cob/subsystems/unittests.py
cob/subsystems/views_subsystem.py
cob/templates/Dockerfile.j2
cob/templates/nginx_config.j2
cob/utils/__init__.py
cob/utils/config.py
cob/utils/develop.py
cob/utils/docker.py
cob/utils/network.py
cob/utils/parsing.py
cob/utils/python.py
cob/utils/templates.py
cob/utils/unittests.py
cob/utils/url.py
doc/api.rst
doc/basic_grains.rst
doc/changelog.rst
doc/conf.py
doc/configuration.rst
doc/database.rst
doc/deployment.rst
doc/developing.rst
doc/environment.rst
doc/frontend.rst
doc/hooks.rst
doc/index.rst
doc/migrations.rst
doc/pip_requirements.txt
doc/static_files.rst
doc/tutorial.rst
doc/_static/logo-small.png
doc/_static/logo.png
tests/__init__.py
tests/conftest.py
tests/project.py
tests/test_basics.py
tests/test_bundles.py
tests/test_config.py
tests/test_conflicts.py
tests/test_deps.py
tests/test_ember_apps.py
tests/test_front_matter_parser.py
tests/test_models.py
tests/test_mountpoints.py
tests/test_path_sorting.py
tests/test_secret_config.py
tests/test_startup_file.py
tests/test_static_files.py
tests/test_tasks.py
tests/test_templates.py
tests/utils.py
tests/_projects/basics/.cob-project.yml
tests/_projects/basics/.dockerignore
tests/_projects/basics/.gitignore
tests/_projects/basics/config.py
tests/_projects/basics/file_blueprint.py
tests/_projects/basics/bundle/.cob.yml
tests/_projects/basics/bundle/index.py
tests/_projects/basics/directory_blueprint/.cob.yml
tests/_projects/basics/directory_blueprint/main.py
tests/_projects/basics/static1/.cob.yml
tests/_projects/basics/static1/root/file
tests/_projects/basics/static2/.cob.yml
tests/_projects/basics/static2/root/file
tests/_projects/basics/static3/.cob.yml
tests/_projects/basics/static3/root/file3
tests/_projects/conflicts/same_mountpoint_two_views/.cob-project.yml
tests/_projects/conflicts/same_mountpoint_two_views/views1.py
tests/_projects/conflicts/same_mountpoint_two_views/views2.py
tests/_projects/ember/.cob-project.yml
tests/_projects/ember/.dockerignore
tests/_projects/ember/.gitignore
tests/_projects/ember/webapp/.bowerrc
tests/_projects/ember/webapp/.cob.yml
tests/_projects/ember/webapp/.editorconfig
tests/_projects/ember/webapp/.ember-cli
tests/_projects/ember/webapp/.gitignore
tests/_projects/ember/webapp/.jshintrc
tests/_projects/ember/webapp/.travis.yml
tests/_projects/ember/webapp/.watchmanconfig
tests/_projects/ember/webapp/README.md
tests/_projects/ember/webapp/bower.json
tests/_projects/ember/webapp/ember-cli-build.js
tests/_projects/ember/webapp/package.json
tests/_projects/ember/webapp/testem.js
tests/_projects/ember/webapp/app/app.js
tests/_projects/ember/webapp/app/index.html
tests/_projects/ember/webapp/app/resolver.js
tests/_projects/ember/webapp/app/router.js
tests/_projects/ember/webapp/app/components/.gitkeep
tests/_projects/ember/webapp/app/controllers/.gitkeep
tests/_projects/ember/webapp/app/helpers/.gitkeep
tests/_projects/ember/webapp/app/models/.gitkeep
tests/_projects/ember/webapp/app/routes/.gitkeep
tests/_projects/ember/webapp/app/styles/app.css
tests/_projects/ember/webapp/app/templates/application.hbs
tests/_projects/ember/webapp/app/templates/components/.gitkeep
tests/_projects/ember/webapp/config/environment.js
tests/_projects/ember/webapp/public/crossdomain.xml
tests/_projects/ember/webapp/public/robots.txt
tests/_projects/ember/webapp/tests/.jshintrc
tests/_projects/ember/webapp/tests/index.html
tests/_projects/ember/webapp/tests/test-helper.js
tests/_projects/ember/webapp/tests/helpers/destroy-app.js
tests/_projects/ember/webapp/tests/helpers/module-for-acceptance.js
tests/_projects/ember/webapp/tests/helpers/resolver.js
tests/_projects/ember/webapp/tests/helpers/start-app.js
tests/_projects/ember/webapp/tests/integration/.gitkeep
tests/_projects/ember/webapp/tests/unit/.gitkeep
tests/_projects/ember/webapp/vendor/.gitkeep
tests/_projects/empty/.cob-project.yml
tests/_projects/models_no_migrations/.cob-project.yml
tests/_projects/models_no_migrations/index.py
tests/_projects/models_no_migrations/mymodels.py
tests/_projects/models_with_migrations/.cob-project.yml
tests/_projects/models_with_migrations/index.py
tests/_projects/models_with_migrations/mymodels.py
tests/_projects/models_with_migrations/migrations/README
tests/_projects/models_with_migrations/migrations/alembic.ini
tests/_projects/models_with_migrations/migrations/env.py
tests/_projects/models_with_migrations/migrations/script.py.mako
tests/_projects/models_with_migrations/migrations/versions/635350d66cc8_init.py
tests/_projects/simple/.cob-project.yml
tests/_projects/simple/index.py
tests/_projects/startup_file/.cob-project.yml
tests/_projects/startup_file/index.py
tests/_projects/startup_file/project.py
tests/_projects/tasks/.cob-project.yml
tests/_projects/tasks/.dockerignore
tests/_projects/tasks/.gitignore
tests/_projects/tasks/index.py
tests/_projects/tasks/models.py
tests/_projects/tasks/tasks.py
tests/_projects/templates/.cob-project.yml
tests/_projects/templates/index.py
tests/_projects/templates/templates/.cob.yml
tests/_projects/templates/templates/index.html
tests/_templates/blueprint_module.j2
tests/_templates/echo_route.j2
tests/_templates/list_model.j2
tests/_templates/model.j2