Skip to main content

LZ4 Bindings for Python

Project description

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

Project details


Release history Release notifications | RSS feed

This version

4.4.4

Download files

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

Source Distribution

lz4-4.4.4.tar.gz (171.9 kB view details)

Uploaded Source

Built Distributions

lz4-4.4.4-cp313-cp313-win_arm64.whl (89.7 kB view details)

Uploaded CPython 3.13 Windows ARM64

lz4-4.4.4-cp313-cp313-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.13 Windows x86-64

lz4-4.4.4-cp313-cp313-win32.whl (88.3 kB view details)

Uploaded CPython 3.13 Windows x86

lz4-4.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

lz4-4.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

lz4-4.4.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lz4-4.4.4-cp313-cp313-macosx_11_0_arm64.whl (189.7 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

lz4-4.4.4-cp313-cp313-macosx_10_13_x86_64.whl (220.7 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

lz4-4.4.4-cp312-cp312-win_arm64.whl (89.7 kB view details)

Uploaded CPython 3.12 Windows ARM64

lz4-4.4.4-cp312-cp312-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

lz4-4.4.4-cp312-cp312-win32.whl (88.3 kB view details)

Uploaded CPython 3.12 Windows x86

lz4-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

lz4-4.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

lz4-4.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lz4-4.4.4-cp312-cp312-macosx_11_0_arm64.whl (189.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

lz4-4.4.4-cp312-cp312-macosx_10_13_x86_64.whl (220.7 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

lz4-4.4.4-cp311-cp311-win_arm64.whl (89.7 kB view details)

Uploaded CPython 3.11 Windows ARM64

lz4-4.4.4-cp311-cp311-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

lz4-4.4.4-cp311-cp311-win32.whl (88.3 kB view details)

Uploaded CPython 3.11 Windows x86

lz4-4.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

lz4-4.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

lz4-4.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lz4-4.4.4-cp311-cp311-macosx_11_0_arm64.whl (189.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

lz4-4.4.4-cp311-cp311-macosx_10_9_x86_64.whl (220.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

lz4-4.4.4-cp310-cp310-win_arm64.whl (89.7 kB view details)

Uploaded CPython 3.10 Windows ARM64

lz4-4.4.4-cp310-cp310-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

lz4-4.4.4-cp310-cp310-win32.whl (88.3 kB view details)

Uploaded CPython 3.10 Windows x86

lz4-4.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lz4-4.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

lz4-4.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lz4-4.4.4-cp310-cp310-macosx_11_0_arm64.whl (189.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

lz4-4.4.4-cp310-cp310-macosx_10_9_x86_64.whl (220.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

lz4-4.4.4-cp39-cp39-win_arm64.whl (89.7 kB view details)

Uploaded CPython 3.9 Windows ARM64

lz4-4.4.4-cp39-cp39-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

lz4-4.4.4-cp39-cp39-win32.whl (88.3 kB view details)

Uploaded CPython 3.9 Windows x86

lz4-4.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lz4-4.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

lz4-4.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lz4-4.4.4-cp39-cp39-macosx_11_0_arm64.whl (189.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

lz4-4.4.4-cp39-cp39-macosx_10_9_x86_64.whl (220.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: lz4-4.4.4.tar.gz
  • Upload date:
  • Size: 171.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4.tar.gz
Algorithm Hash digest
SHA256 070fd0627ec4393011251a094e08ed9fdcc78cb4e7ab28f507638eee4e39abda
MD5 62153d5942102308a89041b4ead897bf
BLAKE2b-256 c65a945f5086326d569f14c84ac6f7fcc3229f0b9b1e8cc536b951fd53dfb9e1

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 89.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f4c21648d81e0dda38b4720dccc9006ae33b0e9e7ffe88af6bf7d4ec124e2fba
MD5 198a0573d4b0df68a72b00cf1e4693c6
BLAKE2b-256 a5a5f9838fe6aa132cfd22733ed2729d0592259fff074cefb80f19aa0607367b

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a760a175b46325b2bb33b1f2bbfb8aa21b48e1b9653e29c10b6834f9bb44ead4
MD5 1a223cd0f91725e46ffc8558975ad71a
BLAKE2b-256 0096b8e24ea7537ab418074c226279acfcaa470e1ea8271003e24909b6db942b

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: lz4-4.4.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e9ec5d45ea43684f87c316542af061ef5febc6a6b322928f059ce1fb289c298a
MD5 69ef74818cc8082cbb1e3dcc981bc9ab
BLAKE2b-256 4cc42a458039645fcc6324ece731d4d1361c5daf960b553d1fcb4261ba07d51c

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9cb387c33f014dae4db8cb4ba789c8d2a0a6d045ddff6be13f6c8d9def1d2a6
MD5 40f2eb10f1682f9b21668def2b658de5
BLAKE2b-256 9712a1f2f4fdc6b7159c0d12249456f9fe454665b6126e98dbee9f2bd3cf735c

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57fd20c5fc1a49d1bbd170836fccf9a338847e73664f8e313dce6ac91b8c1e02
MD5 08b3aea20e5a90d5516140e688c2cb7d
BLAKE2b-256 22aba491ace69a83a8914a49f7391e92ca0698f11b28d5ce7b2ececa2be28e9a

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0be9f68240231e1e44118a4ebfecd8a5d4184f0bdf5c591c98dd6ade9720afd
MD5 52fb1d0d831df70da3a3398473d0f848
BLAKE2b-256 506ee22e50f5207649db6ea83cd31b79049118305be67e96bec60becf317afc6

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18ae4fe3bafb344dbd09f976d45cbf49c05c34416f2462828f9572c1fa6d5af7
MD5 aa4e9063e01787f04d71b4d8b8df8938
BLAKE2b-256 26898783d98deb058800dabe07e6cdc90f5a2a8502a9bad8c5343c641120ace2

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ed6eb9f8deaf25ee4f6fad9625d0955183fdc90c52b6f79a76b7f209af1b6e54
MD5 986c493a426a14b76c2d0838a3cb5329
BLAKE2b-256 3b3cd1d1b926d3688263893461e7c47ed7382a969a0976fc121fc678ec325fc6

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 89.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2f4f2965c98ab254feddf6b5072854a6935adab7bc81412ec4fe238f07b85f62
MD5 0d5508045ac705e292cacdfc74bc1b24
BLAKE2b-256 6ce10686c91738f3e6c2e1a243e0fdd4371667c4d2e5009b0a3605806c2aa020

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d21d1a2892a2dcc193163dd13eaadabb2c1b803807a5117d8f8588b22eaf9f12
MD5 9ad2546a8fbaf9d75a18a7a12164d982
BLAKE2b-256 40b8243430cb62319175070e06e3a94c4c7bd186a812e474e22148ae1290d47d

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: lz4-4.4.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 33e01e18e4561b0381b2c33d58e77ceee850a5067f0ece945064cbaac2176962
MD5 10219cf4831121356bea0b41321755b0
BLAKE2b-256 c4e6736ab5f128694b0f6aac58343bcf37163437ac95997276cd0be3ea4c3342

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ccab8f7f7b82f9fa9fc3b0ba584d353bd5aa818d5821d77d5b9447faad2aaad
MD5 0bf5c9fce2c2023078bd0cd2126ff8cb
BLAKE2b-256 e92605840fbd4233e8d23e88411a066ab19f1e9de332edddb8df2b6a95c7fddc

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ea7f07329f85a8eda4d8cf937b87f27f0ac392c6400f18bea2c667c8b7f8ecc
MD5 1e701f2ef29b0b5e83f730bedfcd0a31
BLAKE2b-256 fa0839eb7ac907f73e11a69a11576a75a9e36406b3241c0ba41453a7eb842abb

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e43e9d48b2daf80e486213128b0763deed35bbb7a59b66d1681e205e1702d735
MD5 5ef061cc491274255a2193e392a19c11
BLAKE2b-256 b75d5f2db18c298a419932f3ab2023deb689863cf8fd7ed875b1c43492479af2

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fff9f3a1ed63d45cb6514bfb8293005dc4141341ce3500abdfeb76124c0b9b2e
MD5 f401003e70b131780716662be989336c
BLAKE2b-256 91061a5bbcacbfb48d8ee5b6eb3fca6aa84143a81d92946bdb5cd6b005f1863e

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 23ae267494fdd80f0d2a131beff890cf857f1b812ee72dbb96c3204aab725553
MD5 cd5c087295e1f432126601c525e0f009
BLAKE2b-256 f72d5523b4fabe11cd98f040f715728d1932eb7e696bfe94391872a823332b94

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 89.7 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6ea715bb3357ea1665f77874cf8f55385ff112553db06f3742d3cdcec08633f7
MD5 3e4ac5c1a70f8938e2232031325fde40
BLAKE2b-256 87c81675527549ee174b9e1db089f7ddfbb962a97314657269b1e0344a5eaf56

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f5024d3ca2383470f7c4ef4d0ed8eabad0b22b23eeefde1c192cf1a38d5e9f78
MD5 d1de7f5fea88438391426f65844de7b8
BLAKE2b-256 07f09efe53b4945441a5d2790d455134843ad86739855b7e6199977bf6dc8898

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: lz4-4.4.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4134b9fd70ac41954c080b772816bb1afe0c8354ee993015a83430031d686a4c
MD5 d0df03b19fd95ed150cfca7c50293172
BLAKE2b-256 7be403636979f4e8bf92c557f998ca98ee4e6ef92e92eaf0ed6d3c7f2524e790

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80dd27d7d680ea02c261c226acf1d41de2fd77af4fb2da62b278a9376e380de0
MD5 673b12d2f91ecbeffd587ce6542c191d
BLAKE2b-256 81af665685072e71f3f0e626221b7922867ec249cd8376aca761078c8f11f5da

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8474c91de47733856c6686df3c4aca33753741da7e757979369c2c0d32918ba
MD5 98c468dc25ba292ae07bab6ee194fafb
BLAKE2b-256 fe59c22d516dd0352f2a3415d1f665ccef2f3e74ecec3ca6a8f061a38f97d50d

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b7d6dddfd01b49aedb940fdcaf32f41dc58c926ba35f4e31866aeec2f32f4f4
MD5 08fd6f5d12e8ccf69af1348be8b6eeb3
BLAKE2b-256 9004b4557ae381d3aa451388a29755cc410066f5e2f78c847f66f154f4520a68

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 714f9298c86f8e7278f1c6af23e509044782fa8220eb0260f8f8f1632f820550
MD5 698b60faf5a2afa3815f6f518f20170c
BLAKE2b-256 e494c53de5f07c7dc11cf459aab2a1d754f5df5f693bfacbbe1e4914bfd02f1e

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ddfc7194cd206496c445e9e5b0c47f970ce982c725c87bd22de028884125b68f
MD5 ed40463cd854c9c32b8bf3b993686ba2
BLAKE2b-256 28e863843dc5ecb1529eb38e1761ceed04a0ad52a9ad8929ab8b7930ea2e4976

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 89.7 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e3fc90f766401684740978cd781d73b9685bd81b5dbf7257542ef9de4612e4d2
MD5 1d124c196eee393a90349ef892760e54
BLAKE2b-256 01e7123587e7dae6cdba48393e4fdad2b9412f43f51346afe9ca6f697029de11

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45e7c954546de4f85d895aa735989d77f87dd649f503ce1c8a71a151b092ed36
MD5 3f9c7a7203de427f18b9dddfd9a90312
BLAKE2b-256 e4b51f52c8b17d02ae637f85911c0135ca08be1c9bbdfb3e7de1c4ae7af0bac6

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: lz4-4.4.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b28228197775b7b5096898851d59ef43ccaf151136f81d9c436bc9ba560bc2ba
MD5 81d185937855b61e958f831b9f26d8bb
BLAKE2b-256 bcde6aeb602786174bad290609c0c988afb1077b74a80eaea23ebc3b5de6e2fa

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc64d6dfa7a89397529b22638939e70d85eaedc1bd68e30a29c78bfb65d4f715
MD5 425d276dfdae7649509a84ddd437f5ba
BLAKE2b-256 6e59cf34d1e232b11e1ae7122300be00529f369a7cd80f74ac351d58c4c4eedf

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30ebbc5b76b4f0018988825a7e9ce153be4f0d4eba34e6c1f2fcded120573e88
MD5 6f7375dbc63e4aad8edac2b665ecabef
BLAKE2b-256 a27071ffd496067cba6ba352e10b89c0e9cee3e4bc4717ba866b6aa350f4c7ac

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a355223a284f42a723c120ce68827de66d5cb872a38732b3d5abbf544fa2fe26
MD5 0dcbf4f4ec939959c917cef9b45d2de1
BLAKE2b-256 f9f63a00a98ff5b872d572cc6e9c88e0f6275bea0f3ed1dc1b8f8b736c85784c

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d33a5105cd96ebd32c3e78d7ece6123a9d2fb7c18b84dec61f27837d9e0c496c
MD5 75265d9ba3fefb914e18bfb4eebfd137
BLAKE2b-256 dd4ef92424d5734e772b05ddbeec739e2566e2a2336995b36a180e1dd9411e9a

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f170abb8416c4efca48e76cac2c86c3185efdf841aecbe5c190121c42828ced0
MD5 cab808ec29139d189f899851cf034d33
BLAKE2b-256 b0804054e99cda2e003097f59aeb3ad470128f3298db5065174a84564d2d6983

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 89.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 38730927ad51beb42ab8dbc5555270bfbe86167ba734265f88bbd799fced1004
MD5 36db0303c48b99bd35311038a8543251
BLAKE2b-256 66eacadcd430073925e1acd7c509333101cc1b922593af6779355bf6cc064c73

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lz4-4.4.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 99.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4ab1537bd3b3bfbafd3c8847e06827129794488304f21945fc2f5b669649d94f
MD5 a23484219c89070903bdeb033b23b4e4
BLAKE2b-256 f82d2426270bc39cd39a49773559137415b5a1bb43d3be75a44807806f5cb503

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: lz4-4.4.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lz4-4.4.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 585b42eb37ab16a278c3a917ec23b2beef175aa669f4120142b97aebf90ef775
MD5 c5fbc812676fc955793839d428caa1fa
BLAKE2b-256 0b9e1781ecb72300aed4d74484dff9a16a585e82c5de47c52930bb6e5a415c40

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dac522788296a9a02a39f620970dea86c38e141e21e51238f1b5e9fa629f8e69
MD5 e4652b863d457845fcd8eee106026020
BLAKE2b-256 b8c73e826333be0034ac702a6fa25ed289002c83a154c69d8b9da7f3583157c5

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 017f8d269a739405a59d68a4d63d23a8df23e3bb2c70aa069b7563af08dfdffb
MD5 12d1cd3e573c1cb5b817863d2943bdf7
BLAKE2b-256 6f6bbfa74d3412cc9a5c787b44e1941b3186a813f8354ea633aed785ad8af106

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b56aa9eef830bf6443acd8c4e18b208a8993dc32e0d6ef4263ecfa6afb3f599
MD5 22abe95f64ce6eb7eabc7d3847a98532
BLAKE2b-256 45e506b90dbe76f21475aab0052e0f1a8598d651a5a269f2e9a86f05241142ed

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 900912e8a7cf74b4a2bea18a3594ae0bf1138f99919c20017167b6e05f760aa4
MD5 a6cba66d73912d0e848c2cd92b4e113f
BLAKE2b-256 87b7afa1ba2f827c1ec9d0b571e4fc71a2357a7fc735430cfb9b4c03f94f5d8a

See more details on using hashes here.

File details

Details for the file lz4-4.4.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for lz4-4.4.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd1add57b6fe1f96bed2d529de085e9378a3ac04b86f116d10506f85b68e97fc
MD5 e63dd983a7e977ed71f993990963210c
BLAKE2b-256 609284d57db743cef59b2277cf40577de12ab48cbcd327772273a81a39d70580

See more details on using hashes here.

Supported by

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