</>PackageGraphPackageGraph

Werkzeug

PyPIv3.1.8

The 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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

221 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

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)

markupsafe >=2.1.1

Release history

5 releases in the last two years, typically about 32 days apart.

Recent versions of Werkzeug
VersionPublishedSizeLicense
3.1.8latest5 months ago221 KB
3.1.75 months ago221 KB
3.1.66 months ago220 KB
3.1.58 months ago220 KB
3.1.49 months ago220 KB
3.1.31 year ago219 KB
3.1.21 year ago219 KB
3.1.11 year ago219 KB
3.1.01 year ago219 KB
3.0.61 year ago223 KB
3.0.51 year ago222 KB
3.0.42 years ago222 KB
3.0.32 years ago222 KB
3.0.22 years ago222 KB
2.3.82 years ago237 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.