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.
- Outputs:
out
- Website: https://github.com/davidhalter/jedi
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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.