Source code editor widget for PyQt/PySide
pyQode is a source code editor widget for PyQt/PySide. You can see it as an alternative to QScintilla.
This repository contains the central issue tracker and the wiki for the pyQode project.
Checkout the wiki for getting started.
Most of the pyqode packages are licensed under the MIT license.
pyqode is a namespace package made up of many sub-projects. The main ones are:
This package holds the core API that provides a generic code editor and the framework needed to add dedicated support for a language. This package is required by all other packages except pyqode.qt.
This package adds support for the python programming languages.
This package adds support for the json data format.
This package adds support for the COBOL programming language.
This package provides an abstraction layer over the various Qt bindings. It supports PySide, PyQt4 and PyQt5. This package is required by all other packages.
A tool that let you compile your qt designer ui script using the pyqode.qt shim instead of PyQt4/PyQt5/PyQide.