loongson/pypi/: zstandard-0.23.0 metadata and description

Homepage Simple index

Zstandard bindings for Python

author Gregory Szorc
author_email gregory.szorc@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Programming Language :: C
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
keywords zstandard,zstd,compression
license BSD
provides_extras cffi
requires_dist
  • cffi>=1.11; platform_python_implementation == "PyPy"
  • cffi>=1.11; extra == "cffi"
requires_python >=3.8

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
zstandard-0.23.0-cp38-cp38-linux_loongarch64.whl
Size
760 KB
Type
Python Wheel
Python
3.8
ci-test ci-wheel ci-typing ci-sdist ci-anaconda ci-sphinx

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/.