1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: wchartype
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/python-team/modules/wchartype
Vcs-Git: https://salsa.debian.org/python-team/modules/wchartype.git
Homepage: http://ginstrom.com/code/wchartype.html
Package: python3-wchartype
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Suggests: python-wchartype-doc
Description: handling double-byte (full-width) characters (Python 3)
Wchartype is a Python module for getting the types of double-byte (full-width)
characters.
.
This package installs the library for Python 3.
|