Links:
- Documentation (dev) (released version)
- Q & A in StackOverflow
(with
emacs-jedi
tag) - Repository (at GitHub)
- Issue tracker (at GitHub)
- Travis CI
- MELPA
- MELPA Stable
Jedi.el is a Python auto-completion package for Emacs. It aims at helping your Python coding in a non-destructive way. It also helps you to find information about Python objects, such as docstring, function arguments and code location.
For more info, read documentation. If you are using developmental version installed via el-get or MELPA, read the developmental version. If you are using released version installed via Marmalade, read the released version.
Auto-completion using Jedi.el. See more screenshots here.
NOTE: Please do not install 'jedi' package for company users. You should install only company-jedi.
If you use company, please see company-jedi.