S

Starlette

Lightweight ASGI framework and toolkit — the foundation that FastAPI and other async Python frameworks are built on.

Python free Open Source web since 2018

Starlette provides the async primitives — request/response handling, routing, middleware, WebSockets, background tasks — that FastAPI and other frameworks build on. Used directly, it is a production-ready micro-framework for high-performance async Python services with no overhead beyond what you need.

// commonly used libraries

Fully featured async HTTP client for Python — Requests-compatible API with HTTP/2 and …

http 2019 open source

Data validation using Python type hints — parse and validate JSON payloads, configs, and env …

validation 2017 open source

// tags

backendasyncasgipythonwebsocketsapilightweight
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub