{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"}],"enrichment":{"capability":"Provides type hints for the uWSGI Python API, enabling type checkers like mypy and pyright to validate code that uses uWSGI.","skillfed_tags":["type-stubs","uwsgi","type-checking"],"use_cases":["Enable mypy or pyright to type-check uWSGI application code and catch API misuse before deployment.","Provide IDE autocomplete and inline documentation for uWSGI functions when writing uWSGI-based applications.","Validate configuration and plugin code that calls uWSGI's Python API within a uWSGI process.","Ensure type safety in projects that mix uWSGI calls with other typed Python libraries."],"what_it_does":"types-uWSGI is a type stub package that provides type annotations for uWSGI's Python API. It allows static type checkers like mypy and pyright to understand and validate code that calls uWSGI functions and modules, catching type errors before runtime. The stubs are maintained as part of the typeshed project and are tested against mypy 2.1.0 and pyright 1.1.409.\n\nThis package is purely for development and type checking\u2014it contains no runtime code and adds no dependencies to your project. It targets uWSGI 2.0.* and is useful only when your code runs inside a uWSGI process, since the uWSGI Python API is only available in that context. Some API features are conditional on uWSGI configuration, which the stubs reflect.","worth_installing":"Yes, if you use uWSGI and want type checking. It has no runtime cost, low friction, and is actively maintained. Install it in your development environment to catch type errors in uWSGI code. Not needed if you don't use uWSGI or don't use a type checker."},"id":"types-uwsgi","links":{"html":"https://skillfed.io/packages/types-uwsgi","md":"https://skillfed.io/packages/types-uwsgi.md","pypi":"https://pypi.org/project/types-uwsgi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-uWSGI","python_support":"supports_current","summary":"Typing stubs for uWSGI"},"popularity":{"monthly_downloads":78789,"position":14406,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.0.20260518"}
