SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-argh rpm build for : OpenSuSE. For other distributions click python-argh.

Name : python-argh
Version : 0.26.1 Vendor : openSUSE
Release : 6.2 Date : 2017-05-19 20:06:10
Group : Development/Languages/Python Source RPM : python-argh-0.26.1-6.2.src.rpm
Size : 0.12 MB
Packager : http://bugs_opensuse_org
Summary : A simple argparse wrapper
Description :
Agrh, argparse!

Did you ever say \"argh\" trying to remember the details of optparse or argparse
API? If yes, this package may be useful for you. It provides a very simple
wrapper for argparse with support for hierarchical commands that can be bound
to modules or classes. Argparse can do it; argh makes it easy.

Here\'s a list of features that argh adds to argparse:

* mark a function as a CLI command and specify its arguments before the parser
is instantiated;
* nesed commands made easy: no messing with subparsers (though they are of
course used under the hood);
* infer agrument type from the default value;
* infer command name from function name;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of a
argparse.Namespace object.

Argh is fully compatible with argparse. You can mix argh-agnostic and
argh-aware code. Just keep in mind that argh.dispatch does some extra
work that a custom dispatcher may not do.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/42.3/repo/oss/suse/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-argh-0.26.1-6.2.noarch.rpm
     

Provides :
python-argh

Requires :
python(abi) = 2.7
python-argparse >= 1.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/argh
/usr/lib/python2.7/site-packages/argh-0.26.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/argh-0.26.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/argh-0.26.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/argh-0.26.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/argh-0.26.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/argh/__init__.py
/usr/lib/python2.7/site-packages/argh/__init__.pyc
/usr/lib/python2.7/site-packages/argh/assembling.py
/usr/lib/python2.7/site-packages/argh/assembling.pyc
/usr/lib/python2.7/site-packages/argh/compat.py
/usr/lib/python2.7/site-packages/argh/compat.pyc
/usr/lib/python2.7/site-packages/argh/completion.py
/usr/lib/python2.7/site-packages/argh/completion.pyc
/usr/lib/python2.7/site-packages/argh/constants.py
/usr/lib/python2.7/site-packages/argh/constants.pyc
/usr/lib/python2.7/site-packages/argh/decorators.py
/usr/lib/python2.7/site-packages/argh/decorators.pyc
/usr/lib/python2.7/site-packages/argh/dispatching.py
/usr/lib/python2.7/site-packages/argh/dispatching.pyc
/usr/lib/python2.7/site-packages/argh/exceptions.py
/usr/lib/python2.7/site-packages/argh/exceptions.pyc
/usr/lib/python2.7/site-packages/argh/helpers.py
/usr/lib/python2.7/site-packages/argh/helpers.pyc
/usr/lib/python2.7/site-packages/argh/interaction.py
/usr/lib/python2.7/site-packages/argh/interaction.pyc
/usr/lib/python2.7/site-packages/argh/io.py
/usr/lib/python2.7/site-packages/argh/io.pyc
/usr/lib/python2.7/site-packages/argh/utils.py
/usr/lib/python2.7/site-packages/argh/utils.pyc
There is 2 files more in these RPM.

 
ICM