python-argcomplete 0.8.1-1 source package in Ubuntu

Changelog

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


  [ Piotr Ożarowski ]
  * New upstream release
    - fixes install_requires (removes hadrcoded distribute; closes: #731825)
  * Add python3-argcomplete binary package (closes: #731238)
  * Switch dh build system to pybuild

 -- Marco Nenciarini <email address hidden>  Thu, 09 Oct 2014 01:46:46 +0200

Upload details

Uploaded by:
Marco Nenciarini
Uploaded to:
Sid
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-1.dsc 2.0 KiB cfb9e28318f2be27bf0e2d38925c0b9d240c5b8bfd73d2509383a911e3f45c4f
python-argcomplete_0.8.1.orig.tar.gz 29.6 KiB 12e36f784160547ca855a2c9d753cf60cd3f87cab72b1e4993ceffb6ba51443b
python-argcomplete_0.8.1-1.debian.tar.xz 3.0 KiB 44480a8dbe0977319872e7bb6895cb0af8be9a703ab51a48481683d531673649

No changes file available.

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.