Metadata-Version: 2.1
Name: elpy
Version: 1.34.0
Summary: Backend for the elpy Emacs mode
Home-page: https://github.com/jorgenschaefer/elpy
Author: Jorgen Schaefer
Author-email: contact@jorgenschaefer.de
License: GPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Natural Language :: English
Classifier: Topic :: Text Editors :: Emacs
License-File: LICENSE

The Emacs Lisp Python Environment.

Elpy is a mode for Emacs to support writing Python code. This package
provides the backend within Python to support auto-completion,
documentation extraction, and navigation.

Emacs will start the protocol by running the module itself, like so:

  python -m elpy

This will emit a greeting string on a single line, and then wait for
the protocol to start. Details of the protocol can be found in
elpy.rpc.

This package is unlikely to be useful on its own.

