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 details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

lz4-3.1.10-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.10.tar.gz.

File metadata

  • Download URL: lz4-3.1.10.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.10.tar.gz
Algorithm Hash digest
SHA256 439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b
MD5 1d1593121196df583da88fb3b57c84ad
BLAKE2b-256 5331df54b869e4a3a97eb6735c7d0853758124dfbd61dd9e9e1c7b5e72fd55b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 59afeb136957ed7a2058e4ef61cb2d0f5894ca866a8bfca5ff43d49a5cbe4aa2
MD5 55893fdc7c2099d3c9dbb5a10f276231
BLAKE2b-256 7cd9e59b9eac6ceb09ebcaf82f3c21328ad5acbeb1568f3594a8f97a11207472

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bf1d6dee89ef0fe0835529b9248ba503eaa918cfd1aafa02f2ab61587c387068
MD5 e9166656d859b0521b5fe705c7554d95
BLAKE2b-256 b58684a6d1e442e64fa5795f9730d318cbb4d66ddf77d10e858f78c5bb79cb73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e87619075e2302f4f2ee4dafebd5e3ff47e09420df34bcfe8fc0839af4f5bac5
MD5 36e01c89f3deb5d1fae495f5a9ba4980
BLAKE2b-256 43e4fd2baf72e0f47cabe99b6903eb16e35a65fda83f3f9a2b2e2587586152db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 72945fab7f3ab486ba92a83c43c65736be9775f1b6d5f25b5f89022c476e2705
MD5 9f8891ad24fec3cc16660a23d12fd484
BLAKE2b-256 7ec73426ebc7d99101042e71170565a29cba2644467612a2d608629101db6e9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a987774fa38fa05a0440344ce839c512d1c51908da5d8cabbb0a2c435922477f
MD5 1ce39e5d5f0e138c673243fb782b0095
BLAKE2b-256 012f3f199c4a926be3510716d200bb1d459c6596cc02003dce638e84dda8e90c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 060a69c1b8111c1428a4aabc031e79b861442bf92eeb9a48a97cab9ba4a54194
MD5 ddefb24b3589e2f1844bd2bbc6d3c19b
BLAKE2b-256 afa46776a10f03855ce11d085de07c80763fd65607d5cd244cfbd67f1a1f8094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e6dc7f003c010f8198d2ebca7d11b141c1b96f7e350c0fdb5f9b52a1966f79ff
MD5 ff256d23d3fd51dad63865d82320fdd0
BLAKE2b-256 fdf592b88c2f55229dadea500babc072b92fa9e40220d80defe54eebab2c6304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b089376694da9dfeb7ce3c881b3271f8983c70eea4be5a1f692d97c5880ddd04
MD5 a121aef3a261a6cfff7b6d351997b9fc
BLAKE2b-256 d2ad9de965d4c8d29eb97fba8860cffb019a0c9af37f256747f81eb1565639ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dcdaf01dc092c192576626a84c9d2fdc79c0a9b03735af9a7c153fda49ac4cfc
MD5 bd2b1e1507e0b65fd1ab7bcbe08ab3e0
BLAKE2b-256 c2abfddeeb4b38f562aa87a84f0e6bd91da0caf5f852db7bdfc2f006b9c87f3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48c67beaa312d7f3db66c78cd3d8b4332512489af8ebd9783d4ec735e3337923
MD5 51ba4192233c22c50cc895863f3d3100
BLAKE2b-256 29aee323de349b5804dda50c773b2c1ef4679a5d98ce82c4b22a46cf09cefb09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d36d0cc0942ef2b30ed69a64ded5e10e64061b2f8e8011c99ffea8a3f8d429c5
MD5 754aaf8ae043b17c5d6e2022a9bdfd3d
BLAKE2b-256 f4a09c588238c16c5bd888b9e6709ddda26c88f77c0337d0274a085e9f404356

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c716eb1cd08c966952c7d8af481b4407db29fd63f151bc23b3783e8b87ddce20
MD5 f9c983888bdd13cba8dbad3830d32fc4
BLAKE2b-256 4104f6069a87347010ba2073ae566cc40976ff93f4547e3027c400c5e070c109

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1587538466ecb8c18a58425a9513321e218c9518198d3e3b1897876686edd5c7
MD5 bbd4e722d500052870b8143e71a953b8
BLAKE2b-256 b885fec14a591a63f4f9d20e3ce53f8e65244bf86e06887dc9cead1f5e80816d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 be542ae2466597f31fe37ff5a8a29b124c9b4dc5fef7effa80b194aa887c01ef
MD5 857dce5de9cadeca6160297317fe2069
BLAKE2b-256 86a86376fb396bdf1d2991e5685fb887ca1c9873e9b4f796a2a1f56ce6f5c5a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f38880f66f8fbb8fa94cf08a2120f7bee7bf9ad35cf85259b1c3598ba17e5f9e
MD5 bc5ea4aac60bfb329d1cbf1f6aff5672
BLAKE2b-256 2f42c59ba75472b19aa11da82380158e520b8e80b74bfcb7295e1e2559d847f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dcda8a5fb286251422b271e785b340d551e42f2ffd10953d6aa77a12263d0868
MD5 6858dda5c094eb6224495cc499acd9ad
BLAKE2b-256 1192c8e8fce6380ce4bba51789d36b87f09a01bf653dd67c2a21865b038cb59b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d16fd11e6998d4b48771e345eefb5a800a41fdf7df29ffc6b4cd36fea213172
MD5 6fa2c09a58d584af4998bfe8142b46f4
BLAKE2b-256 f770b6de57b288908f7e3b753b944d40181a246167c9d57b264414ee2559fb64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a8991ac13743b09cf3d3d69c3ee6991c4e636886dbcdac584a672e38ba14d36f
MD5 f85fb32cfffb38bb0ae94ef635171af1
BLAKE2b-256 a0c5c08ee2eb4e35ba42bff26852d8f51c086eb454c3af8fad9080cff81f7d8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e72e3bc14230db9baf56b05ac15ddc38a9246c414a95ca725af8d5d2226944a
MD5 aaa52cfde47d680b210a32c0f6208474
BLAKE2b-256 63e10dbf51004c4afc3c723b3302e6f4fddcbbf6c96a349653b2b4d6ff5a8d09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.1.10-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.10-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3fcd913191a34c59ff07a5b8594d3b61213ae0044bba618f74202722a2efbe2f
MD5 1b00f881773e2aa82c7b8543a3eac18c
BLAKE2b-256 b46c894b0940edd8470cdb7ad66834f790fabb70c033b84d5c48d949f17b6a16

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