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/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/argh/README (limited to 'python/argh/README') diff --git a/python/argh/README b/python/argh/README new file mode 100644 index 000000000000..495df0e967ef --- /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. -- cgit v1.2.3