Typing stubs for uWSGI, providing type hints for the uwsgi module. Version 2.0.0.20260408, part of typeshed. Released as needed based on upstream changes.
pip install types-uwsgiVerified import paths — ran on the pinned version, not inferred.
Basic WSGI app using uwsgi module (stubs provide type hints).
Install uWSGI via `pip install uwsgi` (or your OS package manager) alongside types-uwsgi.
Use `# type: ignore` for missing stubs or contribute upstream.
Pin types-uwsgi version in requirements and test against new versions.
No dependency data recorded yet.