Contents

jedi 0.19.1

0

An autocompletion tool for Python that can be used for text editors.

An autocompletion tool for Python that can be used for text editors.

Stars: 5645, Watchers: 5645, Forks: 498, Open Issues: 60

The davidhalter/jedi repo was created 12 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 5645 github stars!

How to Install jedi

You can install jedi using pip

pip install jedi

or add it to a project with poetry

poetry add jedi

Package Details

Author
David Halter
License
MIT
Homepage
https://github.com/davidhalter/jedi
PyPi:
https://pypi.org/project/jedi/
Documentation:
https://jedi.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/davidhalter/jedi

Classifiers

  • Software Development/Libraries/Python Modules
  • Text Editors/Integrated Development Environments (IDE)
  • Utilities
No  jedi  pypi packages just yet.

Errors

A list of common jedi errors.

Code Examples

Here are some jedi code examples and snippets.

GitHub Issues

The jedi package has 60 open issues on GitHub

  • constructor hinting for attrs
  • Fix: check node before parso.python.tree.search_ancestor
  • Dataclass construction completion does not work for cls in class methods
  • Switch case support for python 3.10?
  • Signature inference for attributes inherited from generic dataclasses

See more issues on GitHub

Related Packages & Articles

astroid 3.1.0

An abstract syntax tree for Python with inference support.

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co