Quart

E426642

Quart is a Python web microframework with an asyncio-based design that provides an ASGI-compatible, Flask-like API for building asynchronous web applications.

All labels observed (1)

Label Occurrences
Quart canonical 3

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf ASGI framework
Python web framework
microframework
aimsTo provide a Flask-like API for async applications
apiStyle Flask-like
category web development framework
compatibleWith ASGI servers
Hypercorn NERFINISHED
design asyncio-based
documentationUrl https://pgjones.gitlab.io/quart/
ecosystemRelation part of the Python async web ecosystem
hasFeature CLI integration
configuration system
development server
extension support
inspiredBy Flask NERFINISHED
license BSD-3-Clause
paradigm asynchronous programming
event-driven
primaryUse building asynchronous web applications
programmingLanguage Python
repositoryPlatform GitHub NERFINISHED
sourceCodeUrl https://github.com/pallets-eco/quart
supports CORS via extensions
HTTP routing
JSON request and response handling
Jinja2 templating
WebSocket handling
async and await syntax
asynchronous request handling
authentication via extensions
background tasks
blueprints
cookies
error handlers
middleware
request and response objects
request lifecycle hooks
sessions
signals
streaming responses
supportsPattern WSGI-to-ASGI migration via similar API
supportsStandard ASGI NERFINISHED
targetAudience Python web developers

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

ASGI usedByFramework Quart
Jinja2 integratedWith Quart