Scroll to navigation

SHIBOKEN6-GENPYI(1) PySide6 tools SHIBOKEN6-GENPYI(1)

NAME

shiboken6-genpyi - shiboken6-genpyi

DESCRIPTION

usage: -c [-h] [--quiet] [--outpath OUTPATH] module

pyi_generator.py ----------------

This script generates the .pyi file for an arbitrary module. You pass in the full path of a compiled, importable module. pyi_generator will try to generate an interface "<module>.pyi".

positional arguments:

The full path name of an importable module binary (.pyd, .so)

options:

show this help message and exit
Run quietly
the output directory (default = location of module binary)
March 2026 shiboken6-genpyi 6.10