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.9.tar.gz (162.9 kB view details)

Uploaded Source

Built Distributions

lz4-3.1.9-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

lz4-3.1.9-cp39-cp39-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

lz4-3.1.9-cp39-cp39-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9

lz4-3.1.9-cp39-cp39-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9

lz4-3.1.9-cp39-cp39-macosx_10_9_x86_64.whl (287.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

lz4-3.1.9-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

lz4-3.1.9-cp38-cp38-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

lz4-3.1.9-cp38-cp38-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8

lz4-3.1.9-cp38-cp38-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8

lz4-3.1.9-cp38-cp38-macosx_10_9_x86_64.whl (287.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

lz4-3.1.9-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

lz4-3.1.9-cp37-cp37m-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

lz4-3.1.9-cp37-cp37m-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m

lz4-3.1.9-cp37-cp37m-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m

lz4-3.1.9-cp37-cp37m-macosx_10_9_x86_64.whl (287.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

lz4-3.1.9-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

lz4-3.1.9-cp36-cp36m-manylinux2010_i686.whl (1.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

lz4-3.1.9-cp36-cp36m-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6m

lz4-3.1.9-cp36-cp36m-manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.6m

lz4-3.1.9-cp36-cp36m-macosx_10_9_x86_64.whl (287.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: lz4-3.1.9.tar.gz
  • Upload date:
  • Size: 162.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9.tar.gz
Algorithm Hash digest
SHA256 e77ef95c28d8abedc904bc8e58cacd1cbf61c705e815e1cf7665a45f39fde960
MD5 01f2b45e8812eb7e3fe99870ea8a677f
BLAKE2b-256 01a369edeb8b406275df7aadc9b7788b6f1cd9ddee7bad37e21b9cc5cbd9935e

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a78d2056be2c3bcfb9682a9e86feaf74313f8ff86489eb5a7b3810643fadcdee
MD5 af89b04dcce03b7c3fca39e474170077
BLAKE2b-256 b6da106f5f6bc3f9ca9fbf0ac716f0e5bc8a2022c4b9d74d5ccc03830ee196ce

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d410627fb7c70ea6dbb3ec0050ee6051f51cf3a0f1a780f36bb05c985f60450d
MD5 e8f1d991d4cf381d049d96709c805931
BLAKE2b-256 c5d4c9d3923b35e8d68d879344577da5473cc52d70d351827fbeb2d7de01ab3f

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b8bf4e9fdf96745b2fbe1e0c6d0ff5bea6ae0c6c900574da6e59c7d68020cd54
MD5 ec4446d4827fd6500b34b2b950bacc24
BLAKE2b-256 84a69e0fecca6aa39a924b16ce5b33a6c0e623a05124018e8b17b2fb97e3f1ca

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 59d33efb108cbbe838fc47590ed21b95f94b3958a8693689fe8f5bc34618ae08
MD5 1102b6c41382db8d0e75e161add3d23b
BLAKE2b-256 af56c889a6e81eaed3c640999f4f2109ebd506e2d48c946c6567562ab438f9d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.9-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 287.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1134aaaf201d4623f73e8b63a9387fdba510b58b4b14273b78da8269d4eb09a8
MD5 13e3b5ccd0d238f40713a08052d4c5e8
BLAKE2b-256 7d95b8dde8cef2ee9c06a80152883cca73b6a8f924bedbde1bdab2aa5ea30413

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3d94318c7525886b8febbdd0edde06114fd9e99895e1a390f61e51fc64d17ba5
MD5 aa91f65cf275d619e1b3a3085244a73b
BLAKE2b-256 301e4b6cc2ba084920e56b71477787d8081b844623fff8783dc5b9bc858d149d

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d0d0e24a47e5f27ab1f84689771150b1d039cccbac905015dcbff2515e4145d2
MD5 1f4bd18b925b680a8bad1548987aff0f
BLAKE2b-256 2e86a1c87ad475a23c9e3d16c2d429b86a66a042ad3312efff21d8d858bdc757

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2173c39360f425e9675c741bb8576e75171e0a26c5e1bfb24d8bb599d597c0cf
MD5 2ffcb3fd301e9d4a2a26268e43eb8ef0
BLAKE2b-256 7c217d7f00d4bcc4d6d8f33ba9113835f76bf230fc27ec088691acc08491ccaf

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2edb905f3fdcca77e1c51f6414d84094c1f386e2f545fc10345878a52b4b2dad
MD5 158cd39d74f8a11423a34c9823969bd7
BLAKE2b-256 75edc21303c520dc41cbfc083f1169cf65de9ad213963005e9510ec6f3994783

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 287.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ece40272bd2cadd56597c15d4daa07b15174e2dcef8498941367c508e6170de
MD5 acf6adc22f463e35239938a0f4be3cf9
BLAKE2b-256 0ec7a74c25e66a4762be1dd22d729565e40b931a9799bc3298d2f0b027e64682

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea31b3306d066964dbf4ae274d50d8d71e3c50c5406bb2e53559a34eaa1b453a
MD5 7505a8065a78c70b467f8f1bcdb5d593
BLAKE2b-256 4700fa649726c158279e670a0d83437b4d6a1cfcfb3075c48079b01cfd24e313

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a9d39b83c93fe7c29a1cc0102076de4ab0224906b6ed40ad6caf36181b06dbc6
MD5 aad1fe95c728c2aa7fe8df18cc174264
BLAKE2b-256 5e0069f26f53f27e9a705def38f1c00834af58ccafdcfb8181122b740994de2a

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fe4467607c6ad88546b869ea1bce4075713c202a841847980f30bb297a22d0aa
MD5 8ca3cf0a4bb4165c8fe6936ba022110f
BLAKE2b-256 33699484da4f1b67f5fa95b7bf3acd0502d010e28db357ca0d508ceb96fdb7f4

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e22b417b89ef2e377a47e390a128aeed1a6698277c38e6a81b1a4f82779b9923
MD5 e3d8b37ac89c14f0835acd2e3755060e
BLAKE2b-256 d0baa51267be9550c7cd0be9163fc4d916ff1e1163244718c9bde14b7251ec79

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 287.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfdea7a34efaa2202524bbb6f5a895caaf1534a4d641ce7600238350a745c346
MD5 568b69f17d2b7e8d74b699b86797aa6e
BLAKE2b-256 23a24f5cba1ac4ddeddf30ff8da923f60dac1e9b1664094d5efd95da8d490330

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 868906d07b7f1a06994bf43100def753ec6d21b1850e59c27ad2d9759a474f5c
MD5 f1576c474950d70985ff56846eab9eb2
BLAKE2b-256 a69dd73e0b6d0361af58c6e345b92c3c13126c6a056ccc4c94820551d9a49f2e

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8d7bd03866c47eaec761a0c3ba5c1f8fc252c983a84fc48b406baa1c7857abd8
MD5 6808894979a159a72be7d37937d812d5
BLAKE2b-256 15b73c4aa302ff8c3e284bb5f59dd656af2f89f585e009f3301264ea83ddd90f

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6760dcb32bc6d0f40f4fc670d84808e370964610016908c7e66200ce31a82a15
MD5 955681e646055b2e41050d5e708b2047
BLAKE2b-256 42b73db438cbf920641f23cf0eccdea9ccc99b4820579fed2c5a89c57fe58e49

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: lz4-3.1.9-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e54b493686bab5121ce074616d7b2428e020ac42c81ff9a5eef60d84f0aef326
MD5 e5a1f246531becfa1ddc5820d339f924
BLAKE2b-256 fa444e40cd513e1fe3ca138e53a2a05fb36e13ab688193c3f2aa3cababf6cc7b

See more details on using hashes here.

File details

Details for the file lz4-3.1.9-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: lz4-3.1.9-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 287.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for lz4-3.1.9-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78bb15f4c8eab64e665c6ccc55c52cdf0222315c29d1fab97963ae3e993ba2e7
MD5 a52c939a756bc2baea8f99192f161da2
BLAKE2b-256 14ff960badaa4ab00f50bc0cf511b98307a6ca1bee2dcefd3b0eb82f37586e40

See more details on using hashes here.

Supported by

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