Skip to content

Latest commit

 

History

History
87 lines (62 loc) · 2.34 KB

File metadata and controls

87 lines (62 loc) · 2.34 KB

https://raw.githubusercontent.com/pyQode/pyqode.core/develop/doc/source/_static/pyqode-banner.png

About

Latest PyPI version Number of PyPI downloads Travis-CI build status Coverage Status

pyqode.python adds python support to pyqode.core (code completion, calltips, ...).

Features:

  • calltips mode (using Jedi)
  • code completion provider (using Jedi)
  • code folding mode
  • auto indent mode
  • on the fly code checkers (frosted (fork of PyFlakes), PEP8)
  • a customisable python specific syntax highlighter
  • a pre-configured QPythonCodeEdit (with the corresponding Qt Designer plugin)

License

pyQode is licensed under the MIT license.

Requirements

pyqode.python depends on the following libraries:

  • python 2.7 or python 3 (>= 3.2)
  • pyqode.core
  • jedi
  • pep8
  • frosted
  • docutils

Installation

$ pip install pyqode.python

Resources

Snapshots

Here is a snapshot of the pynotepad example application (snapshots taken on a Gnome 3 desktop):

Preview of pynotepad, the pyQode clone of idle (example app)