emacs-elpy
Python development environment for Emacs
Elpy brings powerful Python editing to Emacs. It combines and configures a number of other packages written in Emacs Lisp as well as Python, together offering features such as navigation, documentation, completion, interactive development and more.
- Versions: 1.35.0-3.0b381f5
- Website: https://github.com/jorgenschaefer/elpy
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-elpy
as follows:
guix install emacs-elpy
Or install a particular version:
guix install emacs-elpy@1.35.0-3.0b381f5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-elpy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-elpy'><img src='https://packages.guix.gnu.org/packages/emacs-elpy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-elpy)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-elpy][https://packages.guix.gnu.org/packages/emacs-elpy/badges/latest-version.svg]]