python-argcomplete 3.3.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release:
    - Preserve compatibility with argparse option tuples of length 4.  This
      update is required to use argcomplete on Python 3.11.9+ or 3.12.3+
      (closes: #1069816, LP: #2063129).
  * Mention zsh in package description (closes: #1061780).

 -- Colin Watson <email address hidden>  Fri, 26 Apr 2024 13:28:45 +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.3.0-1.dsc 2.5 KiB 82902ca327e547a5bf6d634f10c4f473ecd6ecb17a252351b45ff818e83ce88d
python-argcomplete_3.3.0.orig.tar.gz 79.9 KiB fd03ff4a5b9e6580569d34b273f741e85cd9e072f3feeeee3eba4891c70eda62
python-argcomplete_3.3.0-1.debian.tar.xz 7.0 KiB 87942aaf7d337c5c1ac3a9017632b81cea0d2607f52cf6b75baa6c8f8b37b23e

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.