Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xonsh/xontrib-jedi
- Owner: xonsh
- License: mit
- Created: 2022-03-20T12:08:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:54:07.000Z (8 months ago)
- Last Synced: 2024-05-01T09:42:06.887Z (8 months ago)
- Topics: xonsh, xontrib
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - jedi - Use Jedi as xonsh's python completer. (Tab-completions)
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 jediimport 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).