python-jedi 0.19.1+ds1-1 source package in Ubuntu

Changelog

python-jedi (0.19.1+ds1-1) unstable; urgency=medium

  * Restore vendored jedi/third_party/typeshed for now (closes: 1063491)

 -- Piotr Ożarowski <email address hidden>  Sun, 11 Feb 2024 09:38:42 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jedi_0.19.1+ds1-1.dsc 2.2 KiB 071480385ea63bdd4680cd7bd206ffed76130d19d22c3b5c0483b0e029ebf2c7
python-jedi_0.19.1+ds1.orig-vim.tar.gz 41.8 KiB eb5306ecfe903986f684a8e62af54d6b3ef11817d8f8f7f8d99f71974f75d442
python-jedi_0.19.1+ds1.orig.tar.gz 1.2 MiB cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
python-jedi_0.19.1+ds1-1.debian.tar.xz 5.3 KiB b20f2ff753ecd4dadd3faa25e20c3f2c6848a9e83f3aa22491320eccd5a2ccb3

No changes file available.

Binary packages built by this source

python3-jedi: autocompletion tool for Python 3

 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.

vim-python-jedi: autocompletion tool for Python - VIM addon files

 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.
 .
 To enable this addon in your (Neo)Vim use one of these two methods:
  * Add "packadd! python-jedi" to your vimrc file
  * Invoke: `vam install python-jedi` if you use Vim Addon Manager