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

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.0.0.tar.gz (157.0 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.0.0-cp38-cp38-win_amd64.whl (162.8 kB view details)

Uploaded CPython 3.8Windows x86-64

lz4-3.0.0-cp38-cp38-win32.whl (144.0 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

lz4-3.0.0-cp38-cp38-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

lz4-3.0.0-cp38-cp38-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.8

lz4-3.0.0-cp37-cp37m-win_amd64.whl (162.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

lz4-3.0.0-cp37-cp37m-win32.whl (143.9 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

lz4-3.0.0-cp37-cp37m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

lz4-3.0.0-cp37-cp37m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m

lz4-3.0.0-cp36-cp36m-win_amd64.whl (162.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

lz4-3.0.0-cp36-cp36m-win32.whl (143.9 kB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

lz4-3.0.0-cp36-cp36m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

lz4-3.0.0-cp36-cp36m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m

lz4-3.0.0-cp35-cp35m-win_amd64.whl (162.6 kB view details)

Uploaded CPython 3.5mWindows x86-64

lz4-3.0.0-cp35-cp35m-win32.whl (143.9 kB view details)

Uploaded CPython 3.5mWindows x86

lz4-3.0.0-cp35-cp35m-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

lz4-3.0.0-cp35-cp35m-manylinux2010_i686.whl (1.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

lz4-3.0.0-cp35-cp35m-manylinux1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.5m

lz4-3.0.0-cp35-cp35m-manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: lz4-3.0.0.tar.gz
  • Upload date:
  • Size: 157.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.6

File hashes

Hashes for lz4-3.0.0.tar.gz
Algorithm Hash digest
SHA256 34bf394c9f4b69ccfdc08d875188c3bfab86adc8f122593dbb39a0726a131280
MD5 f21c7c7ac7528d6657a18df49fdf6994
BLAKE2b-256 c5fda560dab1b3da9043cd0ce8c0651daf784546cc2aece9867a187f762e165f

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: lz4-3.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 162.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d1f8507070c288c30dce0007bae0f2a56f04c3f0443c5e9d6859cb84c807896a
MD5 98e0e1b6ed8eeaece276facf18bfff40
BLAKE2b-256 8c14d8e0353c766b71349888e058a465577843a92df9a707abf4f67fc1e435f6

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: lz4-3.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 144.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e4acd64bd2b213cd48d818d78ec771e902d1ed8c99a7992ea2fc55157a988eba
MD5 e252fc5968e7df21d12dc5584cc6d2fc
BLAKE2b-256 300f050136eb08261f327d1fc4bdc0369d73c8135b3ab966764f3a6524e0f82c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 080ece76f53eba82979ecffda48843e0f6d738840d346ffbe3d72f84fe0ffeca
MD5 2da79eeb74124d210ff141ef0ba9eb73
BLAKE2b-256 738b9898c4d2b8b59a0b156a7c846c5e516ed3a318cb52222be84a9d6712a7c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d7ea994db038fa07d59d99a5ab9cba06a3dd0964acb70a82b592f88329b1037e
MD5 ec05c07135afe6388a88cc8a7de054bb
BLAKE2b-256 06dcde958f1fa4a6aec40a90668ea6067dcb10762e7c9f05b79050a0cdf02c90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 79771d4794a374435e2dd5e1a5bb39f1a9730c986a14da389bf3aea62c0af7f5
MD5 b6dfa57c19ce45e79fa197ef3393e9dc
BLAKE2b-256 1d64efc3ab2e07a0c27c14a663d14fc3df9b279dac59c41c8d2de931155c9d16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for lz4-3.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8bc6c692fa76305a6fc0483305ad4d7f91c6ae1c78affcaa6a5a60b78d9c9421
MD5 028c4fa60389e9652764630100d9dc0d
BLAKE2b-256 7d700a3cf56af3a70c049527cc20b52336b6a25725c09a89727fce42f53b4825

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 162.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b11cc6c99970cdb9c5dbbbc65c814d36ee64d655c7fa5899b0825f4336a43722
MD5 4029fd9999d418755991c9f67a4d7528
BLAKE2b-256 9c719372ae83789ef4d7af358a1c38b5ad85158253fe85fd61dc90aaa180c32b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 143.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a8b12a3c7f32e4685f9e44b85f7b8766d3695c7bd4f0bbb3b946b7b9555ed8c8
MD5 3d45bc2f51d845722cd7db6fa5489f47
BLAKE2b-256 dde96401b46f8ef31277f85b7d4dbe5c08e7d0cbabcf39180582aecda80ffa01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 453f3cf6d4c726fe99f6205566392a674361b58099d7b6bd9be7aff00fbbdb6a
MD5 6d1dad25c5eb3517de8c936fe50f9800
BLAKE2b-256 eea131ca349c78c0b66ad8587fdb97493e12e6fc38392e7cf6af706c4d2c77d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 655b7b86d995486ec9c7466d39f7876fcb6f8833909c461e12dbdcbd6835a4a7
MD5 ed6f8f33d930ef06a350379f81e626df
BLAKE2b-256 2c7dc599073d0307e5dfd29cfa660d8f1fa267141d57d49e72d0ff0fb14eb491

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0870be428e2bd5e074f78c23b1acb891bad182c1c61e537a5d6f755fa76bfd26
MD5 3fe23adbf5e6ffbb276955b48baad7ad
BLAKE2b-256 52198531e225d1e7a477ca5abf1962c78b839a39e5e3046d112cb444498d5064

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.1

File hashes

Hashes for lz4-3.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fae6a97e52e809a4730a852feb45f050539ed70a933d6653c4789fb11c422683
MD5 837f5aa66542ced0457dbd3f0b93c0ee
BLAKE2b-256 80a65f05ebb2543f4a921b13e11507a6fbb8ba0910b78a28815d00a83f66bbee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 162.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.8

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 39e9dc2b704a6a646869365f8ccb38b3dae3392744fbb0b5428da2ffb7692079
MD5 9fd5ab42953be1e761caf7410921328f
BLAKE2b-256 6e1995e5c840dbbf5a6dc121a1e2ef21331b6d4dde26e23f43b1646307c4ba49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 143.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.8

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 af6512aa810ba109cb6cab6c4d8bf4abb3e00be1c8930f62ae2e7f77c08e44c7
MD5 433b042d78702bafe3a0baf34503cb03
BLAKE2b-256 adac5369a4b4161dc6452cfd512724327ff30228b2d3c6470c4c0f10a9f039e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.7

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fa64f4eb70b08217471efa420b723908ec9896a04e67f2df1737635a1fc992cb
MD5 15969611eb31d8affe27c42b5ef10a90
BLAKE2b-256 5d70d8e197dd315fa1a9b692e845a5be60cd1f849d3b0f95683705ca36b9b688

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.7

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee026d21574d47f4e8461089d491bd9eac82aec9b416d4b9251277c742f5775f
MD5 b70d4f74b16b85158a767676dc6dfa22
BLAKE2b-256 01af72e52f6b37f062f8611adcb4ea313fc7c71bf73147016c4d2eaac7cd36dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-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.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.7

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ff98b6cd37c30d4967c7ef7d60122457bd0198a5f4be0080aa51af975b77d575
MD5 e757c3b29612c13ad85a5b84c5eca6b0
BLAKE2b-256 267711192bef8ba8826ece2559a7a1e167b87967f1faf8b7e9805f4534cc9567

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.6.7

File hashes

Hashes for lz4-3.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 08dccff943c71babd6c45406c33b3b7ad5b8504a4b0b8a56294b97445c8592ba
MD5 0a6c6d90753a1ba7d1a9e8b8b7f63f8d
BLAKE2b-256 aa9f694e3d0af407ed7d11128fa8cfaa6fe54c7cedb69705a7e8d2380915b7d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 162.6 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.4

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0cf79ba7f4cb94f99bea53a374be76ea668d33ac93b7507e9b98e7f9fe8533e9
MD5 13ee9c873af540db0871e429cceb733b
BLAKE2b-256 31f4a4d29c00166363bbd2fefd1ac460eebe9cabd1dd2f3549569e0e719702a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 143.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.4

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 1afd7c85a4f37bbec53be1a92b6fb107e4c48a217364c8886b519ece51e305cd
MD5 5276203a2130bf55f7e6ef68d7455dd4
BLAKE2b-256 bccef3c8671100755c4e60effe561b3d6d7d01c03945de1ee576d314366ec970

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.6

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ab90089527d5345131756041466e8a6ed72b3812d648f30859f2a88e79f0bc8b
MD5 74b7afb536f2209ffb170de4326f1715
BLAKE2b-256 42c64682168a472058a8ad753786104d440e2cf11588478d48b6420e9caed14c

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.6

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ec55f7d183868e53a77cd37fed89dc5ae0645d0807a5c38a90186bd86cd35046
MD5 715fdc5b96474b37e50a14282355a3be
BLAKE2b-256 258f9bc5c0ffd9cee7b8fa6d4a8cc75576a09d130308db4d5c82a8c03c206d8f

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.6

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 beea7f3a2f80d6a4f8140696f445b9f58365aa869f19c99315c8a60865298ca9
MD5 111a1ce50260053d417e9ae37304a46b
BLAKE2b-256 4ece4d8a6df846857dd9a4faeaae838483104f434d1f1b8223bf409b7067ff27

See more details on using hashes here.

File details

Details for the file lz4-3.0.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: lz4-3.0.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.5.6

File hashes

Hashes for lz4-3.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0fd7b32e8d1e261388715e6af47157b75731d8ba330360909b54be519029cd2b
MD5 263ad8ae4ae09ff4590b7297e97f84c7
BLAKE2b-256 53861b1865b7818e8869fc6fb6895d0de2d5daf2b7c081bcc640d298c2002825

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