Description
Generates Python bindings for C++ libraries, especially in Qt and PySide-style projects. Developers use it to expose C++ APIs to Python while keeping type information and wrapper code maintainable.
It is a development generator, not a runtime app for end users. Generated bindings should be reviewed and tested because ownership, lifetime, and API mismatches can cause crashes or confusing Python behavior.