Categories
Python-SIP
'SIP' creates Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment and to take a Python application and selectively implement parts of it.
SIP consists of a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The Python module provides support functions to the automatically generated code.
Last updated 13 May, 2008
Versions
4.7.5
4.2.1 stable released 2005-03-07
- Released: 7 Mar, 2005
- Code Maturity: Stable
- Source Archive: http://www.riverbankcomputing.co.uk/static/Down...
- Licenses: SIP
- Interfaces: Command Line
User Community and Support
User reference manual available in HTML format from http://www.river-bank.demon.co.uk/docs/sip/sipref.html
General Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sip - VCS Repository Webview




