Scroll to navigation

PYSIDE6-GENPYI(1) PySide6 tools PYSIDE6-GENPYI(1)

NAME

pyside6-genpyi - genpyi

DESCRIPTION

usage: generate_pyi.py [-h] [--quiet] [--outpath OUTPATH]

[--sys-path SYS_PATH [SYS_PATH ...]]
[--feature {snake_case,true_property} [{snake_case,true_property} ...]] modules [modules ...]

This script generates the .pyi file for all PySide modules.

positional arguments:

'all' or the names of modules to build (QtCore QtGui etc.)

options:

show this help message and exit
Run quietly
the output directory (default = binary location)
a list of strings prepended to sys.path
a list of feature names. Example: `--feature snake_case true_property`. Currently not available for PyPy.
March 2026 pyside6-genpyi 6.10