summaryrefslogtreecommitdiff
path: root/python/wcwidth/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-02-28 04:35:56 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 04:35:56 +0700
commit412911cc81e9fd778b9a32024f3e91187179edd9 (patch)
treeca857172036f2ae9c1e0000d11f6b6c7f6895840 /python/wcwidth/README
parent1e25df826cffd488300942da20b6c497d0582a52 (diff)
downloadslackbuilds-412911cc81e9fd778b9a32024f3e91187179edd9.tar.gz
python/wcwidth: Added (Measures number of Terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/wcwidth/README')
-rw-r--r--python/wcwidth/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/wcwidth/README b/python/wcwidth/README
new file mode 100644
index 0000000000..1e9c85f287
--- /dev/null
+++ b/python/wcwidth/README
@@ -0,0 +1,4 @@
+This API is mainly for Terminal Emulator implementors – any
+python program that attempts to determine the printable width of
+a string on a Terminal. It is implemented in python (no C library
+calls) and has no 3rd-party dependencies.