Path to this page:
Subject: CVS commit: wip/py-jedi
From: Kamel Derouiche
Date: 2014-05-13 01:43:10
Message id: E1WjzsV-0002Ya-Nm@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Import py27-jedi-0.8.0_final0 as wip/py-jedi.
Jedi is an autocompletion tool for Python that can be used in IDEs/editors
Jedi works. Jedi is fast. It understands all of the basic Python syntax elements
including many builtin functions.
Additionaly, Jedi suports two different goto functions and has support for
renaming as well as Pydoc support and some other IDE features.
Jedi uses a very simple API to connect with IDE's.
Files: