python-argcomplete 0.5.4-1 source package in Ubuntu

Changelog

python-argcomplete (0.5.4-1) unstable; urgency=low


  * Imported Upstream version 0.5.4
  * Remove declare-argparse-dep patch (merged upstream)
  * Canonicalize VCS-* field URI in debian/control

 -- Marco Nenciarini <email address hidden>  Mon, 17 Jun 2013 17:45:47 +0200

Upload details

Uploaded by:
Marco Nenciarini
Uploaded to:
Sid
Original maintainer:
Marco Nenciarini
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-argcomplete_0.5.4-1.dsc 1.3 KiB c565cc32bd6e36217a1124c19b5100af9edcf6276bd55f4d2233db324db90d2d
python-argcomplete_0.5.4.orig.tar.gz 21.7 KiB d672874ec54f4fcd99bb9883b62ad81edf67f303d03229051432b3453db09891
python-argcomplete_0.5.4-1.debian.tar.gz 2.8 KiB d1df40055bbe5444260bc944655be8d4813ccb8103a21099ec17305f33347a7c

Available diffs

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).