python-argcomplete 0.8.1-0ubuntu2 source package in Ubuntu

Changelog

python-argcomplete (0.8.1-0ubuntu2) xenial; urgency=medium

  * No-change rebuild for python3 defaults change.

 -- Matthias Klose <email address hidden>  Fri, 23 Oct 2015 10:51:56 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-argcomplete_0.8.1.orig.tar.gz 29.6 KiB 12e36f784160547ca855a2c9d753cf60cd3f87cab72b1e4993ceffb6ba51443b
python-argcomplete_0.8.1-0ubuntu2.debian.tar.xz 3.6 KiB eb6b58b8ed363ebe24bc9cb266d39f6ee1d43b6dd616b76ec227da52f10c8fc1
python-argcomplete_0.8.1-0ubuntu2.dsc 2.1 KiB fe13000f2c993a4df07c3521f0e2f63836f266c02d89efe82f0b7a9177d6e54a

Available diffs

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.