python-argcomplete 1.8.1-1ubuntu1 source package in Ubuntu

Changelog

python-argcomplete (1.8.1-1ubuntu1) artful; urgency=medium

  * d/rules: Set TERM=vt100 when running tests.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 20 Jul 2017 14:39:09 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [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-1ubuntu1.debian.tar.xz 6.4 KiB 09435564b8da869a16c672af024d99213e9af80e406617c191ecbb717bcc6d7f
python-argcomplete_1.8.1-1ubuntu1.dsc 2.3 KiB 3d333ad4515e799337309c8c63d45f4134d5513235c4eb64446b9c096729dc15

View changes file

Binary packages built by this source

python-argcomplete: bash tab completion for argparse

 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 2.x.

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.