
Shiboken is a bindings generator for c++ libraries that outputs cpython source code. it collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description.
shiboken is the binding generator used to create the pyside bindings; this package contains its documentation.