DavidBoddie (Talk | contribs) (Include some information about SIP.) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
| + | |||
= Overview = | = Overview = | ||
| Line 8: | Line 10: | ||
* [http://riverbankcomputing.co.uk/software/sip/intro An introduction to SIP] | * [http://riverbankcomputing.co.uk/software/sip/intro An introduction to SIP] | ||
| − | * [http://riverbankcomputing.co.uk/static/Docs/sip4/ | + | * [http://riverbankcomputing.co.uk/static/Docs/sip4/index.html SIP Reference Guide] |
* [http://www.diotavelli.net/PyQtWiki/MiniSipExample A mini-example for those developing new extensions] | * [http://www.diotavelli.net/PyQtWiki/MiniSipExample A mini-example for those developing new extensions] | ||
* [http://github.com/ariya/pictureflow/tree/master A small real-world example of a SIP-generated extension] | * [http://github.com/ariya/pictureflow/tree/master A small real-world example of a SIP-generated extension] | ||
SIP is a tool for generating Python bindings for C and C++ libraries in the form of extension modules. Originally developed for the purpose of creating Qt bindings for Python, it is also used as part of the toolchain used to create bindings for the Qwt and KDE libraries.
New bindings created with SIP can be based on existing bindings, allowing an established hierarchy of classes to be extended with new ones in an interoperable way. Both the KDE and Qwt bindings are based on Qt bindings.