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
Equivalent System Packages¶
conda:
$ conda install 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