1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: python-zstandard
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libzstd-dev (>= 1.5.7~),
python3-all-dev,
python3-cffi (>= 1.16.0~),
python3-setuptools,
python3-exceptiongroup <!nocheck>,
python3-hypothesis <!nocheck>,
python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/indygreg/python-zstandard
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zstandard
Vcs-Git: https://salsa.debian.org/python-team/packages/python-zstandard.git
Package: python3-zstandard
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
# Temporarily force libzstd1 version requirement
libzstd1 (>= 1.5.7~),
libzstd1 (<< 1.5.8~),
Suggests:
python-zstandard-doc,
Description: 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.
Package: python-zstandard-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: 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.
|