ppc64le/linux/: zstandard-0.19.0+ppc64le1 metadata and description
Zstandard bindings for Python
| author | Gregory Szorc |
| author_email | [email protected] |
| classifiers |
|
| dynamic |
|
| keywords | zstandard,zstd,compression |
| license | BSD |
| license_file |
|
| metadata_version | 2.4 |
| provides_extras |
|
| requires_dist |
|
| requires_python | >=3.6 |
| File | Tox results | History |
|---|---|---|
zstandard-0.19.0+ppc64le1-cp310-cp310-manylinux_2_34_ppc64le.whl
|
|
|
zstandard-0.19.0+ppc64le1-cp311-cp311-manylinux_2_34_ppc64le.whl
|
|
|
zstandard-0.19.0+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl
|
|
|
zstandard-0.19.0+ppc64le1-cp313-cp313-manylinux_2_34_ppc64le.whl
|
|
|
zstandard-0.19.0+ppc64le1-cp314-cp314-manylinux_2_34_ppc64le.whl
|
|
|
zstandard-0.19.0+ppc64le1-cp39-cp39-manylinux_2_34_ppc64le.whl
|
|
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.
The canonical home for this project is https://github.com/indygreg/python-zstandard.
For usage documentation, see https://python-zstandard.readthedocs.org/.