Jedi
Awesome autocompletion, static analysis and refactoring library for python observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5309
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
6173 stars · 534 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jedi is a static analysis library for Python focused on autocompletion, goto functionality, refactoring, and code search. It is typically embedded in IDEs and editor plugins, with a reference Vim plugin (jedi-vim) and use by many language servers.
Use cases
- python autocompletion in my editor
- go to definition for python code
- find all references to a python function
- static analysis and type inference for python
- refactor python code programmatically
- add code completion to a vim plugin
- build a python language server
When to choose
- you need a Python completion/static-analysis engine to embed in an editor plugin or tool
- you want a simple, well-tested Python API for goto, references, and refactoring
- you use Vim, Emacs, or a language server built on Jedi
When to avoid
- you want an actively developed successor - the author recommends Zuban, a Rust-based language server
- you need a full standalone IDE or LSP server out of the box
- you work in a language other than Python
Facets
library · maturity maintenance
static-site-generator parser developer-tools developer-tools programming-languages text-editors python cross-platform autocompletion static-analysis type-inference goto-definition refactoring editor-integration vim-plugin
2 sources
- readme: https://github.com/davidhalter/jedi · fetched 2026-08-28 · 77ebd7803dbd
- registry_pypi: https://pypi.org/pypi/jedi/json · fetched 2026-08-29 · 8efc1a6292b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| davidhalter/jedi | main | 73 |
| davidhalter/jedi-vim | plugin | 71 |
For agents
markdown · JSON · MCP: product_card(name="davidhalter/jedi")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem