NOT MAINTAINED
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.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.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.rst
This package adds support for reStructuredText.
pyqode-uic
A tool that let you compile your qt designer ui script using the pyqode.qt shim instead of PyQt4/PyQt5/PyQide.
