A Python bindings generator for C/C++ libraries
copied from cf-staging / sipconda install conda-forge::sip
conda install conda-forge/label/broken::sip
conda install conda-forge/label/cf201901::sip
conda install conda-forge/label/cf202003::sip
conda install conda-forge/label/gcc7::sip
SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed in 1998 to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. For example it is also used to generate wxPython, the Python bindings for wxWidgets.