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: 5779, Watchers: 5779, Forks: 508, Open Issues: 67

The davidhalter/jedi repo was created 12 years ago and the last code push was 2 months ago.
The project is extremely popular with a mindblowing 5779 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 67 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

fissix 24.4.24

Monkeypatches to override default behavior of lib2to3.

astroid 3.3.5

An abstract syntax tree for Python with inference support.

flake8 7.1.1

the modular source code checker: pep8 pyflakes and co