python-jedi
https://github.com/davidhalter/jedi
Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto functionality. Other features include refactoring, code search and finding references.
Jedi has a simple API to work with. There is a reference implementation as a VIM-Plugin. Autocompletion in your REPL is also possible, IPython uses it natively and for the CPython REPL you can install it. Jedi is well tested and bugs should be rare.
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / python-jedi
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-jedi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000146 146 Bytes | |
_service | 0000000549 549 Bytes | |
jedi-v0.16.0+git54.0888dd46.obscpio | 0004232716 4.04 MB | |
jedi.obsinfo | 0000000111 111 Bytes | |
python-jedi.changes | 0000014867 14.5 KB | |
python-jedi.spec | 0000002912 2.84 KB | |
unbundle.patch | 0000001202 1.17 KB |
Revision 58 (latest revision is 117)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 58)
- Update to version v0.16.0+git54.0888dd46: * Fix partialmethod issues * Make sure partialmethod tests are only executed for Python 3 * Refactor stdlib PartialObject * Fix PartialMethodObject (WIP) * Changed semantics of ClassVar attributes in classes, fixes #1502 * Avoid duplicate definitions for goto, fixes #1514 * Merge _remove_statements and infer_expr_stmt, fixes #1504 * Add partialmethod, fixes #1519 * Attempt at a test of completion of filepath after ~. * Complete path after ~. - Remove patches from git in preparation to switch to git service: * delete.patch * typing.patch
Comments 0