{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides PEP 561 type stubs for Werkzeug, enabling type checkers like mypy and PyCharm to validate code using Werkzeug without runtime overhead.","skillfed_tags":["type-stubs","deprecated"],"use_cases":["Type-checking legacy code that depends on Werkzeug 1.x with mypy or similar tools.","Adding type safety to older Flask or Werkzeug-based projects without upgrading the framework.","Verifying type correctness in CI/CD pipelines for applications locked to pre-2.0 Werkzeug versions."],"what_it_does":"types-Werkzeug is a type stub package that bridges the gap between older versions of Werkzeug and modern type checkers. It provides type information for Werkzeug's public API, allowing tools like mypy, PyCharm, and pytype to perform static type checking on code that uses Werkzeug. The stubs are maintained as part of the typeshed project, a community repository of type definitions for popular Python packages.\n\nHowever, this package has been superseded: Werkzeug itself has shipped with native type annotations since version 2.0, making types-Werkzeug redundant for any modern installation. The package has not been updated since November 2021, and the description explicitly recommends uninstalling it if you use Werkzeug 2.0 or later. It remains relevant only for legacy codebases still on Werkzeug 1.x.","worth_installing":"No, unless you are constrained to Werkzeug 1.x. For any modern Werkzeug installation (2.0+), this package is unnecessary and should not be installed\u2014Werkzeug's own type stubs are superior and kept in sync with releases. If you are on Werkzeug 1.x, it provides value, but upgrading Werkzeug is the better path forward."},"id":"types-werkzeug","links":{"html":"https://skillfed.io/packages/types-werkzeug","md":"https://skillfed.io/packages/types-werkzeug.md","pypi":"https://pypi.org/project/types-werkzeug/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-11-26","license_spdx":null,"license_treatment":"permissive","name":"types-Werkzeug","python_support":"unspecified","summary":"Typing stubs for Werkzeug"},"popularity":{"monthly_downloads":1799667,"position":3545,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.9"}
