python-jedi

Edit Package 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.

Refresh
Refresh
Source Files
Filename Size Changed
jedi-0.17.0.tar.gz 0000953177 931 KB
jedi-pr1543-sorttest.patch 0000000947 947 Bytes
python-jedi-rpmlintrc 0000000040 40 Bytes
python-jedi.changes 0000017351 16.9 KB
python-jedi.spec 0000002895 2.83 KB
Revision 65 (latest revision is 117)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 794383 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 65)
- Update to v0.17.0
  * Added ``Project`` support. This allows a user to specify which
    folders Jedi should work with.
  * Added support for Refactoring. The following refactorings have
    been implemented: ``Script.rename``, ``Script.inline``,
    ``Script.extract_variable`` and ``Script.extract_function``.
  * Added ``Script.get_syntax_errors`` to display syntax errors in
    the current script.
  * Added code search capabilities both for individual files and
    projects. The new functions are ``Project.search``,
    ``Project.complete_search``,  ``Script.search`` and
    ``Script.complete_search``.
  * Added ``Script.help`` to make it easier to display a help
    window to people. Now returns pydoc information as well for
    Python keywords/operators.  This means that on the class 
    keyword it will now return the docstring of Python's builtin
    function ``help('class')``.
  * The API documentation is now way more readable and complete.
    Check it out under https://jedi.readthedocs.io. A lot of it
    has been rewritten.
  * Removed Python 3.4 support
  * Many bugfixes 
- back to regular releases, no git service needed anymore
- jedi-pr1543-sorttest.patch gh#davidhalter/jedi#1543
    
Comments 0
openSUSE Build Service is sponsored by