Package python3-quart
A Python ASGI web microframework with the same API as Flask
https://github.com/pallets/quart
Quart is an async Python web microframework. Using Quart you can, * render and serve HTML templates, * write (RESTful) JSON APIs, * serve WebSockets, * stream request and response data, * do pretty much anything over the HTTP or WebSocket protocols.
Version: 0.19.8
General Commands | |
quart | quart – A general utility script for Quart applications. |
quart-routes | quart-routes – Show all registered routes with endpoints and methods. |
quart-run | quart-run – Run a local development server. |
quart-shell | quart-shell – Run a Python shell in the context of a Quart application. |