aboutsummaryrefslogtreecommitdiff
path: root/python/cwcwidth/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2021-01-29 01:01:35 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-01-30 10:29:14 +0700
commitc5be3cae525a9fe0f4e03c4bef94ffa44fc4877c (patch)
tree62a551f5e78d8b5261153ef87afd61f7d91a4c73 /python/cwcwidth/README
parented96c4794541477f470c8a95ac2941b68237a40d (diff)
python/cwcwidth: Added (Python bindings for wcwidth and wcswidth)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cwcwidth/README')
-rw-r--r--python/cwcwidth/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/cwcwidth/README b/python/cwcwidth/README
new file mode 100644
index 0000000000000..27da640e152d3
--- /dev/null
+++ b/python/cwcwidth/README
@@ -0,0 +1,2 @@
+cwcwidth provides Python bindings for wcwidth and wcswidth functions
+defined in POSIX.1-2001 and POSIX.1-2008 based on Cython.