-
Notifications
You must be signed in to change notification settings - Fork 261
Home
Jorgen Schaefer edited this page Feb 26, 2013
·
11 revisions
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.
- 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.
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
.