jedi: Static analysis tool providing IDE support for Python#

Description#

Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality. Other features include refactoring, code search and finding references.

Type#

standard

Dependencies#

Version Information#

package-version.txt:

0.19.1

install-requires.txt:

jedi >=0.17.0

Equivalent System Packages#

$ conda install jedi
$ sudo emerge dev-python/jedi
$ sudo port install py-jedi
$ sudo xbps-install python3-jedi

See https://repology.org/project/jedi/versions, https://repology.org/project/python:jedi/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.