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)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
0.18.1
install-requires.txt:
jedi >=0.17.0
Equivalent System Packages#
conda:
$ conda install 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
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023