Skip to main content

LZ4 Bindings for Python

Project description

Status

Build Status Build Status Windows Documentation CodeCov

Introduction

This package provides python bindings for the LZ4 compression library.

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

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lz4-3.1.10.tar.gz (162.9 kB view hashes)

Uploaded Source

Built Distributions

lz4-3.1.10-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

lz4-3.1.10-cp39-cp39-manylinux2010_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

lz4-3.1.10-cp39-cp39-manylinux1_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.9

lz4-3.1.10-cp39-cp39-manylinux1_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.9

lz4-3.1.10-cp39-cp39-macosx_10_9_x86_64.whl (287.7 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

lz4-3.1.10-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

lz4-3.1.10-cp38-cp38-manylinux2010_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

lz4-3.1.10-cp38-cp38-manylinux1_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.8

lz4-3.1.10-cp38-cp38-manylinux1_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.8

lz4-3.1.10-cp38-cp38-macosx_10_9_x86_64.whl (287.8 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

lz4-3.1.10-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

lz4-3.1.10-cp37-cp37m-manylinux2010_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

lz4-3.1.10-cp37-cp37m-manylinux1_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.7m

lz4-3.1.10-cp37-cp37m-manylinux1_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.7m

lz4-3.1.10-cp37-cp37m-macosx_10_9_x86_64.whl (287.5 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

lz4-3.1.10-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

lz4-3.1.10-cp36-cp36m-manylinux2010_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

lz4-3.1.10-cp36-cp36m-manylinux1_x86_64.whl (1.8 MB view hashes)

Uploaded CPython 3.6m

lz4-3.1.10-cp36-cp36m-manylinux1_i686.whl (1.5 MB view hashes)

Uploaded CPython 3.6m

lz4-3.1.10-cp36-cp36m-macosx_10_9_x86_64.whl (287.5 kB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page