套件:python3-quart(0.19.6-1)
Python ASGI web microframework with the same API as Flask
Quart is a Python ASGI web microframework. It is intended to provide the easiest way to use asyncio functionality in a web context, especially with existing Flask apps. This is possible as the Quart API is a superset of the Flask API.
Quart aims to be a complete web microframework, as it supports HTTP/1.1, HTTP/2 and websockets. Quart is very extendable and has a number of known extensions and works with many of the Flask extensions.
Quart supports the full ASGI 3.0 specification as well as the websocket response and HTTP/2 server push extensions. For those of you familiar with Flask, Quart extends the Flask API by adding support for:
* HTTP/1.1 request streaming * Websockets * HTTP/2 server push
其他與 python3-quart 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiofiles
- support for Python asyncio file operations
-
- dep: python3-blinker
- Fast, simple object-to-object and broadcast signaling (Python3)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-flask (>= 3.0.0)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- dep: python3-hypercorn
- ASGI Server based on Hyper (Python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3-supported-min (>= 3.10)
- 套件暫時不可用
-
- dep: python3-itsdangerous
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- dep: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- dep: python3-markupsafe
- HTML/XHTML/XML string library
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- 或者 python3-supported-min (>= 3.10)
- 套件暫時不可用
-
- dep: python3-werkzeug (>= 2.2.0~)
- collection of utilities for WSGI applications (Python 3.x)