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#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
0.18.1
install-requires.txt:
jedi >=0.17.0
Equivalent System Packages#
conda:
$ conda install jedi
gentoo:
$ sudo emerge dev-python/jedi
macports: install the following packages: py-jedi
void:
$ 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.