Registry / type-stubs / types-uwsgi

types-uwsgi

JSON →
library2.0.0.20260518pypypiunverified

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-uwsgi
INSTALL
IMPORT
SIG · TYPES-UWSGI
T
types-uwsgi
type-stubspythonv2.0.0.20260518
Install
1.5s 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 v2.0.0.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 · 17.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

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

uwsgi
import uwsgi-stubs
import uwsgi
uwsgidecorators
import uwsgidecorators-stubs
import uwsgidecorators

Basic WSGI app using uwsgi module (stubs provide type hints).

import uwsgi def application(env, start_response): start_response('200 OK', [('Content-Type','text/html')]) return [b"Hello World"] if __name__ == '__main__': pass
Debug
Known issues
gotchatypes-uwsgi only provides type stubs; you must still install uWSGI (e.g., `uwsgi` package) to run your application.
fix
Install uWSGI via `pip install uwsgi` (or your OS package manager) alongside types-uwsgi.
affects: all
gotchaThe types-uwsgi stubs are part of typeshed and may not cover all uWSGI API features. Some functions or options might be untyped or partially typed.
fix
Use `# type: ignore` for missing stubs or contribute upstream.
affects: all
breakingVersion jumps may include breaking changes when typeshed updates type annotations that conflict with your code.
fix
Pin types-uwsgi version in requirements and test against new versions.
affects: >=2.0.0
Upgrade
Version history
2.0.0.20260518latest on PyPI · released May 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
44
OpenAI (training)
1
Resources
types-uwsgi — pip install types-uwsgi · libregistry