Skip to main content

A Rust-backed Python module for decompressing data compressed with the modified LZ4 algorithm for an anime game.

Project description

Lz4Inv

Lz4Inv is a Rust-backed Python module for decompressing data compressed with the modified LZ4 algorithm for an anime game. It leverages PyO3 to provide a high-performance decompression function directly from Python.

Installation

Prerequisites

  • Rust (edition 2021)
  • Python (version 3.9 or higher)
  • maturin for building the extension module

Build and Install

  1. Clone the repository:

    git clone https://github.com/MooncellWiki/lz4inv.git
    cd lz4inv
    
  2. Build the module using maturin:

    maturin develop --release
    
  3. Install the package (if not using maturin develop):

    pip install .
    

Usage

Import the module in your Python code to decompress LZ4 compressed data.

import lz4inv

with open("compressed_data.bin", "rb") as f:
    compressed_data = f.read()

decompressed_size = 131072
decompressed_data = lz4inv.decompress(compressed_data, decompressed_size)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • PyO3 for making Python/Rust interop simple.
  • The LZ4 compression library for inspiration.

Project details


Download files

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

Source Distribution

lz4inv-0.1.2.tar.gz (111.4 kB view details)

Uploaded Source

Built Distributions

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

lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (402.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (432.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (505.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (413.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (251.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (403.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (432.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (505.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (413.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (251.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (403.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (432.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (505.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (414.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl (401.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl (430.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl (503.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl (411.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp313-cp313-win_amd64.whl (100.1 kB view details)

Uploaded CPython 3.13Windows x86-64

lz4inv-0.1.2-cp313-cp313-win32.whl (96.8 kB view details)

Uploaded CPython 3.13Windows x86

lz4inv-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (401.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp313-cp313-musllinux_1_2_i686.whl (430.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

lz4inv-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl (503.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl (411.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (249.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

lz4inv-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (202.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lz4inv-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (207.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

lz4inv-0.1.2-cp312-cp312-win_amd64.whl (100.2 kB view details)

Uploaded CPython 3.12Windows x86-64

lz4inv-0.1.2-cp312-cp312-win32.whl (96.6 kB view details)

Uploaded CPython 3.12Windows x86

lz4inv-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (401.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (429.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

lz4inv-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (503.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (412.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (234.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (248.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

lz4inv-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (202.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lz4inv-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (207.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

lz4inv-0.1.2-cp311-cp311-win_amd64.whl (100.6 kB view details)

Uploaded CPython 3.11Windows x86-64

lz4inv-0.1.2-cp311-cp311-win32.whl (96.8 kB view details)

Uploaded CPython 3.11Windows x86

lz4inv-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (402.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (431.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

lz4inv-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (504.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (412.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (267.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (250.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

lz4inv-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (205.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

lz4inv-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (209.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

lz4inv-0.1.2-cp310-cp310-win_amd64.whl (100.7 kB view details)

Uploaded CPython 3.10Windows x86-64

lz4inv-0.1.2-cp310-cp310-win32.whl (97.0 kB view details)

Uploaded CPython 3.10Windows x86

lz4inv-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (402.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (431.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

lz4inv-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (504.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (412.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (250.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

lz4inv-0.1.2-cp39-cp39-win_amd64.whl (100.8 kB view details)

Uploaded CPython 3.9Windows x86-64

lz4inv-0.1.2-cp39-cp39-win32.whl (97.2 kB view details)

Uploaded CPython 3.9Windows x86

lz4inv-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (403.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

lz4inv-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (432.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

lz4inv-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (505.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

lz4inv-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (413.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

lz4inv-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

lz4inv-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

lz4inv-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

lz4inv-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

lz4inv-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

lz4inv-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (250.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file lz4inv-0.1.2.tar.gz.

File metadata

  • Download URL: lz4inv-0.1.2.tar.gz
  • Upload date:
  • Size: 111.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8a1870741fe22842ee647dcc491cd4c7597d47486cf32513a0e6e56d47d65c9f
MD5 9b08586a1835c2bf76edf2fd0bfe24e0
BLAKE2b-256 0500bbdad91c0f50df9f565045d48d9e75567544cdc1c5e426ca0cc49db6a976

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfbc1645922a4c06ede43b8a7dbdee274f22e1206733fc7bf42d8f598f892350
MD5 28808ae7412c867228958e9f679f2d96
BLAKE2b-256 282b0d04d463419da10c99354734a4f7bf49491f1c48873f8ee5b3a614b30dae

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78adebea2ae951e20d6536c9e91743f6a85e56b6844ce4d2f25502de7bbcb86a
MD5 c0644d90cf30609a0748d5fa490ca4e4
BLAKE2b-256 dc5c8202a32df24932221525210d96da833e8e0159386df203788556dd5baa89

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dea887b374a0fd9e3ea447b4c6cc09c17afceb55314da6bfaa326c4013d428f0
MD5 a6a72118ff451a3eafb3a9f65cb14c80
BLAKE2b-256 d7a8aa0d5706571600f7fa6642619cf3a660eaad42b8af124d0b6d15d4349c6a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5950c548985d000c681a5175d368af5616d25dfcb03ad212334870f31433290
MD5 5c3a558b488d4f7236280b9ab9d8e858
BLAKE2b-256 a5c5d9b6bcd8cd20a3dd79dc910198414cfc5f3d41f79bc43a25a75fe2223eb4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50fa161d831c9e096d8e2e9749b8dd8f46fa58d3d98cc3dc341814151b37d2d3
MD5 b0ae37880722b7ef5803845e370a142f
BLAKE2b-256 e05a6c841f4ecc81578a0f6c00bc8cf97be9f363d86dee74ae3555a03e407a9b

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdbd0e8de7cb0271a363d70f6e374f97ee4ceda0c7ee1439e6e184096f2cbbd3
MD5 9418a6dea585f17cfaf2e2cd58b9ed2a
BLAKE2b-256 22e45315d686b27408a4782a16b2f4af04d5e21b3fe10f9c480f4a24f5a4e682

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c77a4c9a77dc6eac3d6adbea517b519a3ce94f99b4bc2c9666f877e0c21d4ef4
MD5 6eea8466b17a9a4eb5d75fe69a179e66
BLAKE2b-256 4c1631a416f435a99678b5d5839914975b53114b5efc28e0af1587558598bed1

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e9ab4091125bd8d18339ed2caf48e597d0cdbab31c609989a1ce350b8176fd6
MD5 3e00b822828d45e540cc228e8cc9ba16
BLAKE2b-256 8f4f039919d14bcaaf4b5fcbe2d6cc2d73d6a71bb077f44e24776ab2b5e51dbc

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cba8ce70adbbcb40328acea9dd50201a2d9ce43e80b2efd5a03911a1ceddd38
MD5 9a0ce76859939980ec264d802b590bb2
BLAKE2b-256 15525a02fb640a86fbed09eca19c9c9204ea9c9e53b2565e861c22b178b2e7f8

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1990e9154e8cc9b0045fd270111435d7b4c0508cb59c6a3ad4b80433c9f6753c
MD5 e33e26402316f084bc2d8b26d4940ce1
BLAKE2b-256 e5ddab38a95033fee8ad081b44c0dab60acbe94425367c50744cf58aa6782519

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51a032074c3ffa18b419dde63b122b0d80630bba9bd186d5f59a45fe5196b009
MD5 7ba6c21b3bfb0d3f4d8929bf1e6e3d36
BLAKE2b-256 9774ed0dd0c57f71241810a7a970201c93d38336ec2994e3924ed3608112b14a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0731d8e08be0334714178db9010a3f57f342c427e0de6b6495619e75c2b4096c
MD5 17d5e4402c8386511a3711f0ed230bec
BLAKE2b-256 5886f33ea3f253b1fce7ef2efc820596a8318f46a51d83f6533112101226e533

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 167ded11de006a1b2cbf03bd186e183ddd7dd146d8b6f93a108fb73c99c5816c
MD5 9bdc6fbbe48b37fa15a70c230bf5adac
BLAKE2b-256 a0334733b4b17f1189780aec497f68b271fed86d616e14dbe1155b430a135502

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9655a9bdeb0dbbed3f9606d1e17e2926f939028463ad363c899f44e3623081e
MD5 4e7a29b7dd3c40ed0a703f77f835f4a2
BLAKE2b-256 9614f4f585809b6ab64cb9f5196a8d762c3110e606aef3e746beea79eee7c2d3

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd3acf40f854cff3b1ef65a4403dd1ea82ca3acdb6bc9b1cf9dba2e6816acadd
MD5 40fd92914254248c4f697826050052f3
BLAKE2b-256 2a5e58303f49f935b64511ee4d3d4afadaeaf7789ce54ec18906fbdf63f9446a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69117e3cccaccd5766bff805e96f90ef168c4020ad8c16d36cc63b74440ab328
MD5 2a838c79f2510bf07d4ff0f561ab1fa5
BLAKE2b-256 e132e833fb24f921b76fe16f1ab8161a6d62f8b5c07772bff3a69567f72fa456

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4dcbc8de53d8c8bb7d70c221fea87cbbb7c32e47cd23205d82f2c97b455a8e88
MD5 c7580f23cc78643e248dbeeae36e4a78
BLAKE2b-256 89cc47e697402ea569067fcb176f1aee51d3758f94aa8814338282438c36aaa6

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 36a75226150531990fd9f8c4c92e58c5c0abb5b1b0ebb8487201650197b95db6
MD5 8218630db86b00e7daf155893747b239
BLAKE2b-256 e96f099de207b7b9be7ba70ba4f41e1b0165e978f08d26eb181de1117e8456cd

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c4fa04f5ab432fa79d0f04df71cd5bab02a5fca23cb923e3b62464e62851b13
MD5 f045ec236910deaa194bfd6f96e413a8
BLAKE2b-256 3eb93dab66ad5e57f42c161eae7cde78a0f6d355680d16cd233230028e0b96d9

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e17f507e9d842d6801cd09d61b1e145eb6bfee8b834ff4d53bbb0b0810341667
MD5 612efe4e8b8008f83f0c01535bd7e30d
BLAKE2b-256 ce8134bea64775d7181934656d4de89ffeba2e6f125dbd36db2681e181ee4989

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd0534fd2ab36245beac8b57caf9824ad4282d486c7f90c403b0c8d3f7e40439
MD5 9a138b2e42b8fca41d88d97f3c58881e
BLAKE2b-256 0e8b54a9d089ac4f6039d5357016dd91f3b506090131db557f0f133f5c8be805

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 967d849dcb5db6fa9315c111a101fca395b47004e923ae9a857c68b7137335b9
MD5 51bf0760aca6a6efcc103831dd1c9a32
BLAKE2b-256 f356f1228678b5955e9f72bf7d928a67164a83ad9d1331be1b2d3b775e211f48

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2feb31ba0729c575f65964617e56fe484a928e7caf35033d8130f09a7d3e8b48
MD5 17669f1cc8e22733a45e68782c68207c
BLAKE2b-256 b44e337514f75b210b801af9cd0138d8f0ba0f90d974f657187956582bd38752

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2da80aa931d4067927102a49a96b4f4366b607e59b38c32f4388479f47b0a8aa
MD5 fb55d4c21b6d3b2cd3721c9feff08685
BLAKE2b-256 1e88082823cfddfcf1e90c44c802dc48e8dd56753fbc8436e2be08077a036baf

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 da0e67f7f981657583b2829fecfde0ab422f35de8793d9c634795eb33d2c519d
MD5 4e363621af93d3d38954d40fc6ea1d0a
BLAKE2b-256 d8e7d3ea4f10525841d1529538cffbaafe9032db021651c3b698b6a344a02f52

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d504bfcc36cf12d6661e97350619494d8d79970bb9042226f59277080019854
MD5 219ff2dc47768b7c7c94729b1b80bd67
BLAKE2b-256 3cffb92c14e70139c0dc77b006160c684e04c2e10fb18f920c32477a1d8e97af

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d2a62ccf70d653d232c48dc2f9a62b0922bc4824da68b7e2464195696aad451
MD5 33e6f8ec279ad218c868b872686f691d
BLAKE2b-256 ec1181478ff15bb247cc51786fa7098358218e223b6daf918821036945e3aa20

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 040f36dae19d9e8487098060bf8b17be27ff22eca6616beaa7ae9aa114f47f37
MD5 a60cf9f944abc32ccad4caeb7d08d9a0
BLAKE2b-256 e1ed6f2f48acbbd865c55be02f814ef68e9cad949261c8ab0c7a2a2c496aeeb7

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbf0ebac16c8f484580bfe60d64a60f420ad6595812e034e1dddd80a844119ce
MD5 0ce35896720d8197aa13eb90a1594468
BLAKE2b-256 8fec193b16b70487bb1ba6aff648cf5afc46de482c5d21530342d3e372b46051

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 03a2b17fc3e8e72090b6b1267293a42f5af3d8e7e20aba3d578c713c6e80b85e
MD5 8b38d0010b3af2602b271fa76747b460
BLAKE2b-256 8dcc7ca6641139ae40dbd2d93f84ae4d34e21643a1504e804fbca3324a8746aa

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 27fc92db0804c5ab8be845b184087f70fedd65e5fc0896ac63b88ee21b6864af
MD5 749a101a5b3ce985bb302b4bee6a7fa2
BLAKE2b-256 3c935ceaf5c61a507b096c564499fa165ad64c2e7354fdae1323978d248dd5cf

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52534ba0fa8fb2630a7c4efff793300a8efde46a66ea28a4ba75c03506679b3f
MD5 41267e45e5d28d60ca7386349b534a8e
BLAKE2b-256 b3221bc3eca384eb44c5aad53f13ff32074d15fc4a46860fea1a5c99a84bfee4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a821287ed43aa8994e3a8142371f6c8dd32786b220adc7bed688a7b764f909cb
MD5 2985db51e738275e56b28482007c22a0
BLAKE2b-256 72b5ebcb52eb12c9fb8a2b24614294034a5f274f39ba0743f70d0c9b7dff084c

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1577940f8bcf840099b84f99f521e9aa9cd3ca372d26e1e539b40b311f6a800
MD5 1ca78eaf6694ce86eddfb66be2453b75
BLAKE2b-256 30eeac8f6832bc093e6d65e8cedc3872510e82a3928b4b2d29abed7be2c106c4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7165119320698b2cea788586a59c3acea0df6ec53ba6925da77a52c9c9be097
MD5 353a484ad48db11be1be23ff22e60238
BLAKE2b-256 1ab438175292595b8b667c1c684ead65b3ef65ebd85aa13646c632bbf38ecd76

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba6bbd02ed9d83bb0741b771e7a2c7b840abc0e6cc5c6ad25b8e33f721f76ea9
MD5 f94cecd20179942803f318183727c748
BLAKE2b-256 e82fba70aee36dc4c63206007f6f166cccad3edbf049392677607331728920a9

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 100.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 071a5bc7c13cbd957c97580b3b476c479bf956fe4d0ac674eee094c925a92090
MD5 b1532fdc314ae9f6090572f256a9bb61
BLAKE2b-256 897f043c5b1caedafe48e00b03141f739e902bf547cfacec0a27e17e628897fa

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 96.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 675872511b5dbbabc8c840b42fdd7f3d62c09aa3184f30d5a261f97bc8ab440e
MD5 02d63e9d2ea36eeb0a456a222a369389
BLAKE2b-256 446555effac884445965f99a0b3ab34298ccc45fa0da6f7b7e80c58a59a946a3

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90828117caf10752dd895ad3b7a543d000e64e76e330bc5d573d35dc1b5e1c85
MD5 20bda328648a9a553ceeb775d65cdf3c
BLAKE2b-256 f49c363f73a2bcb14eb3c4e94272d6bc878bc9ccc248b4911a5e6c421de4bced

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7e853d44257f6a0362aa7383597ea714d5aa4706d99e7d0142d8f3718c8aceca
MD5 a3776a8cbfb0b74e84d3175fd65140c1
BLAKE2b-256 4c40b54b3b5be9bb130e6e8b0b3056eb83d0e2829b5028311cb36187d9ae6945

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f01e368db67a81f770fed3fafa779d6e3dda53845c49dce66274db0bf211127b
MD5 c2e678c2a1273b540eb4a264591c8360
BLAKE2b-256 1efa1136e1466613ad0ba750a5ec59a40a76106bfe3157e50da36af8995bafbb

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4a5ec21ec47a6d7f2855f967ca629e6b7d6a1e8801d8da115dfb040347e5e84
MD5 f52cb31a954ed9cb1ebaf5dfc5822f0c
BLAKE2b-256 b7e0d5e7e7992e863c79c019bc2331ac2221af60325065139227295aef655e67

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c2ff71322293478ed927cff35be747d4254a125484a0aadb1225d0e79471901
MD5 16b5a01292da1a2c4313674f018b6f9d
BLAKE2b-256 b5518fe0692b901764f31ae45a6163d87db2683f20ffac862721a5a8c6023f54

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 448a52abafd2a3983f1d504d8accd823c4677ed237cb59649bf94f2a22eb0912
MD5 e89abe7c22c456eb342b02f51f0014d4
BLAKE2b-256 c14ac33fa37a2b0a9851985567ff60ed7fab4760d9436ef54e66b316fef3a211

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f688f2571a1499c601b62f84efa03a9bea5316352dae403595fc4f211c549e3f
MD5 2d6fc9a72ed764f9526efda417984436
BLAKE2b-256 06fc4368a1c20782bff90393930e0f95dfc4939f6a9873b366b4a14a1552ada7

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61159cc4d7f1b16ab3e0f29835c14867179a57e1a42dc8610313551dcf19b0cc
MD5 9b6efa96c0fb088ee4f34c5292b9fdb1
BLAKE2b-256 ec3cd873f0f2ed0b48898ff3222e764330ded01f218d3e97c59c93983e8bf2dd

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d11206ca9816a2f4b05c0b2eec9927e11e1345249b3696d5fda0829cd913193c
MD5 edc6363641ae4a73023bc2ba9144c9a6
BLAKE2b-256 a96f7846fcad381b8a28e8d4dca02b28e19962983f6cc38a0c9be19478fd823a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 93259ae5506f178c01eabdeef6916b94f704f89f992833155e40f7d54ce56e4a
MD5 d8b0857e90d3fca0ff4c158119eadb81
BLAKE2b-256 1b4ba812d2b21770f4ef4fb069c19e1514230daba196e4d0d8f1c8b680c3dff7

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28c0f13c384bc1c688d2fb606f6d828902c4f3535779facabdcc62b32eda1939
MD5 c31d13fbcf9801370b645ecc90d45265
BLAKE2b-256 63260c8d95d6c757f213f5497783cfbc5a89618ad512e6db4dacaa5c1abf4e24

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dde8d24fd5e78cd2148c17099d1a7b716c2d4e503be66979bddb93e610d83845
MD5 0695bbc1c2dc80f326dce98869f1223f
BLAKE2b-256 faabf5f59d3baa61e4ade565ee6f10046b8b0505f9302012346456b60e9e3288

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b621b95e1f20160161b28bfd6ae77b2c1413d662bd3bddc7de3a3157dc8ef7d8
MD5 44896c67073c2a278735b7a80d8b5fea
BLAKE2b-256 3e0473f1de733405f83c82608e21b71a392bb56988f13079dcaa0193d7833cf8

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 96.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 74e5a2358c08a7e2443c81dc321a5fd4f480d113d97aff772517f0ec9f4f3f3f
MD5 56b41a2261a4406c2f84ab69633d5d27
BLAKE2b-256 c610dff61f2c7797a6216b3c28e169971bdd7840140117decad25559afd5a3f3

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 016edfccd31f74bbc4045c8aef184763439c689fca2009145a31b42606b9d42c
MD5 de2245f6cc3dc8c4d0e2e459265926c8
BLAKE2b-256 88496ace51ed6b319c0f80c21992bc708982f1cdf554644782aee97338503447

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1a4f4c59a3ef33e26621270ea11add8d3bbbb95ef39a6dfa0c8692db9208ef6
MD5 6d86dd35d0848192a6e013e610af188c
BLAKE2b-256 ee9a2a1749308e2d44d92e263a4dbe79fe2606b0b4029125ad43cb58905431fc

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1f0917f902b83f19560b7c7c823a570a599538626bc022eae8136fa7c49fff9
MD5 3d609b7381064993d0726f5c8c119b09
BLAKE2b-256 34787da53e0fc0072b843f303efd21cb4e4b51e1f46b4b0bbf0bb091d594e026

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 576719b2f6bfc3ef83d9c17fe5f25bbddfe86effcc440bb24ac069fc153f7ac8
MD5 7d36e5b43679f775ca10d78fae3e0ab9
BLAKE2b-256 aa06b5271c4c74ef04c1c4407aab905aa63dae89558192cea247837dee0ea724

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70c535cdb908f9d779a4ee8a970cc9f90c130a4a0faa05be1aad5a3b7282b5f9
MD5 c3fb2a07f4ba639323073ee06d3e4102
BLAKE2b-256 1a967d2cb02b672543c65dd1887780a5eb3b4c40c0617c19cbad71a202995de2

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 714601ec36b2c94bd74ccf1ad6a60c85dc99898c930aad38679c30e0d9e8a6a4
MD5 c6b9d15fd00d77fbecfd44473590cd82
BLAKE2b-256 5f59f131e3e3b8f9292b3b2ed06d738ace8da64d31fe806a97b03d9503e088d4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 faa333bf7de599e784a8d91694799bcdc03074b73916d3029524161b69495d18
MD5 1db6dad01b6de51f663e3882bef2a71b
BLAKE2b-256 b5c1efca7e86ed97bf36811313d71518796daeb3a10b185960ebd43800ce5fdd

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3adf053c4a06076b92e8be664f181a844f1dfeb961caa012a6d34b58f83a0841
MD5 b08b297cc881a1916099883156c987a1
BLAKE2b-256 565602be686d8d08811670e162af084b240c02e47f88c2379d88f4bb223e2eb3

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a22d93664e7476a98e1dc4b621abe5505c0864e97e423a6e28165b951358d9c4
MD5 907fe391f8406fd1114ed39a9a5d7b1d
BLAKE2b-256 7c55e179dd956b924057f25de46ebd531f93acbc80867e0d3592599a4432cee4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8a3523be3b69a5e1083449785af1b01318ab2c37f52b6dd9e88376a193491203
MD5 1ae61794b3fde140abf2cc292a327cc6
BLAKE2b-256 8993057bd07eeb7d066f56bd62afc98f7510e904cd649e2722fc5efab041c35f

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a234d8451e488ae98d0a96f5eb8598fca22cc2fb566bbf1b492af68fd1cc8fa9
MD5 f692ecbce1505c0248d65cee26978335
BLAKE2b-256 dc44903b9c2fd9e01c6b79755e203db4c88e7df4bcc8e2b9efc806116b5c7c7d

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3bb4c0b748e4b2601183a44cb6ac76857183c4a68fb7a89691350335435b26aa
MD5 11543b4d694d92c4f0ec02a5edc865d6
BLAKE2b-256 e1b8b0ac83710ffd9250940da5722421e69b0d2fda0dae4c7cb34e793ec40b89

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 100.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c87a0a8c0214353b208f632f08045c14b6ccc5864ebb38d1c5ed8a943c994ac7
MD5 f92c1a4bdef4b861fad9d5c7bde6489c
BLAKE2b-256 c6d629817ba9f2068e1d42df8f945810dd10e409cba8968f94fb999981315fde

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 96.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2d653ddd6a32b922fa7e67be0910772423df041368e2c7af7c34c1f668a6a6f3
MD5 3de13ef4606a16d8c94424a685ceb7eb
BLAKE2b-256 aa421f5100a48d9e5618256275ec970d5aecc90133778df01452fdf50d299e69

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54f23fe3fcd87e21881bee70ee1f036a01073b126e8224ee87a6855cc24daecd
MD5 f4092e5e62a4214188d5ef577bbde4dd
BLAKE2b-256 55bdc2cbd2fb1f7138bdb89f99374e86bf88dc9b0053976b7c08b1f974d8e39d

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 213c2fe9d858afd4773fe8bc5cc0c87c3b2d2fe6a48ffc3256ebc226afd31981
MD5 eb014a474e234ab18271fa0874b7b51c
BLAKE2b-256 872f1ab53481e8e8ff1e8f07d8e72a116236abea29d55cb84a1d5bce04f618ca

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a80076acbfd6c160ab69ba323aca10b93bf6a38bd6fe88cc49ef140c8dc1674
MD5 a1d138d0c61331272ac0344d9c491d0b
BLAKE2b-256 3cb014a1bf07f368d1d7508ca2f1b3756c34f3a277c97add0ac2e3d6b2dd81ca

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40f01a0ca02a61d904ba813603ba727f2c5cc6ce3cdf560055610b54c5e9fa54
MD5 9b480630edee6f2dbe0b9f596d1e6624
BLAKE2b-256 9f0d30ca85f684ac05d11a1a434995a3767a58ddf62e7296ce5207345db4cbe2

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1681d6259468a0b004d44f500260f53067b071ae9bbdc81cf8d91a682779d88b
MD5 10ecd60869bea10bd89c83195a33bdfa
BLAKE2b-256 021e645087a1193dcbcee4d79c95b62ff414998dd87a10d9e83c7fba9f743ebe

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b0789ac90e7660555916c93bf73008cdc0dccfd79dc5388c9c5eb846ce0e91e
MD5 285e01ec8f2d7c404b6fd4887dbce004
BLAKE2b-256 00947abe409eb6da9440bfb238eac900e3ff26cae968fdef13b0b4735fe7822a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c3c4cd5f585ef0874b6b30c10210c10b56c722539dd00e731954a485c1c0dd8
MD5 5975fad56ce43c1c89336ef1b45b493d
BLAKE2b-256 85b1aba9fe5b8e4d58677454727587cc0ccb0ab5726dee4a9f76fa4e7286df7a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f46116e1ec273d1404b3554736bfc02af655427b48e7113a5bdca7cab56ba1b
MD5 ab9e5e7da3f049f7eb32335438d71804
BLAKE2b-256 a26ae5e6987c0179ca9cd08934e9322557decbee74b02c22657d6604e0a32c9a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d61a10110fe854b6b80f51a62e3ec21994ddfa1af6233de4b72db539e34a12f5
MD5 fb000d6fdbca0d3849d0892b30cb59ac
BLAKE2b-256 186b7866581805052a8f0961e3313441b3789b3a467daa9c65d5b3590d4932f0

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 763a8e8123a2158a45297b8a2ebc59008bcf5d6e43c093a41b93d9afa82ce5a0
MD5 b69bf83350bf901c6e2f3aee6f5c42c6
BLAKE2b-256 5f2d7e56db14dba8f871be5a2f6be24de726a0fe330490b94dae1dd038772eb5

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eaa201871947bdb7060641ab628c960cefdc502913d03f18f92be28cc0326f06
MD5 b4702268e21fdb5d91c5af599655cb84
BLAKE2b-256 e447e1567209282361161351be978a49351a9da21e43663ce46f2ac2a8edaf3c

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a7edf7dbffce888fccc8f0ac76ea0efa1541a5e9dc685bd1b9a99e4f841f8193
MD5 6c1979724a9c108579c767e073de4c5b
BLAKE2b-256 ce2a48ef6f2676a7351c9bcafcbe0903d7a41ccbf6139bc10772aebfbe61c61d

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 100.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 18340b3ba14b276fb5acc23065a5360239975d96236695982d9df04a85b5ec4d
MD5 3f68d08b9f435dff15d59ff4ae552ea3
BLAKE2b-256 00bb0a63e142ed94db24c0adacffb630c81270333d7da53c1594cc42723298ce

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 97.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 75d3dafb9acfec2fc124391bb612eac4e1d08ba120302c168045662cc74f5455
MD5 ed7738f263597eba9d80427ebc150b0e
BLAKE2b-256 c478a54cbd64cdcd9993bbd086308840f0387db9fb8e546e657aabdf7064adba

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b1b66c67a8a25bea4f3dc152fe404977a9a951ead024203f9fa8437de465047
MD5 c7e3266176aa0f5b1b304eb60374a9ca
BLAKE2b-256 731a5002554cc825626efcad4868684e7880495f5234579885a1b231c6b9172f

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7e3e6933008dee7adee90f40a8251eb9b3086760eb2cdf7d04ad8ddc632243ed
MD5 af62b546c0c52c48b0220cab48c4955a
BLAKE2b-256 870d4bfcf2040bd0ce64f52fa4eb8ee053316a231ce4ffbd988443ba72c070fb

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6b7f30a0c41bd16985fdb70f1f5be87dc09c0a2dba296eff713e7a93291eb614
MD5 524865ed54bb4b98c391ca6eb0637f5c
BLAKE2b-256 01e4bcee80eaa262114a0a34b970c08d39d671f4d5066bcb513286842d4d3c98

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a96f13797a8c4feb6cae11719be01d296f940f51f02e73b5ea69d1ac94b82aca
MD5 9b8cadab354b2b8c399dffb1d0b9aca2
BLAKE2b-256 1c1cf7db30513b7b65f4f1003f16894e5d0e2f4b38e34564725cd633b22d6f85

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2d400aaf109191ac8dd147e6880774c1332cd0b9d185b75e54caa9e145128c7
MD5 8b436cd36eb43e515b7c127c1ac77587
BLAKE2b-256 fa0123655499fc14b3a3190e5fec4259f1710684eed48b9e8af6210b43563692

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0041ad93bf21282e0ede159fdf05c1c7e2aa8939d9a8fb64e693c2f2dd7561d1
MD5 4898ea86bfaf6225be1e7ae663d334a7
BLAKE2b-256 3d285de25dba9a30da1ee685d37da0b23aaf353c006e4065f283d7ddbfdbeae1

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e525ca57af927a654891830578a1debc938483170137b0292e962d781109f47
MD5 1468ed85ed37db3bd67604bc44457760
BLAKE2b-256 a2cd67114ded3c3c35216753175cd4bc9e5c1ed83618b41cd995517446072b05

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b06c6cdff0325b083df5b2f5527aff7e55bcd5e7b9eae1a0ef87652c44202b5e
MD5 d39229fcc4812dfe42b4f918443932ae
BLAKE2b-256 07709f1dd227c2faeda5db3a6993c9e8896378a7567bdc8da340c0b1e648b47f

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1773f9013445fb1d9b66c2faa7c6e937bc0b8e065cd92e78c6e9d250e781bcc
MD5 58ef63758f9a67a4fd3456da529b0bd6
BLAKE2b-256 3e1a54f4108895a61b6dfd94ffbda7165e383656b78a008397f7413d86d2de5d

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a83772ee47abfce931cc75490e6876036dfc9a8f510a3dffac6528cdefc3f0d
MD5 d80b83d5b1b5205af69e215040f387c0
BLAKE2b-256 6fd1931009d2c5291a82264ccff61c0cab9d42e8edd78376d9e3d8cb088daa21

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 100.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f93919ba2338a11efcb9e0689089adbd13c32d1cb67397adbada22c1b96736e9
MD5 e9bc5b764afab73ac1bc20aa306bfed2
BLAKE2b-256 ced42d38699954e6cd7d0e78e1fc8633df1ed2702c40f0f557e5260f067b8494

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: lz4inv-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 97.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db77269006ab6ffdb1205bf1cc831f622762320af3ee1f41d7fdb741b4c55c4c
MD5 9f29b8fa91d866846316800ebf89f579
BLAKE2b-256 7d5d216324721fe4a75b5f7a9817da5d9072d05b7757cdd7fbb6c91df0333b4d

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c50641ec1011833510940fb90d7fa123f8671c787ad861b5bfe780ad47cd8e8
MD5 bc776f6360c67911a9c4f0f9eb72204c
BLAKE2b-256 366680a855f9ed81dd28b2ff9a209145a6e11cb5760890bd0212602b31835ce4

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f6c82b801cf81db0b274422e4995fb8fb51af18c789213665893fc35f176056
MD5 003728b34355f364965fae7c9c1cd56d
BLAKE2b-256 a16374ca11b08d0925b660b3658a72d9087f8cba2e8af81f86b534d35036e506

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2915dba6b4d529cf805e64d45f3217b34f4bfa3520da900e5cf36e1a6684d22c
MD5 ebe7bed25bb783b7a8cb3b7982c7bf01
BLAKE2b-256 4282647d0a038cd56b58b41dd2f428f624ac7c62208c9fdb94b9010c038b8184

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a40616e3e8dbb7ac8441d380667fad8182894b69ffde85e5ce3dd808a868fcf
MD5 e343c97eab89fe984580236c79b0ebbe
BLAKE2b-256 74cfbbe6a87c1722ef0ffdb1daf2c71cbfd33d049c56ac4e4d465d17022f463a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 349ef4f2f8b3f7ae9ae88f115a0f6c648087c791ef94afadf16035f464b2106a
MD5 2b08c6f8c3d02b4300411db600240795
BLAKE2b-256 fa55bcc9d7ad053bd28ff92f5ddf1089416c5ee8a235be9235b9778164851c0a

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f0fdb9fd2a4e837321ce132a1691802ae9f48e09e3434da72d3142b21d1e9113
MD5 fdca779301430735508b73e9db14d303
BLAKE2b-256 3397763a5ef2f265c47c7a5465a5dfdaf9533a9f9ea02dfcfe5610692f76a6fe

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de25cf2ec2145f422f2c5c5eef8243b4765f62018865970580340578a34a3e5c
MD5 a9fe0dd243549398781b99f1d4e9b2a6
BLAKE2b-256 504e37cc909a898a698fd8ea6551693fa96fe08f16d06d44036cbe4286a7fdd0

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b2b38516da06101bd91c06fc63485bccaa8a52f227b075bea26ce1d7d5b9c244
MD5 44f71799b19f69fe9ca6a9004f412a64
BLAKE2b-256 db7ab5eab4e4246db9a565664047ee73834845d97ddbcf755240fa4298e1fa3e

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cab18c1b61f32b49a787dd8b1f5e6b1883f5827441a48ad1e234d21d6eaa6ec6
MD5 1eaaca3b61f6344942fc238634aeff7d
BLAKE2b-256 c62dd7a99012a7365ba41c07077ebc0167575e0aa9b537d3f35b5084de95bdc7

See more details on using hashes here.

File details

Details for the file lz4inv-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for lz4inv-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 27798dec557d321574930efcb508d601f30960e5f61d0a94dca4e142339aa11f
MD5 e1e092f7a7995daaa23061087dd634d6
BLAKE2b-256 77a42e126e37445b2dee396aa1389f79ef8dd8fc53619c1598413c0430cd22e8

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