starlette
PyPIv1.6.0The little ASGI library that shines.
Not recommended for new projects
No — starlette should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 32 days ago. 45 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 5 transitive packages, about 331 KB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding starlette to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the starlette README.
## Dependencies
Starlette only requires `anyio`, and the following are optional:
* [`httpx2`][httpx2] - Required if you want to use the `TestClient`.
* [`jinja2`][jinja2] - Required if you want to use `Jinja2Templates`.
* [`python-multipart`][python-multipart] - Required if you want to support form parsing, with `request.form()`.
* [`itsdangerous`][itsdangerous] - Required for `SessionMiddleware` support.
* [`pyyaml`][pyyaml] - Required for `SchemaGenerator` support.
You can install all of these with `pip install starlette[full]`.
## Framework or Toolkit
Dependencies
Declared by starlette v1.6.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Used by
Popular packages that depend on starlette.
Relationship graph
Dependencies (left) and dependents (right) of starlette.
Frequently installed together
Data validation using Python type hints
Backported and Experimental Type Hints for Python 3.9+
Runtime typing introspection tools
Document parameters, class attributes, return types, and variables inline, with Annotated.
Release history
36 releases in the last two years, typically about 3 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.6.0latest | 1 month ago | 74 KB | — |
| 1.5.1 | 1 month ago | 73 KB | — |
| 1.5.0 | 1 month ago | 73 KB | — |
| 1.4.1 | 1 month ago | 72 KB | — |
| 1.4.0 | 1 month ago | 72 KB | — |
| 1.3.1 | 2 months ago | 72 KB | — |
| 1.3.0 | 3 months ago | 72 KB | — |
| 1.2.1 | 3 months ago | 72 KB | — |
| 1.2.0 | 3 months ago | 71 KB | — |
| 1.1.0 | 3 months ago | 71 KB | — |
| 1.0.1 | 3 months ago | 71 KB | — |
| 1.0.0 | 5 months ago | 71 KB | — |
| 1.0.0rc1 | 6 months ago | 71 KB | — |
| 0.52.1 | 7 months ago | 73 KB | — |
| 0.52.0 | 7 months ago | 72 KB | — |
Overview
starlette is an PyPI package that the little ASGI library that shines. It has 1 known dependents in the graph. The latest version is 1.6.0.
Who should use it
Teams working in the PyPI ecosystem who need the little ASGI library that shines and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Lean dependency tree (2 direct dependencies).
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Funding
Frequently asked questions
Should I use starlette?
No — starlette should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install starlette?
Run `pip install starlette` to add starlette to your PyPI project.
How many dependencies does starlette have?
starlette declares 2 direct dependencies and pulls in 5 packages in total once its runtime tree is resolved totalling about 331 KB on disk.
What license is starlette released under?
No license was detected in starlette's metadata; review the repository before use.
How popular is starlette?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on starlette.
Is starlette still maintained?
The most recent release of starlette (v1.6.0) was published 1 month ago.