Skip to main content

LZ4 Bindings for Python

Project description

Status

Build Status Build Status Windows Documentation

Introduction

This package provides python bindings for the LZ4 compression library.

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

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.

Documenation

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

This version

2.1.2

Download files

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

Source Distribution

lz4-2.1.2.tar.gz (128.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

lz4-2.1.2-cp37-cp37m-win_amd64.whl (111.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

lz4-2.1.2-cp37-cp37m-win32.whl (102.0 kB view details)

Uploaded CPython 3.7mWindows x86

lz4-2.1.2-cp36-cp36m-win_amd64.whl (111.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

lz4-2.1.2-cp36-cp36m-win32.whl (102.0 kB view details)

Uploaded CPython 3.6mWindows x86

lz4-2.1.2-cp35-cp35m-win_amd64.whl (111.3 kB view details)

Uploaded CPython 3.5mWindows x86-64

lz4-2.1.2-cp35-cp35m-win32.whl (102.0 kB view details)

Uploaded CPython 3.5mWindows x86

lz4-2.1.2-cp34-cp34m-win_amd64.whl (149.3 kB view details)

Uploaded CPython 3.4mWindows x86-64

lz4-2.1.2-cp34-cp34m-win32.whl (144.9 kB view details)

Uploaded CPython 3.4mWindows x86

lz4-2.1.2-cp27-cp27m-win_amd64.whl (149.3 kB view details)

Uploaded CPython 2.7mWindows x86-64

lz4-2.1.2-cp27-cp27m-win32.whl (144.8 kB view details)

Uploaded CPython 2.7mWindows x86

File details

Details for the file lz4-2.1.2.tar.gz.

File metadata

  • Download URL: lz4-2.1.2.tar.gz
  • Upload date:
  • Size: 128.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for lz4-2.1.2.tar.gz
Algorithm Hash digest
SHA256 ec265f7c3fc3df706e9579bde632ceeef9278858d7ae87c376a2954d11e9ea39
MD5 c540d46d5e33ec01160c5c3c19259b1d
BLAKE2b-256 f14f878f1827042c5b6828bc23d160f31e242ec820810b8bd04b30b631029952

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: lz4-2.1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for lz4-2.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8eab1828114d62325bf45c25bcb55b869ceeab8f5b5a06f394b3ecf105e755ef
MD5 9ed9b3421a88d31c920f6e4668df1162
BLAKE2b-256 e391fb4534244437c53bd6671cb2992b89356bd15a889f0aaed8dd8b119493a5

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: lz4-2.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 102.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for lz4-2.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0db3ea78d854e849333de91661f7a8cf36963293442fcaed2e99819480d23327
MD5 696fda4c056960c8c9e04728e90523cc
BLAKE2b-256 f7af49982ead50878cdf5b642199c617a0818d1f152dacabcb2a26258f547447

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: lz4-2.1.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for lz4-2.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6108cebba9083a81dc120dbd732ed4badab9d735f8cba6903c3287ec2e79041e
MD5 0a9318fe56ba62171c0242f9e434e318
BLAKE2b-256 b9dc9d5fae660bd01f2d8b1a945cdefa6a5911ffd88b8ba71ffd6072cc91e75c

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: lz4-2.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 102.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for lz4-2.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5fb0cdf7ee60d7c88990c975b5015e628cdf7dc188a7ae936951d19700789d67
MD5 3aaa669dec7aaa054375cdcf9e98f9fa
BLAKE2b-256 8a8ce313d6696484f80943dd3a63067bae4fb88537973b4c6db9e066fb1e79d0

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: lz4-2.1.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.4

File hashes

Hashes for lz4-2.1.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 44d087bfc4077a05266b901d44ca158f518be08be9616d5a0d11fbaea13bb518
MD5 8f933b8f5f7e52d9c0d102f2120222c7
BLAKE2b-256 587e033b747a26acfbf24b9f5872a6b5d1dfb0d1ad7eb7a6c397f9c8b4c659b3

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: lz4-2.1.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 102.0 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.4

File hashes

Hashes for lz4-2.1.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 394162f2376c1cb2fff88aa638437ef1302c242e9ba0bf7f9b7ae0d73082ed1a
MD5 08dc6e3ef86918dea278a0e19e7e87c3
BLAKE2b-256 48fc33befd581d314530a6a36a01d52a4b2af1da3056cdc8d9f8da24ce46f86e

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: lz4-2.1.2-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 149.3 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.4.4

File hashes

Hashes for lz4-2.1.2-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 c26972a6d4c2bc794adc8e1d7bb624b29f753e0891da566a14e50a922136b273
MD5 9ab9432e156d3403c59f6ab6a3588132
BLAKE2b-256 ed3dfa0c314e6b639f18166c36b08733b57e12b7f6b02258c651d965a5cf2136

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp34-cp34m-win32.whl.

File metadata

  • Download URL: lz4-2.1.2-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 144.9 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.4.4

File hashes

Hashes for lz4-2.1.2-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 0f7a2838627d4d18aa5181a1f5b63c0f488917c927975dffc7e4802f15a45683
MD5 3f6dbf4a4fcfff61875a1d8b7ca0835c
BLAKE2b-256 b25e1e9997e0f155b6cce8ad5e0732109063a59ebb70c5330a2ac5cdecf98949

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: lz4-2.1.2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 149.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15

File hashes

Hashes for lz4-2.1.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0b8f434afdfc1cd850deca07286a5e18c44130c58eef12c3a271e4224d376b51
MD5 7659987c1be5039724c30335b69774ed
BLAKE2b-256 63397d08b1aa118a1d4649804d83f21a07d19a5c4737bb448775add868ecb952

See more details on using hashes here.

File details

Details for the file lz4-2.1.2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: lz4-2.1.2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 144.8 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15

File hashes

Hashes for lz4-2.1.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 40c504be9133f36807a678c1f699d9ee9d74226d467181d76587f5368955afaf
MD5 690dc936c4bb0ac9d11bda2185cba09c
BLAKE2b-256 f78930e5045631f2f7c0e0319c008026c190950e072e59b33352b430bd8943d6

See more details on using hashes here.

Supported by

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