SIP is a tool to generate C++ interface code for Python. It is similar to SWIG, but uses a different interface format. It was used to build PyQt and PyKDE, and has support for the Qt signal/slot mechanism.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
사용 중단 경고 더 이상 사용할 수 없습니다 수 없습니다. 클래스 템플릿 지금 super-classes를 템플릿 인수로 정의할 수 있습니다. 이 릴리스 % 모듈 지시문, /NoRaisesPyException/ 함수 주석, /PyName/ typedef 주석, super-class 목록에 클래스의 이름 앞에 "공개"에 대 한 지원 및 지원 "보호" 및 "개인" (같은 super-class 무시 됩니다) super-class 목록에 클래스의 이름 앞에 all_raise_py_exception 인수를 추가 합니다.
Deprecation warnings can no longer be disabled. Class templates now allow super-classes to be defined as template arguments. This release adds the all_raise_py_exception argument to the %Module directive, the /NoRaisesPyException/ function annotation, the /PyName/ typedef annotation, support for "public" preceding the name of a class in a super-class list, and support for "protected" and "private" preceding the name of a class in a super-class list (any such super-class will be ignored).
This release adds the %DefaultDocstringFormat directive. It adds the format argument to the %Docstring directive. %ConvertToSubClassCode can now cause a restart of the conversion process using a different requested type. '*' and '&' are now supported as unary operators in expressions used in the values of default arguments. The /Transfer/ annotation can now be used with the /Array/ annotation to prevent the freeing of the temporary array of pointers.