Xonsh Python completions using jedi.
If you like the idea click ⭐ on the repo and tweet.
To install use pip:
xpip install xontrib-jedi
# or: xpip install -U git+https://github.com/xonsh/xontrib-jedi
xontrib load jedi
import json
json.<Tab>
- update the version in
pyproject.toml
- Create a new release with the same tag using Github releases
This package was created with xontrib cookiecutter template.