SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings, because it's specific to C++ and Python.
WARNING: This is only the sip tool. If you are going to compile something produced by it, you'll need python-sip4-dev.
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.
Homepage: http://www.riverbankcomputing.co.uk/sip
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 229.4 kB | 676 kB | [list of files] |
| amd64 | 228.6 kB | 664 kB | [list of files] |
| arm | 223.0 kB | 598 kB | [list of files] |
| hppa | 228.7 kB | 660 kB | [list of files] |
| i386 | 222.0 kB | 600 kB | [list of files] |
| ia64 | 270.7 kB | 860 kB | [list of files] |
| mips | 231.0 kB | 712 kB | [list of files] |
| mipsel | 231.1 kB | 712 kB | [list of files] |
| powerpc | 225.0 kB | 668 kB | [list of files] |
| s390 | 224.7 kB | 656 kB | [list of files] |
| sparc | 222.4 kB | 656 kB | [list of files] |