1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: wcwidth
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-setuptools,
python3-setuptools,
python-pytest,
python3-pytest,
unicode-data
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/wcwidth
Vcs-Git: https://anonscm.debian.org/git/collab-maint/wcwidth.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/wcwidth.git
Package: python-wcwidth
Architecture: all
Depends:
${python:Depends},
${misc:Depends}
Description: determine printable width of a string on a terminal (Python 2)
wcwidth allows one to determine the printable width of a string on a terminal.
It provides functions similar to wcwidth(3) and wcswidth(3) for Python
programs.
.
This package provides the module for Python 2.
Package: python3-wcwidth
Architecture: all
Depends:
${python3:Depends},
${misc:Depends}
Description: determine printable width of a string on a terminal (Python 3)
wcwidth allows one to determine the printable width of a string on a terminal.
It provides functions similar to wcwidth(3) and wcswidth(3) for Python
programs.
.
This package provides the module for Python 3.
|