diff options
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 |
commit | fdf7b09e8c70ee266fc9f7233e2300ff19abad3a (patch) | |
tree | 6a6e83a39f82654ba40daa0dd284c24e6f050291 /python/argh/slack-desc | |
parent | 690aa4679dee052a9fef69ea514829a014d9ba5e (diff) | |
download | slackbuilds-fdf7b09e8c70ee266fc9f7233e2300ff19abad3a.tar.gz |
python/argh: Added (An unobtrusive argparse wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argh/slack-desc')
-rw-r--r-- | python/argh/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/argh/slack-desc b/python/argh/slack-desc new file mode 100644 index 0000000000..1a31d9a6ea --- /dev/null +++ b/python/argh/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +argh: argh (An unobtrusive argparse wrapper) +argh: +argh: Building a command-line interface? Found yourself uttering "argh!" +argh: while struggling with the API of argparse? Don't like the complexity +argh: but need the power? +argh: Argh is a smart wrapper for argparse. Argparse is a very powerful +argh: toll; Argh just makes it easy to use. +argh: +argh: Homepage: https://github.com/neithere/argh/ +argh: +argh: |