Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sip: SIP - Python/C++ Bindings Generator
- Summary
- 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.
Arch: i386
| Download: | sip-4.7.1-2.9.el5.al.i386.rpm |
| Build Date: | Fri Dec 28 02:46:07 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 813 KiB |
Arch: src
| Download: | sip-4.7.1-2.9.el5.al.src.rpm |
| Build Date: | Fri Dec 28 02:46:07 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 441 KiB |
Changelog
- * Mon Nov 12 18:00:00 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 4.7.1-2
- License: Python Software Foundation License v2
- fix/cleanup some macro usage
- fix Source, Url.
- * Mon Oct 22 19:00:00 2007 Than Ngo <than{%}redhat{*}com> - 4.7.1-1
- 4.7.1
- * Mon Oct 1 19:00:00 2007 Than Ngo <than{%}redhat{*}com> - 4.6-3
- fix rh#289321, sipconfig.py includes wrong py_lib_dir, thanks to Rex Dieter