summaryrefslogtreecommitdiffstats
path: root/python/argh/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-27 22:53:03 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:17 -0600
commitfdf7b09e8c70ee266fc9f7233e2300ff19abad3a (patch)
tree6a6e83a39f82654ba40daa0dd284c24e6f050291 /python/argh/README
parent690aa4679dee052a9fef69ea514829a014d9ba5e (diff)
downloadslackbuilds-fdf7b09e8c70ee266fc9f7233e2300ff19abad3a.tar.gz
slackbuilds-fdf7b09e8c70ee266fc9f7233e2300ff19abad3a.tar.xz
python/argh: Added (An unobtrusive argparse wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argh/README')
-rw-r--r--python/argh/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/argh/README b/python/argh/README
new file mode 100644
index 0000000000..495df0e967
--- /dev/null
+++ b/python/argh/README
@@ -0,0 +1,6 @@
+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.