python-zstandard 0.23.0-2 source package in Ubuntu

Changelog

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

  * debian/control: Use dh-sequence-python3.

 -- Boyuan Yang <email address hidden>  Sun, 14 Jul 2024 23:57:18 -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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-zstandard_0.23.0-2.dsc 2.3 KiB ca1f37f3ad896d8ef272675ed3a9c7013c9b59fd83c50dff449f33ef48743b04
python-zstandard_0.23.0.orig.tar.gz 715.3 KiB f29233338bcef11f233737eb58aba85074f0fd3163bec1a20303de1270e6fb16
python-zstandard_0.23.0-2.debian.tar.xz 5.0 KiB f0778d58d99c80a181d316b0c9a74655929f463fa43051c5fb3c0f614f4df714

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