{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Provides type stubs for pyinstaller, enabling type checkers like mypy and pyright to validate code that uses pyinstaller.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable type checkers to validate scripts that import and use pyinstaller APIs","Get IDE autocomplete and type hints for pyinstaller functions in editors with type support","Validate that build automation code correctly calls pyinstaller's public methods","Catch type mismatches in pyinstaller configuration during development","Integrate pyinstaller type checking into CI/CD pipelines that enforce type safety"],"what_it_does":"types-pyinstaller is a type stub package that provides type annotations for pyinstaller's public API. It allows type checkers like mypy, pyright, and others to understand and validate code that calls pyinstaller functions and classes. The stubs are generated from the typeshed project, a centralized repository of type information for popular packages.\n\nThis is a partial stub package, meaning it covers commonly used parts of pyinstaller but may not have complete annotations for every function or class. It requires Python 3.10 or later and has no runtime dependencies\u2014it only affects type checking, not code execution. When installed alongside pyinstaller, it enables IDEs and type checkers to catch type-related bugs before runtime.","worth_installing":"Yes, if you use pyinstaller in code that you type-check. Install it alongside pyinstaller to enable type checkers to validate your build scripts. It has no runtime cost and no dependencies. If you don't use type checking or don't use pyinstaller, it provides no value."},"id":"types-pyinstaller","links":{"html":"https://skillfed.io/packages/types-pyinstaller","md":"https://skillfed.io/packages/types-pyinstaller.md","pypi":"https://pypi.org/project/types-pyinstaller/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pyinstaller","python_support":"supports_current","summary":"Typing stubs for pyinstaller"},"popularity":{"monthly_downloads":109886,"position":12496,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"6.22.0.20260812"}
