{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides type stubs for WTForms, enabling type checkers like mypy and pyright to validate code that uses WTForms for form handling and validation.","skillfed_tags":["type-stubs","type-checking","wtforms"],"use_cases":["Enable mypy or pyright to type-check Flask or Django applications that use WTForms for form validation","Catch type errors in custom form field definitions or validators before runtime","Provide IDE autocomplete and inline type hints when working with WTForms classes and methods","Validate form data handling in web frameworks where type safety improves code reliability"],"what_it_does":"This is a type stub package that bridges WTForms and static type checkers. It provides type annotations for the WTForms library, allowing mypy, pyright, and other type checkers to understand WTForms code and catch type errors at development time rather than runtime. The stubs are maintained as part of the typeshed project and are generated from typeshed's authoritative stub definitions.\n\nYou install it alongside WTForms in your development environment. It has no runtime effect\u2014type checkers read the stubs to validate your code. The package depends only on MarkupSafe, which WTForms itself requires, so installation is lightweight. It's actively maintained and tested against current type checker versions.","worth_installing":"Yes, if you use WTForms and want static type checking. Install it in your development environment (not production) to enable type checkers to validate WTForms code. It has low friction, no security issues, and is actively maintained. Skip it only if you don't use a type checker or don't use WTForms."},"id":"types-wtforms","links":{"html":"https://skillfed.io/packages/types-wtforms","md":"https://skillfed.io/packages/types-wtforms.md","pypi":"https://pypi.org/project/types-wtforms/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-WTForms","python_support":"supports_current","summary":"Typing stubs for WTForms"},"popularity":{"monthly_downloads":155509,"position":10812,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.2.1.20260518"}
