pyQode

Source code editor widget for PyQt/PySide

View the Project on GitHub pyQode/pyQode

About

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.

Documentation

Checkout the wiki for getting started.

License

Most of the pyqode packages are licensed under the MIT license.

Other repositories

pyqode is a namespace package made up of many sub-projects. The main ones are:

pyqode.core:

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.

pyqode.python

This package adds support for the python programming languages.

pyqode.json

This package adds support for the json data format.

pyqode.cobol

This package adds support for the COBOL programming language.

pyqode.qt

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.

pyqode-uic

A tool that let you compile your qt designer ui script using the pyqode.qt shim instead of PyQt4/PyQt5/PyQide.