套件:2to3(3.11.2-1)
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.
其他與 2to3 有關的套件
|
|
|
|
-
- dep: python3 (>= 3.11.2-1)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-lib2to3 (>= 3.11.2-1~)
- Interactive high-level object-oriented language (lib2to3)