Typing stubs for gunicorn (version 25.3.0.20260508). Provides type annotations for gunicorn's API, enabling static type checking in Python projects. Part of the typeshed project and updated regularly to match new gunicorn releases.
pip install types-gunicornNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a minimal gunicorn application using BaseApplication with proper type annotations.
Run pip install gunicorn types-gunicorn.
Use >= matching, e.g., types-gunicorn>=25.3.0, to get latest stubs for that gunicorn version.
When type errors occur on valid gunicorn code, add a comment to ignore the line, e.g., # type: ignore[attr-defined].