Registry / type-stubs / types-wtforms

types-wtforms

JSON →
library3.2.1.20260518pypypiunverified

Typing stubs for WTForms, providing type hints for the WTForms library. Current version: 3.2.1.20260408. Release cadence tracks CPython typeshed updates.

pip install types-wtforms
INSTALL
IMPORT
SIG · TYPES-WTFORMS
T
types-wtforms
type-stubspythonv3.2.1.20260518
Install
1.6s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.2.1.20260518 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Form
from wtforms_stubs import Form
from wtforms import Form

Basic form definition using WTForms stubs.

from wtforms import Form, StringField, validators class MyForm(Form): name = StringField('Name', [validators.DataRequired()]) form = MyForm(name='test') print(form.name.data)
Debug
Known issues
gotchatypes-wtforms only provides stubs for type checking; you must also install wtforms for runtime.
fix
pip install wtforms types-wtforms
affects: all
gotchaStubs may be incomplete or have mismatched versions. The stub version (3.2.1.20260408) corresponds to WTForms version 3.2.1.
fix
Ensure wtforms version matches the stub major.minor version.
affects: >=3.2.1
Upgrade
Version history
3.2.1.20260518latest on PyPI · released May 18, 2026
Audit
Dependencies
WTFormsrequiredStubs are type hints for WTForms; runtime depends on actual WTForms.
mypyoptionalOften used together for type checking.
pyrightoptionalAlternative type checker.
Agent activity
47 hits · last 30 days
node
40
OpenAI (training)
1
Resources
types-wtforms — pip install types-wtforms · libregistry