starlette==1.3.1
# The little ASGI library that shines.
$ pip install starlette
downloads/wk
134,803,426
license
—
version
1.3.1
python
>=3.10
What is starlette?
Starlette is a lightweight ASGI framework for building web applications and APIs in Python. It provides essential tools like routing, middleware, and request/response handling without the overhead of larger frameworks, making it ideal for developers who want a minimal, composable foundation or who are building high-performance services. Many developers use Starlette as a base layer for their own frameworks or as a standalone solution when they need simplicity and control.
Dependencies (8)