python-jedi 0.18.2-1 source package in Ubuntu

Changelog

python-jedi (0.18.2-1) unstable; urgency=medium

  * New upstream release.

 -- Piotr Ożarowski <email address hidden>  Sat, 10 Dec 2022 00:22:34 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jedi_0.18.2-1.dsc 2.2 KiB 316e2e32d1905ae2e4d4f3eb0ac3df60e096739280f7019cad4d93292f6b58f1
python-jedi_0.18.2.orig-vim.tar.gz 41.5 KiB 983300267541ffdd15bdd049442e5ad00692b354f6ebb7966ed186c976f32367
python-jedi_0.18.2.orig.tar.gz 1.2 MiB bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612
python-jedi_0.18.2-1.debian.tar.xz 4.7 KiB 268331806d5695b6e330db73899f7717433b838b6df4fce354dd4775ff424de9

Available diffs

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