This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-elpy/badges/latest-version.svg)](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]]