Werkzeug
PyPIv3.1.8The comprehensive WSGI web application library.
Not recommended for new projects
No — Werkzeug 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.
- BMaintenance: grade B, Good.
Last published 160 days ago. 11 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 221 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 Werkzeug 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.9
Quick start
A usage example from the Werkzeug README.
# save this as app.py
from werkzeug.wrappers import Request, Response
@Request.application
def application(request: Request) -> Response:
return Response("Hello, World!")
if __name__ == "__main__":
from werkzeug.serving import run_simple
run_simple("127.0.0.1", 5000, application)Dependencies
Declared by Werkzeug v3.1.8. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Release history
5 releases in the last two years, typically about 32 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.1.8latest | 5 months ago | 221 KB | — |
| 3.1.7 | 5 months ago | 221 KB | — |
| 3.1.6 | 6 months ago | 220 KB | — |
| 3.1.5 | 8 months ago | 220 KB | — |
| 3.1.4 | 9 months ago | 220 KB | — |
| 3.1.3 | 1 year ago | 219 KB | — |
| 3.1.2 | 1 year ago | 219 KB | — |
| 3.1.1 | 1 year ago | 219 KB | — |
| 3.1.0 | 1 year ago | 219 KB | — |
| 3.0.6 | 1 year ago | 223 KB | — |
| 3.0.5 | 1 year ago | 222 KB | — |
| 3.0.4 | 2 years ago | 222 KB | — |
| 3.0.3 | 2 years ago | 222 KB | — |
| 3.0.2 | 2 years ago | 222 KB | — |
| 2.3.8 | 2 years ago | 237 KB | — |
Overview
Werkzeug is an PyPI package that the comprehensive WSGI web application library. The latest version is 3.1.8.
Who should use it
Teams working in the PyPI ecosystem who need the comprehensive WSGI web application library 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 (1 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 Werkzeug?
No — Werkzeug should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install Werkzeug?
Run `pip install Werkzeug` to add Werkzeug to your PyPI project.
How many dependencies does Werkzeug have?
Werkzeug declares 1 direct dependency and pulls in 1 packages in total once its runtime tree is resolved totalling about 221 KB on disk.
What license is Werkzeug released under?
No license was detected in Werkzeug's metadata; review the repository before use.
Is Werkzeug still maintained?
The most recent release of Werkzeug (v3.1.8) was published 5 months ago.