# emmett-framework/emmett

The web framework for inventors

Repository: https://github.com/emmett-framework/emmett
Canonical: https://ross.abutalabs.com/products/emmett
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, web-framework, asgi, asyncio, emmett, rsgi
Last push: 2026-07-02T09:33:58+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 66, longevity 100
- inputs: {"age_days": 4335, "days_push": 62, "days_rel": 148, "gap_med": 54, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1232, forks 74 (observed 2026-08-28T04:04:04.495926+00:00)

## What it is
Emmett is a full-stack asynchronous Python web framework designed for simplicity, including routing, an ORM, and validation tools. It is production ready, supports Python 3.9+, and is released under the BSD-3-Clause license.

## Use cases
- build async web apis in python
- python web framework with built-in orm
- create rest endpoints with json responses
- build full-stack web apps with asyncio
- simple python framework for postgres-backed apps

## When to choose
- you want a batteries-included async Python web framework with an integrated ORM
- you value simplicity and a gentle learning curve over ecosystem size
- you need ASGI/RSGI-based async request handling

## When to avoid
- you need the massive middleware ecosystem of Django or FastAPI
- your team already standardizes on a mainstream framework
- you require synchronous WSGI deployment models

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, orm, routing, templating, auth
- domain: web-development, backend
- platform: python, cross-platform
- tags: asgi, asyncio, full-stack, rsgi, orm

## Member repositories
- emmett-framework/emmett (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:04.495926+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-30T08:22:21.310238+00:00, confidence not recorded.
  - readme: https://github.com/emmett-framework/emmett (fetched 2026-08-28T04:04:04.495926+00:00, sha ee0c2b6fecac)
  - registry_pypi: https://pypi.org/pypi/emmett/json (fetched 2026-08-29T12:22:13.998935+00:00, sha 09d3b951fa8a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
