Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xonsh/xontrib-jedi

Xonsh Python mode completions using jedi
https://github.com/xonsh/xontrib-jedi

xonsh xontrib

Last synced: about 1 month ago
JSON representation

Xonsh Python mode completions using jedi

Awesome Lists containing this project

README

        


Xonsh Python completions using jedi.


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

## Installation

To install use pip:

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

## Usage

```xsh
xontrib load jedi

import json
json.
```

## 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](https://github.com/xonsh/xontrib-cookiecutter).