wcwidth: Measures the displayed width of unicode strings in a terminal¶
Description¶
Measures the displayed width of unicode strings in a terminal
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
0.2.12
version_requirements.txt:
wcwidth >=0.1.7
Equivalent System Packages¶
$ conda install wcwidth
$ sudo yum install python3-wcwidth
$ sudo emerge dev-python/wcwidth
$ sudo port install py-wcwidth
$ sudo zypper install python3\$\{PYTHON_MINOR\}-wcwidth
$ sudo xbps-install python3-wcwidth
See https://repology.org/project/wcwidth/versions, https://repology.org/project/python:wcwidth/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.