summaryrefslogtreecommitdiff
path: root/python/python3-wcwidth/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-16 18:09:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-16 18:09:04 +0700
commit7bbeea5dfd54e9d56c12ed4a4c60073e137c34e0 (patch)
tree029ab2a816c77c3136c1d81b4838b199010cbaef /python/python3-wcwidth/README
parent44cc81242b1cf0eed44158ca9e1403b39f8aebad (diff)
downloadslackbuilds-7bbeea5dfd54e9d56c12ed4a4c60073e137c34e0.tar.gz
python/python3-wcwidth: Added (string width measurement).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wcwidth/README')
-rw-r--r--python/python3-wcwidth/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-wcwidth/README b/python/python3-wcwidth/README
new file mode 100644
index 0000000000..925d570b2a
--- /dev/null
+++ b/python/python3-wcwidth/README
@@ -0,0 +1,2 @@
+Python library that measures the width of unicode strings rendered to a
+terminal.