QScintilla

QScintilla 2.9.2 updated

The QScintilla project is an open source port to Qt of Neil Hodgson's Scintilla C++ editor class. QScintilla is provided in source form as a .tar.gz archive for UNIX/Linux and Mac OS X platforms, as well as a .zip package for the Windows operating...

read more
PyQt

PyQt 5.6 updated

PyQt is an open source and free command-line software that contains a comprehensive set of Python 2 and Python 3 bindings for the Qt application framework developed and distributed by Digia. It is a platform-independent application, known to work well on...

read more
Python-SIP

Python-SIP 4.18 updated

Python-SIP is a free and open source software project specially designed for developers who are looking for an easy-to-use tool to create Python bindings (also known as extension modules) for the Qt toolkit. It can also be used for building C or C++...

read more
PyQt

PyQt 5.4.2 updated

Runs perfectly on all platforms supported by Qt (Windows, MacOS/X and Linux).The package includes two sets of bindings:PyQt v4 supports Qt v4;PyQt v3 supports Qt v3 and earlier.In the package, bindings are implemented as a set of Python modules.In total,...

SIP

SIP 4.16.8 updated

SIP basically allows developers to create Python extensions for their existing c/C++ libraries.Under the hood, SIP is formed from two parts: a code generator and a Python module, each one with its specific role.With this functionality in mind, SIP is...