Difference between revisions of "Argcomplete"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
m (Blanked the page)
Line 1: Line 1:
{{Entry
 
|Name=Argcomplete
 
|Short description=bash tab completion for argparse
 
|Full description=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.
 
|Homepage URL=nan
 
|User level=
 
|Component programs=
 
|VCS checkout command=
 
|Computer languages=
 
|Status=
 
|Is GNU=No
 
|Version identifier=0.8.1-1
 
|Version download=http://ftp.debian.org/debian/pool/main/p/python-argcomplete/python-argcomplete_0.8.1.orig.tar.gz
 
|Submitted by=Debian import
 
|Submitted date=2015-07-17
 
}}
 
{{Import
 
|Source=Debian
 
|Source link=http://packages.debian.org/sid/python-argcomplete
 
|Source packages=python-argcomplete 0.8.1-1
 
|Date=2015-07-17
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=Copyright 2012-2013 Andrey Kislyuk <kislyuk@gmail.com>
 
|License verified by=Debian: Marco Nenciarini <mnencia@debian.org>
 
|License verified date=2014-10-09
 
|License note=License: apache-2.0
 
}}
 
{{Resource
 
|Resource kind=Download
 
|Resource URL=https://github.com/kislyuk/argcomplete
 
}}
 

Revision as of 13:42, 14 February 2017



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.