Source: python-pyzstd Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Maintainer: Debian Python Team Uploaders: YOKOTA Hiroshi Standards-Version: 4.7.0 Homepage: https://github.com/animalize/pyzstd Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, libzstd-dev, pybuild-plugin-pyproject, python3-all, python3-all-dev, python3-setuptools, python3-build, python3-pytest , python3-hypothesis , python3-pytest-benchmark , python3-pytest-cov , python3-pytest-timeout Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyzstd Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyzstd.git Package: python3-pyzstd Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Facebook's Zstandard (or zstd as short name) algorithm Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules. . Pyzstd module provides classes and functions for compressing and decompressing data, using Facebook's Zstandard (or zstd as short name) algorithm.