--- id: jedi version: "0.20.0" license: MIT license_treatment: permissive maintenance: active --- # jedi — An autocompletion tool for Python that can be used for text editors. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jedi uv add jedi poetry add jedi ## Description #################################################################################### Jedi - an awesome autocompletion, static analysis and refactoring library for Python #################################################################################### **I released the successor to Jedi: A Mypy-Compatible Python Language Server Built in Rust** - `Zuban `_ .. image:: http://isitmaintained.com/badge/open/davidhalter/jedi.svg :target: https://github.com/davidhalter/jedi/issues :alt: The percentage of open issues and pull requests .. image:: http://isitmaintained.com/badge/resolution/davidhalter/jedi.svg :target: https://github.com/davidhalter/jedi/issues :alt: The resolution time is the median time an issue or pull request stays open. .. image:: https://github.com/davidhalter/jedi/actions/workflows/ci.yml/badge.svg?branch=master :target: https://github.com/davidhalter/jedi/actions :alt: Tests .. image:: https://pepy.tech/badge/jedi :target: https://pepy.tech/project/jedi :alt: PyPI Downloads Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on... ## AI interpretation — verify before relying Jedi is a static analysis library for Python that provides autocompletion, goto-definition, refactoring, and code search capabilities, typically integrated into IDEs and editors. Verdict: Jedi is a mature, well-maintained static analysis library with low install friction and permissive licensing, making it suitable for IDE plugins and editor integrations. No known vulnerabilities and active development support current Python versions. [View on SkillFed](https://skillfed.io/packages/jedi) · [View on PyPI](https://pypi.org/project/jedi/)