Registry / type-stubs / types-pyinstaller

types-pyinstaller

JSON →
library6.21.0.20260616pypypiunverified

Typing stubs for PyInstaller, providing type hints for PyInstaller modules. Version 6.19.0.20260408, updated regularly alongside typeshed releases.

pip install types-pyinstaller
INSTALL
IMPORT
SIG · TYPES-PYINSTALLER
T
types-pyinstaller
type-stubspythonv6.21.0.20260616
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 v6.21.0.20260616 · 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.9MB
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.

run
from PyInstaller-stubs.__main__ import run
from PyInstaller-stubs.__main__ import run

Basic usage: run PyInstaller from Python code with type hints.

from PyInstaller.__main__ import run # Example: build a simple script run(['--onefile', '--name', 'myapp', 'myapp.py'])
Debug
Known issues
gotchaStubs may not cover all PyInstaller internals due to dynamic code. Rely on official PyInstaller docs for runtime behavior.
fix
Cross-reference with PyInstaller source; stubs are best-effort.
affects: all
gotchaDo not install both `types-pyinstaller` and `pyinstaller-stubs` (or any other third-party stubs). Only one should be used.
fix
Uninstall conflicting packages: `pip uninstall pyinstaller-stubs`.
affects: all
gotchaStubs are often behind PyInstaller releases. Check version compatibility: types-pyinstaller version x.y.z corresponds to PyInstaller x.y.
fix
Match major.minor versions: e.g., use types-pyinstaller==6.* for PyInstaller 6.x.
affects: all
Upgrade
Version history
6.21.0.20260616latest on PyPI · released Jun 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
types-pyinstaller — pip install types-pyinstaller · libregistry