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
|
Source: python-libguess
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
libguess1,
python3-all,
python3-setuptools (>= 0.6.24)
Standards-Version: 3.9.5
Section: python
Homepage: https://bitbucket.org/barro/python-libguess/wiki/Home
Vcs-Browser: https://salsa.debian.org/debian/python-libguess
Vcs-Git: https://salsa.debian.org/debian/python-libguess.git
Package: python3-libguess
Architecture: all
Depends:
libguess1,
${misc:Depends},
${python3:Depends}
Description: high-speed character set detection library (Python 3 wrapper)
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
in parallel, and quickly.
.
This package contains a Python 3 wrapper for libguess.
|