# Jedi

Awesome autocompletion, static analysis and refactoring library for python

Repository: https://github.com/davidhalter/jedi
Canonical: https://ross.abutalabs.com/products/jedi
Homepage: http://jedi.readthedocs.io
Language: Python
License: NOASSERTION
License Family: other
Topics: static-analysis, auto-complete, python, refactoring, type-inference
Last push: 2026-07-09T23:42:11+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 35, longevity 100
- inputs: {"age_days": 5309, "days_push": 55, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6173, forks 534 (observed 2026-08-28T04:09:37.069225+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: static-site-generator, parser, developer-tools
- domain: developer-tools, programming-languages, text-editors
- platform: python, cross-platform
- tags: autocompletion, static-analysis, type-inference, goto-definition, refactoring, editor-integration, vim-plugin

## Member repositories
- davidhalter/jedi (main) score 73
- davidhalter/jedi-vim (plugin) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:37.069225+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:26.869060+00:00, confidence not recorded.
  - readme: https://github.com/davidhalter/jedi (fetched 2026-08-28T04:09:37.069225+00:00, sha 77ebd7803dbd)
  - registry_pypi: https://pypi.org/pypi/jedi/json (fetched 2026-08-29T08:44:46.086336+00:00, sha 8efc1a6292b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
