# pallets/quart

An async Python micro framework for building web applications.

Repository: https://github.com/pallets/quart
Canonical: https://ross.abutalabs.com/products/quart
Homepage: https://quart.palletsprojects.com
Language: Python
License: MIT
License Family: permissive
Topics: asyncio, python, asgi, flask, quart, jinja, web-framework
Last push: 2026-08-25T19:06:37+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 40, longevity 100
- inputs: {"age_days": 3218, "days_push": 8, "days_rel": 614, "gap_med": 19, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3658, forks 204 (observed 2026-08-28T04:08:13.222654+00:00)

## What it is
Quart is an async Python web application framework that reimplements Flask's API on top of asyncio and ASGI. It supports HTML templating, JSON APIs, WebSockets, and request/response streaming.

## Use cases
- build an async REST API in Python
- serve websockets from a Flask-like app
- migrate a Flask app to asyncio
- render Jinja HTML templates with async views
- stream request and response data over HTTP
- build a small async web service with Flask's API

## When to choose
- you know Flask and want async/await support
- you need WebSockets alongside HTTP routes
- you want a lightweight ASGI micro framework with Flask compatibility
- you want to reuse Flask extensions in an async app

## When to avoid
- you need a full-featured framework with built-in ORM, auth, and admin
- you want a sync framework or minimal asyncio overhead
- your project depends on Flask extensions incompatible with async
- you prefer Django-style batteries-included development

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, http-server, websocket, templating, routing, middleware
- domain: web-development, backend, apis
- platform: python, cross-platform
- tags: asgi, asyncio, flask-compatible, micro-framework, jinja2, web-server

## Member repositories
- pallets/quart (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.222654+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:36.914699+00:00, confidence not recorded.
  - readme: https://github.com/pallets/quart (fetched 2026-08-28T04:08:13.222654+00:00, sha bc5aef4e17d9)
  - registry_pypi: https://pypi.org/pypi/quart/json (fetched 2026-08-29T09:26:17.429754+00:00, sha eae4d08b1482)
- Data as of 2026-08-30T08:39:29.467469+00:00.
