1config BR2_PACKAGE_PYTHON_SIP 2 bool "python-sip" 3 depends on BR2_PACKAGE_QT5 4 help 5 SIP is a tool that makes it very easy to create Python 6 bindings for C and C++ libraries. It was originally 7 developed to create PyQt, the Python bindings for the Qt 8 toolkit, but can be used to create bindings for any C or C++ 9 library. 10 11 SIP comprises a code generator and a Python module. The code 12 generator processes a set of specification files and 13 generates C or C++ code which is then compiled to create the 14 bindings extension module. The SIP Python module provides 15 support functions to the automatically generated code. 16 17 http://www.riverbankcomputing.com/software/sip/intro 18