{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides type stubs for pywin32, enabling type checkers like mypy and pyright to validate code using Windows API bindings.","skillfed_tags":["type-stubs","windows-api"],"use_cases":["Enable mypy or pyright to type-check Windows API code that uses pywin32 without false positives.","Catch type errors in Windows system calls (registry, COM, Win32 API) before runtime.","Provide IDE autocomplete and inline documentation for pywin32 functions in editors that support type stubs.","Validate code that wraps or extends pywin32 functionality with proper type safety."],"what_it_does":"types-pywin32 is a type stub package that provides type information for the pywin32 library, which binds Python to Windows APIs. When installed alongside pywin32, it allows static type checkers like mypy and pyright to understand the types and signatures of Windows API calls, catching type errors at check time rather than runtime. This is particularly useful for developers working with Windows-specific functionality who want the safety of static type checking.\n\nThe package is generated from and maintained as part of the typeshed project, the canonical repository of type stubs for third-party Python libraries. It targets pywin32 version 312.* and has been tested with mypy 2.3.0 and pyright 1.1.411. Since it contains only type information and no runtime code, it has zero runtime dependencies and installs quickly.","worth_installing":"Yes, if you use pywin32 and run static type checking. Install it alongside pywin32 to get accurate type information for Windows API calls. No downside: it has no dependencies, installs instantly, and is actively maintained. Skip it only if you don't use type checkers or don't use pywin32."},"id":"types-pywin32","links":{"html":"https://skillfed.io/packages/types-pywin32","md":"https://skillfed.io/packages/types-pywin32.md","pypi":"https://pypi.org/project/types-pywin32/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pywin32","python_support":"supports_current","summary":"Typing stubs for pywin32"},"popularity":{"monthly_downloads":536719,"position":6123,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"312.0.0.20260724"}
