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.13
version_requirements.txt:
wcwidth >=0.1.7
See https://repology.org/project/wcwidth/versions, https://repology.org/project/python:wcwidth/versions
Installation commands¶
$ pip install wcwidth\>=0.1.7
$ sage -i wcwidth
$ conda install wcwidth
$ sudo dnf install python3-wcwidth
$ sudo emerge dev-python/wcwidth
$ sudo port install py-wcwidth
$ sudo zypper install python3-wcwidth
$ sudo xbps-install python3-wcwidth
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.