python-zstandard 0.21.0-1 source package in Ubuntu

Changelog

python-zstandard (0.21.0-1) unstable; urgency=medium

  * New upstream.

 -- Boyuan Yang <email address hidden>  Sun, 25 Jun 2023 19:19:53 -0400

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-zstandard_0.21.0-1.dsc 2.3 KiB 5aec5b0ac73f078e54059a253b9ae5c9c721261a7488b8f789612c7cf640fa66
python-zstandard_0.21.0.orig.tar.gz 694.7 KiB 15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5
python-zstandard_0.21.0-1.debian.tar.xz 4.9 KiB 143234dbdcf6151f310287e4166de52e39939145fb92f9f4d79943a2bc9a142a

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