AUTHORS CHANGES.rst LICENSE MANIFEST.in Makefile README.rst setup.cfg setup.py tox.ini Flask.egg-info/PKG-INFO Flask.egg-info/SOURCES.txt Flask.egg-info/dependency_links.txt Flask.egg-info/entry_points.txt Flask.egg-info/not-zip-safe Flask.egg-info/requires.txt Flask.egg-info/top_level.txt artwork/LICENSE artwork/logo-full.svg artwork/logo-lineart.svg docs/Makefile docs/advanced_foreword.rst docs/api.rst docs/appcontext.rst docs/becomingbig.rst docs/blueprints.rst docs/changelog.rst docs/cli.rst docs/conf.py docs/config.rst docs/contents.rst.inc docs/contributing.rst docs/design.rst docs/errorhandling.rst docs/extensiondev.rst docs/extensions.rst docs/flaskstyle.sty docs/foreword.rst docs/htmlfaq.rst docs/index.rst docs/installation.rst docs/latexindex.rst docs/license.rst docs/logging.rst docs/logo.pdf docs/make.bat docs/quickstart.rst docs/reqcontext.rst docs/security.rst docs/server.rst docs/shell.rst docs/signals.rst docs/styleguide.rst docs/templating.rst docs/testing.rst docs/unicode.rst docs/upgrading.rst docs/views.rst docs/_static/debugger.png docs/_static/flask-favicon.ico docs/_static/flask.png docs/_static/logo-full.png docs/_static/no.png docs/_static/pycharm-runconfig.png docs/_static/touch-icon.png docs/_static/yes.png docs/deploying/cgi.rst docs/deploying/fastcgi.rst docs/deploying/index.rst docs/deploying/mod_wsgi.rst docs/deploying/uwsgi.rst docs/deploying/wsgi-standalone.rst docs/patterns/apierrors.rst docs/patterns/appdispatch.rst docs/patterns/appfactories.rst docs/patterns/caching.rst docs/patterns/celery.rst docs/patterns/deferredcallbacks.rst docs/patterns/distribute.rst docs/patterns/errorpages.rst docs/patterns/fabric.rst docs/patterns/favicon.rst docs/patterns/fileuploads.rst docs/patterns/flashing.rst docs/patterns/index.rst docs/patterns/jquery.rst docs/patterns/lazyloading.rst docs/patterns/methodoverrides.rst docs/patterns/mongokit.rst docs/patterns/packages.rst docs/patterns/requestchecksum.rst docs/patterns/sqlalchemy.rst docs/patterns/sqlite3.rst docs/patterns/streaming.rst docs/patterns/subclassing.rst docs/patterns/templateinheritance.rst docs/patterns/urlprocessors.rst docs/patterns/viewdecorators.rst docs/patterns/wtforms.rst docs/tutorial/blog.rst docs/tutorial/database.rst docs/tutorial/deploy.rst docs/tutorial/factory.rst docs/tutorial/flaskr_edit.png docs/tutorial/flaskr_index.png docs/tutorial/flaskr_login.png docs/tutorial/index.rst docs/tutorial/install.rst docs/tutorial/layout.rst docs/tutorial/next.rst docs/tutorial/static.rst docs/tutorial/templates.rst docs/tutorial/tests.rst docs/tutorial/views.rst examples/javascript/.gitignore examples/javascript/LICENSE examples/javascript/MANIFEST.in examples/javascript/README.rst examples/javascript/setup.cfg examples/javascript/setup.py examples/javascript/js_example/__init__.py examples/javascript/js_example/views.py examples/javascript/js_example/templates/base.html examples/javascript/js_example/templates/fetch.html examples/javascript/js_example/templates/jquery.html examples/javascript/js_example/templates/plain.html examples/javascript/tests/conftest.py examples/javascript/tests/test_js_example.py examples/tutorial/.gitignore examples/tutorial/LICENSE examples/tutorial/MANIFEST.in examples/tutorial/README.rst examples/tutorial/setup.cfg examples/tutorial/setup.py examples/tutorial/flaskr/__init__.py examples/tutorial/flaskr/auth.py examples/tutorial/flaskr/blog.py examples/tutorial/flaskr/db.py examples/tutorial/flaskr/schema.sql examples/tutorial/flaskr/static/style.css examples/tutorial/flaskr/templates/base.html examples/tutorial/flaskr/templates/auth/login.html examples/tutorial/flaskr/templates/auth/register.html examples/tutorial/flaskr/templates/blog/create.html examples/tutorial/flaskr/templates/blog/index.html examples/tutorial/flaskr/templates/blog/update.html examples/tutorial/tests/conftest.py examples/tutorial/tests/data.sql examples/tutorial/tests/test_auth.py examples/tutorial/tests/test_blog.py examples/tutorial/tests/test_db.py examples/tutorial/tests/test_factory.py flask/__init__.py flask/__main__.py flask/_compat.py flask/app.py flask/blueprints.py flask/cli.py flask/config.py flask/ctx.py flask/debughelpers.py flask/globals.py flask/helpers.py flask/logging.py flask/sessions.py flask/signals.py flask/templating.py flask/testing.py flask/views.py flask/wrappers.py flask/json/__init__.py flask/json/tag.py tests/conftest.py tests/test_appctx.py tests/test_basic.py tests/test_blueprints.py tests/test_cli.py tests/test_config.py tests/test_helpers.py tests/test_instance_config.py tests/test_json_tag.py tests/test_logging.py tests/test_regression.py tests/test_reqctx.py tests/test_signals.py tests/test_subclassing.py tests/test_templating.py tests/test_testing.py tests/test_user_error_handler.py tests/test_views.py tests/static/config.json tests/static/index.html tests/templates/_macro.html tests/templates/context_template.html tests/templates/escaping_template.html tests/templates/mail.txt tests/templates/non_escaping_template.txt tests/templates/simple_template.html tests/templates/template_filter.html tests/templates/template_test.html tests/templates/nested/nested.txt tests/test_apps/.env tests/test_apps/.flaskenv tests/test_apps/blueprintapp/__init__.py tests/test_apps/blueprintapp/apps/__init__.py tests/test_apps/blueprintapp/apps/admin/__init__.py tests/test_apps/blueprintapp/apps/admin/static/test.txt tests/test_apps/blueprintapp/apps/admin/static/css/test.css tests/test_apps/blueprintapp/apps/admin/templates/admin/index.html tests/test_apps/blueprintapp/apps/frontend/__init__.py tests/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html tests/test_apps/cliapp/__init__.py tests/test_apps/cliapp/app.py tests/test_apps/cliapp/factory.py tests/test_apps/cliapp/importerrorapp.py tests/test_apps/cliapp/message.txt tests/test_apps/cliapp/multiapp.py tests/test_apps/cliapp/inner1/__init__.py tests/test_apps/cliapp/inner1/inner2/__init__.py tests/test_apps/cliapp/inner1/inner2/flask.py tests/test_apps/helloworld/hello.py tests/test_apps/helloworld/wsgi.py tests/test_apps/subdomaintestmodule/__init__.py tests/test_apps/subdomaintestmodule/static/hello.txt