Source: python-lzstring Maintainer: Debian Python Team Uploaders: Dylan Aïssi Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-future Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lzstring Vcs-Git: https://salsa.debian.org/python-team/packages/python-lzstring.git Homepage: https://github.com/gkovacs/lz-string-python Rules-Requires-Root: no 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.