PEP 561 compliant stub files (type hints) for the PyQt5 framework. Provides type information for static type checkers like mypy and Pyright. Current version 5.15.6.0, compatible with PyQt5 5.15.x. Released as needed for PyQt5 updates.
pip install PyQt5-stubsVerified import paths — ran on the pinned version, not inferred.
Display a simple PyQt5 button; stubs enable type checking.
Switch to PyQt6 and PyQt6-stubs for active support.
Check stub coverage; report missing stubs upstream.
Add type annotations to signals/slots or use `# type: ignore` locally.