python-zstandard 0.19.0-2 source package in Ubuntu

Changelog

python-zstandard (0.19.0-2) unstable; urgency=medium

  * Team upload.
  * d/control: build depends only on python3-dev. (Closes: #1028837)
  * d/control: activate autodep8 python tests.

 -- Étienne Mollier <email address hidden>  Sat, 21 Jan 2023 18:36:31 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-zstandard_0.19.0-2.dsc 2.4 KiB a893acda40b13b560c68737931abed83f87ebd8170c810fee2a9761a3c5fc0df
python-zstandard_0.19.0.orig.tar.gz 667.9 KiB 8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
python-zstandard_0.19.0-2.debian.tar.xz 4.4 KiB f90b0b1833fed5b14aea7a8870cb510459b91da89766c0986a3305fd56d2d5a3

Available diffs

No changes file available.

Binary packages built by this source

python-zstandard-doc: Python bindings for interfacing with Zstandard library (docs)

 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.
 .
 This package provides the documentation for python-zstandard.

python3-zstandard: Python bindings for interfacing with Zstandard library

 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.

python3-zstandard-dbgsym: debug symbols for python3-zstandard