< Home - < Back

python2-configargparse


Information about the package, python2-configargparse, which is shipped with common Linux distributions. The python2-configargparse package is designed for, A Python module with support for argparse, config files, and env.


Package Name:

python2-configargparse

Summary:

A Python module with support for argparse, config files, and env

Description:

Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard coded defaults, and in some cases, environment variables. Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features.

Architecture:

noarch

Version:

0.9.3

Release:

7.el6

Size:

24 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python2-configargparse


Control the python2-configargparse package with the following handy commands outlined below.


Command

Description of Command

yum install python2-configargparse

This command will install python2-configargparse on the server.

yum remove python2-configargparse

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

yum -y remove python2-configargparse

This command will un-install python2-configargparse 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 python2-configargparse when using the -y flag.

yum update python2-configargparse

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

yum -y update python2-configargparse

This command will update python2-configargparse 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 python2-configargparse when using the -y flag.

yum info python2-configargparse

This command will show you core information about the python2-configargparse package.

yum deplist python2-configargparse

This command will show you the dependencies for python2-configargparse. 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 python2-configargparse

This command will check if there is an update waiting on python2-configargparse. 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.