https://github.com/xonsh/xontrib-jedi
Xonsh Python mode completions using jedi
https://github.com/xonsh/xontrib-jedi
xonsh xontrib
Last synced: 21 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T17:23:15.000Z (26 days ago)
- Last Synced: 2025-04-14T18:31:15.184Z (26 days ago)
- Topics: xonsh, xontrib
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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).