diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 20:37:10 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:32 -0600 |
commit | 2aae5f217858838dc413061f64503953e6457a3d (patch) | |
tree | ccfd1549d8d5ba1d257c8d7446c6cbdc16a2c9ac /python/clint/README | |
parent | 8c0775d3dc47f463dffde0e4f1914cad83fd1aa6 (diff) | |
download | slackbuilds-2aae5f217858838dc413061f64503953e6457a3d.tar.gz |
python/clint: Updated for version 0.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/clint/README')
-rw-r--r-- | python/clint/README | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/python/clint/README b/python/clint/README index 1a32a4ba2e..f748c75f0e 100644 --- a/python/clint/README +++ b/python/clint/README @@ -1,2 +1,21 @@ -Clint is a module filled with a set of awesome tools for developing -command line applications. +Clint: Python Command-line Application Tools. + +Clint is a module filled with a set of awesome tools for developing commandline +applications. + +C ommand L ine IN terface T ools . + +Clint is awesome. Crazy awesome. It supports colors, but detects if the session +is a TTY, so doesn't render the colors if you're piping stuff around. + +Awesome nest-able indentation context manager. Example: (with indent(4): puts +('indented text')). It supports custom email-style quotes. Of course, it +supports color too, if and when needed. + +It has an awesome Column printer with optional auto-expanding columns. +It detects how wide your current console is and adjusts accordingly. It wraps +your words properly to fit the column size. With or without colors mixed in. +All with a single function call. + +The world's easiest to use implicit argument system w/ chaining methods for +filtering. Seriously. |