Skip to content
Jorgen Schaefer edited this page Feb 26, 2013 · 11 revisions

Elpy, the Emacs Lisp Python Environment

Elpy is an Emacs package to bring powerful Python editing to Emacs. It combines a number of other packages, both written in Emacs Lisp as well as Python.

Further Reading

  • Features: The features Elpy provides in Emacs.
  • Installation: Detailed installation instructions.
  • News: New features in the latest release.
  • Usage: User manual
  • Keybindings: Keybindings Elpy adds to the Python mode.
  • Backends: The Python modules Elpy uses to provide introspection.
  • Configuration: Some configuration possibilities.

Python 3

elpy is tested and should work with Python 3. Please note that the Rope package for Python 3 on PyPI is called rope_py3k, not rope.

Clone this wiki locally