slackbuilds_ponce/python/argh
Dimitris Zlatanidis fdf7b09e8c python/argh: Added (An unobtrusive argparse wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:17 -06:00
..
argh.info python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00
argh.SlackBuild python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00
README python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00
slack-desc python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00

Building a command-line interface?  Found yourself uttering "argh!" while
struggling with the API of `argparse`?  Don't like the complexity but need
the power?

Argh is a smart wrapper for argparse. Argparse is a very powerful tool;
Argh just makes it easy to use.