python-argcomplete 0.8.1-1ubuntu1 source package in Ubuntu

Changelog

python-argcomplete (0.8.1-1ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Install python3 versions of the scripts.

 -- Matthias Klose <email address hidden>  Sun, 10 Jan 2016 12:36:09 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Marco Nenciarini
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-1ubuntu1.debian.tar.xz 3.5 KiB c165f520b9a6751b6dbdb1de60e625feec2d5dd1400cadfa90597b668e8cbd16
python-argcomplete_0.8.1-1ubuntu1.dsc 2.0 KiB 10742c906878ea384b9ed7ab9a5fc2a467e74d7f7e2bb898c1fb695e2ec80f5d

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.