slackbuilds/python/argh
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00
argh.SlackBuild python/argh: Updated for version 0.26.1. 2014-11-28 14:07:11 +07:00
argh.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/argh: Added (An unobtrusive argparse wrapper). 2014-01-29 23:21:17 -06:00

README

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.