python-argcomplete 3.4.0-1 source package in Ubuntu

Changelog

python-argcomplete (3.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Mon, 17 Jun 2024 12:47:04 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-argcomplete_3.4.0-1.dsc 2.5 KiB 2b895ecb703a0bdb05178a7bc67bf8bbd354da3818d032a005ce5117464fd060
python-argcomplete_3.4.0.orig.tar.gz 80.3 KiB c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f
python-argcomplete_3.4.0-1.debian.tar.xz 7.0 KiB a2c11a25611e346b844c435e4ef722e54b5e6c9c5c0b4337497d3b13b9da387a

Available diffs

No changes file available.

Binary packages built by this source

python3-argcomplete: bash/zsh tab completion for argparse (for Python 3)

 Argcomplete provides easy, extensible command line tab completion of
 arguments for your Python script.
 .
 It makes two assumptions:
 .
  * You're using bash or zsh as your shell
  * You're using argparse to manage your command line arguments/options
 .
 Argcomplete is particularly useful if your program has lots of
 options or subparsers, and if your program can dynamically suggest
 completions for your argument/option values (for example, if the user
 is browsing resources over the network).
 .
 This package provides the module for Python 3.x.