< Home - < Back

python-argcomplete


Information about the package, python-argcomplete, which is shipped with common Linux distributions. The python-argcomplete package is designed for, Bash tab completion for argparse.


Package Name:

python-argcomplete

Summary:

Bash tab completion for argparse

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

Architecture:

noarch

Version:

0.8.8

Release:

1.el6

Size:

46 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for python-argcomplete


Control the python-argcomplete package with the following handy commands outlined below.


Command

Description of Command

yum install python-argcomplete

This command will install python-argcomplete on the server.

yum remove python-argcomplete

This command will un-install python-argcomplete on the server. When you run this command, you will be asked if you are sure that you want to remove python-argcomplete, so you have to manually confirm that you want to do this.

yum -y remove python-argcomplete

This command will un-install python-argcomplete on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-argcomplete when using the -y flag.

yum update python-argcomplete

This command will update python-argcomplete to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-argcomplete, so you have to manually confirm that you want to do this.

yum -y update python-argcomplete

This command will update python-argcomplete to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-argcomplete when using the -y flag.

yum info python-argcomplete

This command will show you core information about the python-argcomplete package.

yum deplist python-argcomplete

This command will show you the dependencies for python-argcomplete. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-argcomplete

This command will check if there is an update waiting on python-argcomplete. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.