python-argcomplete 1.8.1-1ubuntu2 source package in Ubuntu

Changelog

python-argcomplete (1.8.1-1ubuntu2) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:41:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-argcomplete_1.8.1.orig.tar.gz 52.0 KiB 2997cc0e17d8a2db4789dc84cfe02a0b1579f1f17d79b0b993e722d0acee0649
python-argcomplete_1.8.1-1ubuntu2.debian.tar.xz 6.4 KiB 0f3534abed8fc21da506c2e85837313ad916b02c721b17f8353235abcbbb6921
python-argcomplete_1.8.1-1ubuntu2.dsc 2.3 KiB 8bc5b0a08caf2280c690eb7ee62d290742146940c757077b603f6f4353b292c1

Available diffs

View changes file

Binary packages built by this source

python-argcomplete: No summary available for python-argcomplete in ubuntu focal.

No description available for python-argcomplete in ubuntu focal.

python3-argcomplete: bash 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 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.