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
|
Source: python-lzstring
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-setuptools,
python3-future (>= 0.14.0)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/python-lzstring
Vcs-Git: https://salsa.debian.org/med-team/python-lzstring.git
Homepage: https://pypi.org/project/lzstring/
Package: python3-lzstring
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: LZ-based compression algorithm for Python (Python 3 version)
python-lzstring is a simple Python module that compression data using LZ-based
algorithm.
.
This package contains the Python 3 version of the library.
|