Skip to content

xonsh/xontrib-jedi

Repository files navigation

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.