ppc64le/linux/: lz4-4.4.5 metadata and description

Homepage Simple index

LZ4 Bindings for Python

author Jonathan Underwood
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: BSD License
  • Intended Audience :: Developers
  • Programming Language :: C
  • Programming Language :: Python
  • 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
  • Environment :: MetaData :: IBM Python Ecosystem
dynamic
  • author
  • author-email
  • classifier
  • description
  • home-page
  • license-file
  • provides-extra
  • requires-python
  • summary
license_file
  • LICENSE
provides_extras
  • tests
  • docs
  • flake8
requires_dist
  • pytest!=3.3.0; extra == "tests"
  • psutil; extra == "tests"
  • pytest-cov; extra == "tests"
  • sphinx>=1.6.0; extra == "docs"
  • sphinx_bootstrap_theme; extra == "docs"
  • flake8; extra == "flake8"
requires_python >=3.9
File Tox results History
lz4-4.4.5-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
1 MB
Type
Python Wheel
Python
3.10
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:37:39
lz4-4.4.5-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
1 MB
Type
Python Wheel
Python
3.11
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:37:39
lz4-4.4.5-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
1 MB
Type
Python Wheel
Python
3.12
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:37:40
lz4-4.4.5-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
1 MB
Type
Python Wheel
Python
3.13
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:37:40
lz4-4.4.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
1 MB
Type
Python Wheel
Python
3.14
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-08-20 10:37:41

Status

Build Status Documentation CodeCov

Introduction

This package provides python bindings for the LZ4 compression library.

The production ready bindings provided in this package cover the frame format, and the block format specifications. The frame format bindings are the recommended ones to use, as this guarantees interoperability with other implementations and language bindings.

Experimental bindings for the the streaming format specification are also included, but further work on those is required.

The API provided by the frame format bindings follows that of the LZMA, zlib, gzip and bzip2 compression libraries which are provided with the Python standard library. As such, these LZ4 bindings should provide a drop-in alternative to the compression libraries shipped with Python. The package provides context managers and file handler support.

The bindings drop the GIL when calling in to the underlying LZ4 library, and is thread safe. An extensive test suite is included.

Documentation

Documentation

Full documentation is included with the project. The documentation is generated using Sphinx. Documentation is also hosted on readthedocs.

master:

http://python-lz4.readthedocs.io/en/stable/

development:

http://python-lz4.readthedocs.io/en/latest/

Homepage

The project homepage is hosted on Github. Please report any issues you find using the issue tracker.

Licensing

Code specific to this project is covered by the BSD 3-Clause License

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.