https://github.com/tkf/emacs-jedi
Python auto-completion for Emacs
https://github.com/tkf/emacs-jedi
Last synced: 8 months ago
JSON representation
Python auto-completion for Emacs
- Host: GitHub
- URL: https://github.com/tkf/emacs-jedi
- Owner: tkf
- Created: 2012-10-16T20:25:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T09:13:38.000Z (about 1 year ago)
- Last Synced: 2025-06-02T20:07:47.572Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage: http://tkf.github.io/emacs-jedi/latest/
- Size: 809 KB
- Stars: 666
- Watchers: 30
- Forks: 89
- Open Issues: 64
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
============================================
Jedi.el - Python auto-completion for Emacs
============================================
.. sidebar:: Links:
* `Documentation (dev) `_
(`released version `_)
* `Screenshots `_
* `Configuration `_
* `Command `_
* `FAQ `_
* `Troubleshooting `_
* `Complete overview `_
* `Changelog `_
* `Q & A in StackOverflow
`_
(with ``emacs-jedi`` tag)
* `Repository `_ (at GitHub)
* `Issue tracker `_ (at GitHub)
* `Travis CI `_ |build-status|
* `MELPA `_ |melpa-badge|
* `MELPA Stable `_ |melpa-stable-badge|
What is it?
===========
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 `_.
.. figure:: http://farm9.staticflickr.com/8261/8804536872_8d266b88ed_o.png
Auto-completion using Jedi.el.
See more screenshots
`here `_.
Company Users
=============
**NOTE: Please do not install 'jedi' package for company users. You should install only company-jedi.**
If you use `company `_,
please see `company-jedi `_.
.. Build status badge
.. |build-status|
image:: https://secure.travis-ci.org/tkf/emacs-jedi.png?branch=master
:target: http://travis-ci.org/tkf/emacs-jedi
:alt: Build Status
.. |melpa-badge|
image:: http://melpa.org/packages/jedi-badge.svg
:target: http://melpa.org/#/jedi
:alt: MELPA Badge
.. |melpa-stable-badge|
image:: http://stable.melpa.org/packages/jedi-badge.svg
:target: http://stable.melpa.org/#/jedi
:alt: MELPA Stable Badge