The devel/py-cwcwidth port
py3-cwcwidth-0.1.9 – Oython bindings for C wc(s)width (cvsweb github mirror)
Description
To compute the number of columns needed to print a string, POSIX.1-2001 and POSIX.1-2008 define two functions: wcwidth and wcswidth. Given a character or string, they return the required number of columns or error out with -1 if they encounter a nonprintable character. This module presents a Python interface to these functions. It is similar to "wcwidth", but using the C functions directly instead of Python emulations.WWW: https://cwcwidth.readthedocs.io/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/LICENSE
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/METADATA
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/RECORD
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/WHEEL
- /usr/local/lib/python3.12/site-packages/cwcwidth-0.1.9.dist-info/top_level.txt
- /usr/local/lib/python3.12/site-packages/cwcwidth/
- /usr/local/lib/python3.12/site-packages/cwcwidth/__init__.py
- /usr/local/lib/python3.12/site-packages/cwcwidth/__pycache__/
- /usr/local/lib/python3.12/site-packages/cwcwidth/__pycache__/__init__.cpython-312.opt-1.pyc
- /usr/local/lib/python3.12/site-packages/cwcwidth/__pycache__/__init__.cpython-312.pyc
- /usr/local/lib/python3.12/site-packages/cwcwidth/_impl.cpython-312.so
- /usr/local/lib/python3.12/site-packages/cwcwidth/_impl.pyi
- /usr/local/lib/python3.12/site-packages/cwcwidth/py.typed