Description
Legacy Python 2 and PyQt4 software can use SIP-generated bindings to connect Python code with C and C++ libraries. This is useful for maintaining old Qt applications that cannot yet be ported.
It is a legacy developer library. New projects should avoid Python 2 and Qt4, while existing software should treat it as compatibility support during migration.