.coveragerc
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
pytest.ini
requirements.txt
setup.py
tox.ini
depl/__init__.py
depl/config.py
depl/grammar.yml
depl/helpers.py
depl/hosts.py
depl.egg-info/PKG-INFO
depl.egg-info/SOURCES.txt
depl.egg-info/dependency_links.txt
depl.egg-info/entry_points.txt
depl.egg-info/requires.txt
depl.egg-info/top_level.txt
depl/deploy/__init__.py
depl/deploy/_utils.py
depl/deploy/dependencies.yml
depl/deploy/django.py
depl/deploy/fab.py
depl/deploy/meteor.py
depl/deploy/mongodb.py
depl/deploy/postgresql.py
depl/deploy/redis.py
depl/deploy/sh.py
depl/deploy/wsgi.py
docs/Makefile
docs/conf.py
docs/global.rst
docs/index.rst
docs/_static/logo.png
docs/_templates/ghbuttons.html
docs/_templates/sidebarlogo.html
docs/_themes/flask_theme_support.py
docs/_themes/flask/LICENSE
docs/_themes/flask/layout.html
docs/_themes/flask/relations.html
docs/_themes/flask/theme.conf
docs/_themes/flask/static/flasky.css_t
docs/_themes/flask/static/small_flask.css
docs/docs/development.rst
docs/docs/installation.rst
docs/docs/plugin-api.rst
docs/docs/services.rst
docs/docs/usage.rst
docs/docs/web-frameworks.rst
test/__init__.py
test/helpers.py
test/test_config.py
test/test_deploy.py
test/test_hosts.py
test/test_main.py
test/deploy/__init__.py
test/deploy/test_django.py
test/deploy/test_fab.py
test/deploy/test_meteor.py
test/deploy/test_mongodb.py
test/deploy/test_postgresql.py
test/deploy/test_redis.py
test/deploy/test_sh.py
test/deploy/test_wsgi.py
test/deploy/sample/django/manage.py
test/deploy/sample/django/requirements.txt
test/deploy/sample/django/app/__init__.py
test/deploy/sample/django/app/models.py
test/deploy/sample/django/app/tests.py
test/deploy/sample/django/app/views.py
test/deploy/sample/django/app/static/something.txt
test/deploy/sample/django/app/templates/content.html
test/deploy/sample/django/app/templates/index.html
test/deploy/sample/django/django_test/__init__.py
test/deploy/sample/django/django_test/settings.py
test/deploy/sample/django/django_test/settings_with_db.py
test/deploy/sample/django/django_test/urls.py
test/deploy/sample/django/django_test/wsgi.py
test/deploy/sample/flask/hello.py
test/deploy/sample/flask/requirements.txt
test/deploy/sample/meteor/leaderboard.css
test/deploy/sample/meteor/leaderboard.html
test/deploy/sample/meteor/leaderboard.js
test/deploy/sample/meteor/.meteor/.gitignore
test/deploy/sample/meteor/.meteor/packages
test/deploy/sample/meteor/.meteor/release