aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 04:10:44 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:54 -0400
commit5716c02d86a596a089487d35bb5086880373b29a (patch)
tree61c1a83645c477120a690d92f2d946ececdedf56 /python
parent89dfc6bc4274cc77f26bb0a05bf44c180550eed8 (diff)
downloadslackbuilds-5716c02d86a596a089487d35bb5086880373b29a.tar.xz
python/clint: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/clint/README27
1 files changed, 14 insertions, 13 deletions
diff --git a/python/clint/README b/python/clint/README
index f748c75f0e7c..e780ae6ec22a 100644
--- a/python/clint/README
+++ b/python/clint/README
@@ -1,21 +1,22 @@
Clint: Python Command-line Application Tools.
-Clint is a module filled with a set of awesome tools for developing commandline
-applications.
+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.
+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.
+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.
+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.
+The world's easiest to use implicit argument system w/ chaining
+methods for filtering. Seriously.