jedi 0.19.1
0
An autocompletion tool for Python that can be used for text editors.
Contents
An autocompletion tool for Python that can be used for text editors.
Stars: 5779, Watchers: 5779, Forks: 508, Open Issues: 67The 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
Related Packages
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