python-zstandard 0.22.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Boyuan Yang <email address hidden>  Sat, 18 Nov 2023 18:44:49 -0500

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.22.0-1.dsc 2.3 KiB 191ce90ccbb8cdc20e00a434d9ec7464bb196aff944cce6744ab4eae24bbeb95
python-zstandard_0.22.0.orig.tar.gz 691.1 KiB 34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7
python-zstandard_0.22.0-1.debian.tar.xz 4.8 KiB 98e5ee57f2b4b56711d4f99f30ccb09551a248b42a8c9ee6cca2ed107a4afa2f

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