xontrib-jedi

Improved Xonsh's Python completions using jedi


Keywords
xontrib, xonsh
License
MIT
Install
pip install xontrib-jedi==0.0.2

Documentation

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
# TODO: what's next?

Examples

...

Known issues

...

Releasing your package

  • Bump the version of your package.
  • Create a GitHub release (The release notes are automatically generated as a draft release after each push).
  • And publish with poetry publish --build or twine

Credits

This package was created with xontrib cookiecutter template.