This package browser is in early development. Mind the rough edges.

python-jedi 0.19.2

Autocompletion and static analysis library for Python

Jedi is a static analysis tool for Python that can be used in Integrated Development Environments (IDEs) and text editors. It understands Python on a deeper level than many other static analysis frameworks for Python.

Jedi understands docstrings and you can use Jedi autocompletion in your REPL as well.

Installation

Install python-jedi 0.19.2 as follows:

guix install python-jedi@0.19.2

Or install the latest version:

guix install python-jedi

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.