hackedit-python

A set of plugins that add Python support to HackEdit


Keywords
IDE, Intergrated, Development, Environment, TextEditor, Editor
License
GPL-2.0+
Install
pip install hackedit-python==1.0a2

Documentation

https://raw.githubusercontent.com/HackEdit/hackedit/master/docs/_static/banner.png

Latest PyPI version Number of PyPI downloads Code review

Join the chat at https://gitter.im/HackEdit/hackedit

About

A set of plugins that add Python support to HackEdit.

Features:

  • ability to run scripts (or the selected text of an editor) and manage project run configuration
  • pyqode.python integration:
    • syntax highlighting
    • code completion (based on the jedi code completion engine)
    • pep8 + pyflakes on the fly analysis
    • smart indentation
    • go to definition
    • call tips
    • documentation viewer
  • refactoring (with rope)
  • package manager interface
  • support for virtualenv and custom intepreters

Requirements

The following packages are needed:

The following packages are included in a "vendor" subpackage.

Installation

pip3 install hackedit-python --pre --upgrade