Metadata-Version: 1.1
Name: elpy
Version: 1.5.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
Description: 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.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Text Editors :: Emacs
