From fdf7b09e8c70ee266fc9f7233e2300ff19abad3a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 27 Jan 2014 22:53:03 +0700 Subject: python/argh: Added (An unobtrusive argparse wrapper). Signed-off-by: Willy Sudiarto Raharjo --- python/argh/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/argh/slack-desc (limited to 'python/argh/slack-desc') diff --git a/python/argh/slack-desc b/python/argh/slack-desc new file mode 100644 index 000000000000..1a31d9a6ea15 --- /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: -- cgit v1.2.3