dh_sip
Python/C++ bindings generator development files
Install
- All systems
-
curl cmd.cat/dh_sip.sh
- Debian
-
apt-get install python-sip-dev
- Ubuntu
-
apt-get install python-sip-dev
- Kali Linux
-
apt-get install python-sip-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-sip-dev
- Raspbian
-
apt-get install python-sip-dev
- Dockerfile
- dockerfile.run/dh_sip
python-sip-dev
Python/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class libraries. Features: - connecting Qt signals to Python functions and class methods - connecting Python signals to Qt slots - overloading virtual member functions with Python class methods - protected member functions - abstract classes - enumerated types - global class instances - static member functions. This package contains sipdistutils and the development headers needed to develop Python bindings with sip.