Number of Terminal column cells of wide-character codes
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.
It is certainly possible to use your Operating System's wcwidth(3)
and wcswidth(3) calls if it is POSIX-conforming, but this would not
be possible on non-POSIX platforms, such as Windows, or for
alternative Python implementations, such as jython. It is also
commonly many releases older than the most current Unicode Standard
release files, which this project aims to track.
- Links to openSUSE:Factory / python-wcwidth
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:arachnos/python-wcwidth && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-wcwidth.changes | 0000006817 6.66 KB | |
python-wcwidth.spec | 0000002302 2.25 KB | |
wcwidth-0.2.13.tar.gz | 0000093790 91.6 KB |
Latest Revision
Arachnos (arachnos)
committed
(revision 1)
- Initial commit linking to openSUSE:Factory/python-wcwidth
Comments 0