.. _spkg_jedi:

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)
- :ref:`spkg_parso`
- $(PYTHON_TOOLCHAIN)

Version Information
-------------------

package-version.txt::

    0.18.1

install-requires.txt::

    jedi >=0.17.0


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  jedi


macports:
install the following packages: py-jedi

void:

.. CODE-BLOCK:: bash

    $ 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:`29023`

