data/quart-0.13.1/.gitignore: ASCII text data/quart-0.13.1/.gitlab-ci.yml: ASCII text data/quart-0.13.1/CHANGELOG.rst: ASCII text data/quart-0.13.1/LICENSE: ASCII text data/quart-0.13.1/MANIFEST.in: ASCII text data/quart-0.13.1/README.rst: ASCII text data/quart-0.13.1/artwork/LICENSE: UTF-8 Unicode text data/quart-0.13.1/artwork/logo.png: PNG image data, 320 x 187, 8-bit/color RGBA, non-interlaced data/quart-0.13.1/docs/Makefile: ASCII text data/quart-0.13.1/docs/_static/logo.png: PNG image data, 996 x 584, 8-bit/color RGBA, non-interlaced data/quart-0.13.1/docs/_static/logo_short.png: PNG image data, 600 x 600, 8-bit/color RGBA, non-interlaced data/quart-0.13.1/docs/conf.py: Python script, ASCII text executable data/quart-0.13.1/docs/discussion/async_compatibility.rst: Python script, ASCII text executable data/quart-0.13.1/docs/discussion/contexts.rst: ASCII text data/quart-0.13.1/docs/discussion/design_choices.rst: ASCII text data/quart-0.13.1/docs/discussion/dos_mitigations.rst: ASCII text data/quart-0.13.1/docs/discussion/flask_evolution.rst: ASCII text data/quart-0.13.1/docs/discussion/globals.rst: ASCII text data/quart-0.13.1/docs/discussion/index.rst: ASCII text data/quart-0.13.1/docs/discussion/python_versions.rst: ASCII text data/quart-0.13.1/docs/discussion/websockets_discussion.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/background_tasks.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/blueprints.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/command_line.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/configuration.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/disconnections.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/event_loop.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/flask_extensions.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/flask_migration.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/index.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/json_encoding.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/logging.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/middleware.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/quart_extensions.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/request_body.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/routing.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/session_storage.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/startup_shutdown.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/streaming_response.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/sync_code.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/templating.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/testing.rst: Python script, ASCII text executable data/quart-0.13.1/docs/how_to_guides/using_http2.rst: ASCII text data/quart-0.13.1/docs/how_to_guides/websockets.rst: Python script, ASCII text executable data/quart-0.13.1/docs/index.rst: ASCII text data/quart-0.13.1/docs/make.bat: DOS batch file, ASCII text, with CRLF line terminators data/quart-0.13.1/docs/reference/api.rst: ASCII text data/quart-0.13.1/docs/reference/cheatsheet.rst: Python script, ASCII text executable data/quart-0.13.1/docs/reference/index.rst: ASCII text data/quart-0.13.1/docs/reference/logo.rst: UTF-8 Unicode text data/quart-0.13.1/docs/reference/response_values.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/AsyncProgressBar_tutorial.rst: ASCII text data/quart-0.13.1/docs/tutorials/asyncio.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/blog_tutorial.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/broadcast_tutorial.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/deployment.rst: UTF-8 Unicode text data/quart-0.13.1/docs/tutorials/flask_ext_tutorial.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/http2_tutorial.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/index.rst: ASCII text data/quart-0.13.1/docs/tutorials/installation.rst: ASCII text data/quart-0.13.1/docs/tutorials/large_application.rst: Python script, ASCII text executable data/quart-0.13.1/docs/tutorials/quickstart.rst: ASCII text data/quart-0.13.1/docs/tutorials/video_tutorial.rst: ASCII text data/quart-0.13.1/docs/tutorials/websocket_tutorial.rst: Python script, ASCII text executable data/quart-0.13.1/examples/AsyncProgressBar/progress_bar.py: Python script, ASCII text executable data/quart-0.13.1/examples/blog/README.rst: ASCII text data/quart-0.13.1/examples/blog/blog.db: SQLite 3.x database, last written using SQLite version 3019003 data/quart-0.13.1/examples/blog/blog.py: Python script, ASCII text executable data/quart-0.13.1/examples/blog/schema.sql: ASCII text data/quart-0.13.1/examples/blog/static/blog.css: ASCII text data/quart-0.13.1/examples/blog/templates/base.html: HTML document, ASCII text data/quart-0.13.1/examples/blog/templates/login.html: ASCII text data/quart-0.13.1/examples/blog/templates/posts.html: ASCII text data/quart-0.13.1/examples/blog/test_blog.py: Python script, ASCII text executable data/quart-0.13.1/examples/broadcast/README.rst: ASCII text data/quart-0.13.1/examples/broadcast/broadcast.py: Python script, ASCII text executable data/quart-0.13.1/examples/broadcast/static/broadcast.js: ASCII text data/quart-0.13.1/examples/broadcast/templates/index.html: HTML document, ASCII text data/quart-0.13.1/examples/flask_ext/flask_ext.py: Python script, ASCII text executable data/quart-0.13.1/examples/http2/README.rst: ASCII text data/quart-0.13.1/examples/http2/cert.pem: PEM certificate data/quart-0.13.1/examples/http2/http2.py: Python script, ASCII text executable data/quart-0.13.1/examples/http2/key.pem: ASCII text data/quart-0.13.1/examples/http2/static/http2.css: ASCII text data/quart-0.13.1/examples/http2/static/http2.js: ASCII text data/quart-0.13.1/examples/http2/templates/index.html: HTML document, ASCII text data/quart-0.13.1/examples/http2_push/README.rst: ASCII text data/quart-0.13.1/examples/http2_push/cert.pem: PEM certificate data/quart-0.13.1/examples/http2_push/http2_push.py: Python script, ASCII text executable data/quart-0.13.1/examples/http2_push/key.pem: ASCII text data/quart-0.13.1/examples/http2_push/requirements.txt: ASCII text data/quart-0.13.1/examples/http2_push/static/burmese_python.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 300x300, segment length 16, comment: "cmp3.10.3.3Lq4 0x761f9959", baseline, precision 8, 1024x683, components 3 data/quart-0.13.1/examples/http2_push/static/style.css: ASCII text data/quart-0.13.1/examples/http2_push/templates/index.html: HTML document, ASCII text data/quart-0.13.1/examples/todo_app/Readme.md: ASCII text, with CRLF line terminators data/quart-0.13.1/examples/todo_app/app/__init__.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/config.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/extinsions.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/main/__init__.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/main/forms.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/main/models.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/main/routes.py: Python script, ASCII text executable data/quart-0.13.1/examples/todo_app/app/main/static/css/model.css: ASCII text data/quart-0.13.1/examples/todo_app/app/main/static/css/style.css: ASCII text data/quart-0.13.1/examples/todo_app/app/main/static/js/script.js: ASCII text data/quart-0.13.1/examples/todo_app/app/main/templates/index.html: HTML document, ASCII text data/quart-0.13.1/examples/todo_app/app/static/css/layout.css: ASCII text data/quart-0.13.1/examples/todo_app/app/static/images/check.svg: SVG Scalable Vector Graphics image data/quart-0.13.1/examples/todo_app/app/static/images/trash.svg: SVG Scalable Vector Graphics image data/quart-0.13.1/examples/todo_app/app/templates/layout.html: HTML document, ASCII text data/quart-0.13.1/examples/todo_app/requirements.txt: ASCII text data/quart-0.13.1/examples/video/.gitignore: ASCII text data/quart-0.13.1/examples/video/README.rst: ASCII text data/quart-0.13.1/examples/video/templates/index.html: ASCII text data/quart-0.13.1/examples/video/video.py: Python script, ASCII text executable data/quart-0.13.1/examples/websocket/README.rst: ASCII text data/quart-0.13.1/examples/websocket/templates/index.html: HTML document, ASCII text data/quart-0.13.1/examples/websocket/websocket.py: Python script, ASCII text executable data/quart-0.13.1/pyproject.toml: ASCII text data/quart-0.13.1/setup.cfg: ASCII text data/quart-0.13.1/setup.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/__about__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/__init__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/__main__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/app.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/asgi.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/blueprints.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/cli.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/config.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/ctx.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/datastructures.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/debug.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/exceptions.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/__init__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/_patch.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/_synchronise.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/app.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/cli.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/globals.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/flask_patch/testing.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/globals.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/helpers.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/json/__init__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/json/tag.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/local.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/logging.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/py.typed: ASCII text data/quart-0.13.1/src/quart/routing.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/sessions.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/signals.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/static.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/templating.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/testing.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/typing.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/utils.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/views.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/wrappers/__init__.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/wrappers/base.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/wrappers/request.py: Python script, ASCII text executable data/quart-0.13.1/src/quart/wrappers/response.py: Python script, ASCII text executable data/quart-0.13.1/tests/assets/config.cfg: ASCII text data/quart-0.13.1/tests/assets/config.json: JSON data data/quart-0.13.1/tests/assets/config.py: ASCII text data/quart-0.13.1/tests/assets/config.toml: ASCII text data/quart-0.13.1/tests/test_app.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_asgi.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_basic.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_blueprints.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_cli.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_config.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_ctx.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_debug.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_exceptions.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_helpers.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_json.py: Python script, UTF-8 Unicode text executable data/quart-0.13.1/tests/test_local.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_sessions.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_signals.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_static.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_sync.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_templating.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_testing.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_utils.py: Python script, ASCII text executable data/quart-0.13.1/tests/test_views.py: Python script, ASCII text executable data/quart-0.13.1/tests/wrappers/test_base.py: Python script, ASCII text executable data/quart-0.13.1/tests/wrappers/test_request.py: Python script, ASCII text executable data/quart-0.13.1/tests/wrappers/test_response.py: Python script, ASCII text executable data/quart-0.13.1/tox.ini: ASCII text data/quart-0.13.1/debian/changelog: UTF-8 Unicode text data/quart-0.13.1/debian/control: ASCII text data/quart-0.13.1/debian/copyright: UTF-8 Unicode text data/quart-0.13.1/debian/fill.copyright.blanks.yml: UTF-8 Unicode text data/quart-0.13.1/debian/gbp.conf: ASCII text data/quart-0.13.1/debian/python-quart-doc.docs: ASCII text data/quart-0.13.1/debian/python-quart-doc.examples: ASCII text data/quart-0.13.1/debian/rules: a /usr/bin/make -f script, ASCII text executable data/quart-0.13.1/debian/source/format: ASCII text data/quart-0.13.1/debian/upstream/metadata: ASCII text data/quart-0.13.1/debian/watch: ASCII text data/quart-0.13.1/.pc/.version: ASCII text data/quart-0.13.1/.pc/.quilt_patches: ASCII text data/quart-0.13.1/.pc/.quilt_series: ASCII text data/quart-0.13.1/.pc/applied-patches: empty