diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-14 08:51:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 08:51:51 +0700 |
commit | 56968a43c630ec53b252f9f3c927512fafac6457 (patch) | |
tree | 3cce538bc8bb5aab5ff62ee35cd5840f33316f87 /python/mando/README | |
parent | 3c4e8f022a5c4d05717df108ef5ace9d72b5866b (diff) |
python/mando: Added (Create Python CLI apps).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mando/README')
-rw-r--r-- | python/mando/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mando/README b/python/mando/README new file mode 100644 index 0000000000000..a941d55a7e39c --- /dev/null +++ b/python/mando/README @@ -0,0 +1,2 @@ +mando is a wrapper around argparse, allowing you to write complete +CLI applications in seconds while maintaining all the flexibility. |