sip
any C++ class library
Install
- All systems
-
curl cmd.cat/sip.sh
- Debian
-
apt-get install sip-devel
- Ubuntu
-
apt-get install sip-devel
- Arch Linux
-
pacman -S sip
- Kali Linux
-
apt-get install sip-devel
- CentOS
-
yum install sip-devel
- Fedora
-
dnf install sip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sip-devel
- OS X
-
brew install sip
- Raspbian
-
apt-get install sip-devel
- Dockerfile
- dockerfile.run/sip
sip-devel
any C++ class library
sip-dev
Python/C++ bindings generator code generator application
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 the code generator tool needed to develop Python and Python 3 bindings with sip.
sip
SIP is a tool for generating bindings for C++ classes so that they
can be accessed as normal Python classes. SIP takes many of its ideas from SWIG but, because it is specifically designed for C++ and Python, is able to generate tighter bindings. SIP is so called because it is a small SWIG. 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. However, SIP can be used to generate Python bindings for any C++ class library.
sip-dbg
Debug symbols for Python/C++ bindings generator application
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 the debug symbols for the code generator tool needed to develop Python and Python 3 bindings with sip.
python2-sip-devel
Files needed to generate Python bindings for any C++ class
library.
mingw32-python2-sip
MinGW Windows SIP
mingw64-python2-sip
MinGW Windows 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.