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
Version Information¶
package-version.txt:
0.17.2
install-requires.txt:
jedi >=0.17.0
Equivalent System Packages¶
conda:
$ conda install jedi python:jedi
macports: install the following packages: jedi python: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 https://trac.sagemath.org/ticket/29023