Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 793 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 793 Bytes

Xonsh Python completions using jedi.

If you like the idea click ⭐ on the repo and tweet.

Installation

To install use pip:

xpip install xontrib-jedi
# or: xpip install -U git+https://github.com/xonsh/xontrib-jedi

Usage

xontrib load jedi

import json
json.<Tab>

Release

  • update the version in pyproject.toml
  • Create a new release with the same tag using Github releases

Credits

This package was created with xontrib cookiecutter template.