From 7bbeea5dfd54e9d56c12ed4a4c60073e137c34e0 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 18:09:04 +0700 Subject: python/python3-wcwidth: Added (string width measurement). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-wcwidth/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-wcwidth/README (limited to 'python/python3-wcwidth/README') 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. -- cgit v1.2.3