Skip to content

pyQode/pyQode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

NOT MAINTAINED

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:

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.

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 adds support for reStructuredText.

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