Skip to main content

Python bindings for LZ👌, a LZO compression/decompression algorithm.

Project description

LZ👌-rs Build Status Latest Version Api Rustdoc Rust Version

Pure-Rust port of LZ👌, a minimal, MIT-licensed implementation of the LZO compression format.

See the original README for more information.

Features

  • MIT-licensed
  • Simple compression and decompression routines
  • #![no_std] compatible

Usage

See the compress or decompress documentation for reference.

In Cargo.toml:

[dependencies]
lzokay = "2.0"

Or, to only enable certain features:

[dependencies.lzokay]
version = "2.0"
default-features = false
features = ["decompress", "compress"]
  • decompress: Enables decompression functions.
  • compress: Enables compression functions.
  • alloc: Enables optional compression functions that perform heap allocation. Without std, this uses extern crate alloc.
  • std: Enables use of std. Implies alloc.

All features are enabled by default.

License

LZ👌 and LZ👌-rs are available under the MIT License and have no external dependencies.

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

lzokay-2.1.0.tar.gz (22.6 kB view details)

Uploaded Source

Built Distributions

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

lzokay-2.1.0-cp314-cp314t-win_arm64.whl (105.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

lzokay-2.1.0-cp314-cp314t-win_amd64.whl (107.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

lzokay-2.1.0-cp314-cp314t-win32.whl (103.2 kB view details)

Uploaded CPython 3.14tWindows x86

lzokay-2.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (217.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

lzokay-2.1.0-cp314-cp314t-musllinux_1_2_i686.whl (235.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

lzokay-2.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (204.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

lzokay-2.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (208.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

lzokay-2.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

lzokay-2.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (241.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

lzokay-2.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (205.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

lzokay-2.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

lzokay-2.1.0-cp314-cp314t-macosx_11_0_arm64.whl (208.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

lzokay-2.1.0-cp314-cp314t-macosx_10_12_x86_64.whl (215.0 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

lzokay-2.1.0-cp313-cp313t-win_arm64.whl (105.5 kB view details)

Uploaded CPython 3.13tWindows ARM64

lzokay-2.1.0-cp313-cp313t-win_amd64.whl (107.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

lzokay-2.1.0-cp313-cp313t-win32.whl (103.3 kB view details)

Uploaded CPython 3.13tWindows x86

lzokay-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (217.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

lzokay-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl (236.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

lzokay-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (204.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

lzokay-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (208.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

lzokay-2.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

lzokay-2.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (241.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

lzokay-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (205.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

lzokay-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

lzokay-2.1.0-cp313-cp313t-macosx_11_0_arm64.whl (208.1 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

lzokay-2.1.0-cp313-cp313t-macosx_10_12_x86_64.whl (215.1 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

lzokay-2.1.0-cp310-abi3-win_arm64.whl (106.3 kB view details)

Uploaded CPython 3.10+Windows ARM64

lzokay-2.1.0-cp310-abi3-win_amd64.whl (107.7 kB view details)

Uploaded CPython 3.10+Windows x86-64

lzokay-2.1.0-cp310-abi3-win32.whl (103.6 kB view details)

Uploaded CPython 3.10+Windows x86

lzokay-2.1.0-cp310-abi3-musllinux_1_2_x86_64.whl (218.9 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

lzokay-2.1.0-cp310-abi3-musllinux_1_2_i686.whl (237.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

lzokay-2.1.0-cp310-abi3-musllinux_1_2_armv7l.whl (204.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

lzokay-2.1.0-cp310-abi3-musllinux_1_2_aarch64.whl (209.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

lzokay-2.1.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ x86-64

lzokay-2.1.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (242.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

lzokay-2.1.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (206.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

lzokay-2.1.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (210.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

lzokay-2.1.0-cp310-abi3-macosx_11_0_arm64.whl (210.1 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

lzokay-2.1.0-cp310-abi3-macosx_10_12_x86_64.whl (217.1 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file lzokay-2.1.0.tar.gz.

File metadata

  • Download URL: lzokay-2.1.0.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0.tar.gz
Algorithm Hash digest
SHA256 5796a1f784b00a6b445315c1acbc4ad7a922b0eec07f3d697b4f6c60c5da853b
MD5 a48a2c85b4e6fd4dd798fdc80f273e11
BLAKE2b-256 0f1735e21123ed48eecb87a068325f49bc9617ce9f065c9e69325b064208f464

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 105.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 43540c26a1302a440ae184886adf04956b11e9b1162d562d86e8de881d8748f9
MD5 81afd1a0621c9fb745c5255e3433ce7b
BLAKE2b-256 89a710195e1fba3f0997f498c72cdd4b61909176e37acbcaef2bd3149aa67ca8

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 107.5 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 faff98ffc512f8667c4407e1b0f696918d7be257744a4a3d88defe7ffb48d7be
MD5 d74e426b9cd1990abe53b1f4e85e479a
BLAKE2b-256 76d6f00a777b8e94f9b8bbbaed2d6421b4523a54a290a0c3f7b9547ae1e03a42

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 103.2 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fb1809da265cfc0cd1f36b1ee2bd31402ea142ec68a27975de1104d93c2fe197
MD5 7c36e947e4705c53d2794b673ace2a72
BLAKE2b-256 a1319743784a2223c9e9bc04fc4c10473191a016994227379cc73242cd89c6e7

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b9d162680ff3d6f384cfc18edd249eb83cd10d652e4492379b11ad219b9cb8c
MD5 153fc9e7ba0c6f6566dffe1c9195c329
BLAKE2b-256 1e2550a042ec0314cacb5504e1cdaa44eaaa9a34661ad81302ddc0c0fd15d21c

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c0e40936411a359fd978a12d93921b12d76bf6fa0d434d30809ff6d890a9522
MD5 3ce450eb6be86233bb2ec9c0d796f9ec
BLAKE2b-256 0cd27f02689dda09f9d1c423c2c1dd27f5f2cd85572103e2f8216386b8f85b26

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e2a53899627bfeadc9c9f4bbe7d846577eda445153819e35d53a25cd21bee32c
MD5 417e6553d743053eee1a79546cb6139d
BLAKE2b-256 128b3fc48ee04414437e5c96e95d22b50663876b1931fc03769c1e6f71848768

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 331d01e017cf966d36593ef04ab181245d8d3b187a68750ee317119f74529b7a
MD5 f290c966d7cd429304d06435476c90d0
BLAKE2b-256 43f54f0994e6ab97461ce757e8f0d1ae6c13fe5e77117b126b0de4432077fad2

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34cf7bab951975e1f23b0fcea03d89eab344245ebcac1f12ebd09a7ee4b1cf74
MD5 2544b42c18d3daf19d6f88f7de644a7d
BLAKE2b-256 32d5888f90f5921a82e020847c940919743a2a134ce42008edea67160d0cd50b

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 893e423de89019771d406dad3b5449dd2eee433396b16743a158e980acd7a61f
MD5 a9f8566017c4ee21e2eb5ff7a93ce890
BLAKE2b-256 5ed94568db343e420a648ee55cdb29e3e8fb3e4ff7347b118e663bb42571d69e

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 07dc52c25e3c22416ce1e587ef5bf72a3a9d7a9c2ca2cc26d7b9af0a6e4aeb6a
MD5 6a11655ef96b46e2d0e72aaf2c2b8379
BLAKE2b-256 cd90837bae76f0ae2b3b0d2f5ee3c3b03d4edcb251ea525be678896fa5178e27

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e00ad70bc6f5165a492cb0fd52fd0c581afdb43a46b1ae0f5d1c46a35e809717
MD5 a5e1fb03b59c7273cfe55af7a2cec92f
BLAKE2b-256 f8a4cf4d0e0f4c5fe061094d9dfab4c84558a1803bde09886b616eaec5115031

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b43714a5b7aedb9a6fa4bb82fd0f8062f5325a4c874940314c9539a7ea72185a
MD5 023b57d22bc4bade0978e4d9e1f58e93
BLAKE2b-256 1eaf1f3174f95aaa4440603a7f395cfa84ca020646c0d86ebbe9ed74ff2377fb

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b489aaee686410909216d7efe175a0f16071741d54b6ace412c48ae3af71a897
MD5 ffd162f2ccbfc008b14fb05e8cb887c2
BLAKE2b-256 3aa2417d2682323cd4d278a2fc05564b83eef03ce5362e1ab5e6ae55434d0a22

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 105.5 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 17f8bbc43bb95eabfbdc150fe517037954e172b78768dbac2e2054c63355eac1
MD5 1431e6bc0ba4aac46fa3656af3462ce0
BLAKE2b-256 89228e81927727d722fe09738145cbac49ac5ad085910f7ca3c92f2f093ae701

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 107.6 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 414f847f719408de51551857afa179146d9db30e76712caa89b5dac2e1f68e5e
MD5 ad7e859432665cd1a86b4323e432f180
BLAKE2b-256 59a6a235a2fe6942f1daddad2906604a250503be48c9458164a5c3d58f13e07c

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 103.3 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 6816c077a9782fad4833f6f913234ef5761c45287afad05cc58edef4e9003c34
MD5 32b3907a8e8724749e7fd0c5da42e5b0
BLAKE2b-256 27b945079564e9521c741fcf9a55a95b392f156140448510f1824cf73252bbbf

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 448341994a3010c5ad315c117a82f8d718c3a6206a63f53099179c199dabccda
MD5 e0279302afbc7ea77b2cb56d039a6dac
BLAKE2b-256 3423b7d59a529449141f718931d5863e21cf51a2893594492db70a8f61d6dbae

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99a32c751621b69ab973987c2d8cef3bb4a7db1a970856b336fe54b0a8e8eafd
MD5 60ebabe01020f1523c7692a8d3bd488d
BLAKE2b-256 fa010374b852a0fb2881aee8c2d01d97b659e9af7062bdb8dc15246d9a6a4e18

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dfabbc0d33bc6ffa226fbc6fed51fdae5478de40caabd3e315334cd51e4c1a7b
MD5 dfb7f2e81222d66a341c1dc90cb7bf53
BLAKE2b-256 340c64c0a9b102b56f57a1a72647694ef2ad44d861f2f2d0f73b406f5e9a5819

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c21198d8736905ce4d9417c64e1f62ac3d0c2b9a5efb8e457144c8dd43e20b1
MD5 7500e5429d23e1bb47d84bf74deda4fa
BLAKE2b-256 319f785221032e96ca15dc1227b9955bb715ea7ef72fa93ad5bb5d1e96c89255

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41a4cd5a20a81cf8e27ae1883a9eced4ad1bfe694fad54b67117434100fc45db
MD5 e049d5251ee61c1f44c9cdca6c3115e5
BLAKE2b-256 096787630d466e7785443cf8bc1a4838d4c556fc3c12a87e885c39f32ba06587

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e6d7984450b1575815f822b3d0b834063d60e33c6b5a57081571d0f96b86ebc
MD5 0d5fc8aa79623a2007d51dd9854fa669
BLAKE2b-256 4e2bf0d7c3c1cb5247df41d0c90c42cff2e8dcece2291b7fbe250d825218c2f8

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ba9ceb4715c8550bf6e91a58ca29f4161fa396820f424a7080842206901901d
MD5 42dc4f42e69b7dd3214aae3a7712dc9c
BLAKE2b-256 4aeac169c71cc9ec9c48fdcbe92d4eacded5cc171242be7ad5075c6575d8addb

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e13c8df77b2ac87ebccf6167c856840a24165c40ee8230a3d556e2f404b8d5a
MD5 f7dc26e9537310924244eb0df6119296
BLAKE2b-256 d10c63e5e86487c5775d6932b1c94e7af66aa915d99489bddfd3683bdd917e64

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62e1e3b4aca0b90bffeff31d72dcb6b1bb727c1ba67f5004642ffe45ebb88ac7
MD5 6525805ea2dc051aae2390d570227ed9
BLAKE2b-256 ac52a77b5d690e85a00b6b0bb46acd661218c86baac0cfc4ab1baa4df3995889

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ebeb25e35aeeb9fe0526771409d0407936676c9b0e0de0185f12d9d8ade3ed7
MD5 275fb1171f15ba6e212aeabb54c4a874
BLAKE2b-256 5aa32d57a3b86433c639223cffb603e75fbcd69afc2dff2b7f06bf340f9345d7

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-win_arm64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 106.3 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 32ec987a183ee82ea66902162784db2d0f4f184c3e72b8159d7a8f0c333de8b7
MD5 2397387dd19bc400d7b178a158cea20a
BLAKE2b-256 f380c734f80cb5f8feebcfc493b031ba7ae7dcaef7aa22759682cbca20824444

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 107.7 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 928f33f3ff238f9326006a418100a32394847edfb664442e433025f919c4e2f7
MD5 4b0d4157bbd252b5d6fbcb1d1e8b3ca8
BLAKE2b-256 bc31ece630fc0567c2c24802434eb6fb3f507e8a8b3bb6c9450aa751ade99a89

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-win32.whl.

File metadata

  • Download URL: lzokay-2.1.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 103.6 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 5577ee05b33bbce28572a44c939ebeba67908cf5fc7f2c45c367130047e5a77b
MD5 29f75e8b7503d878f06c66bab1e1d073
BLAKE2b-256 b3784fff6075cbaa1a0ea1f6d45fc08065a890876c80eb5bcf9a5c7fb7ed3648

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1619f66f0116b3142063decec955a6578f62518ae9050cd393986f4c14b73d
MD5 e0871b898e79afe675c283c70b252cd2
BLAKE2b-256 aaf75bcce1e73dda9a6f2b24815a2891ee201f7d946f8ee70939f234592aa368

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c87c9fa436368853c86204c3155ff76ae68328a627a70c602713d7e6ec9ee846
MD5 1e6a1f3213f5576bcaca7efcd5d5ee45
BLAKE2b-256 6d8214f335737afd5c48230a1c7038af8eb60286071670441c9f8af4a8ee1be2

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fa2a5abd954c09db1173f69eda8914c650c085179f5f0684ab3faf64d9f39483
MD5 60a5a03dc5f8af148bfa180ef7c43734
BLAKE2b-256 d2618fda2f1984dbb3ef8d570a373bdbb2be1e5f920186dbf00259f421023e35

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5509589d8f12d4e9efcf5aa90239c701459b122ee2c788533c693c415ea4f55b
MD5 5cee81eab25b7f4251003af4cbb8b522
BLAKE2b-256 d7b3a62634b53acde4f408c0d3111ec27160ff8887ab1164f9b20aa3e44aed17

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6aa14b39ea6d80159a25de0f337b85cd59413a1e42c9ba34e18216202099ab8a
MD5 44b00b75314840906ce15b394f71d5bb
BLAKE2b-256 313d4a074523976bf7f56033a04c47fc9319834592e470c8a95c3fac587b8976

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b35f888418fdd7d85ec8ae6e457a1d5f4a3f81782ebb1ebf66d664171425ca8
MD5 2ae26e7a79715b986d49bcf6248ab2a0
BLAKE2b-256 968f55550a952b6558cf23c382380f56822962d97b60cc0250e6b91321f81692

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 34d0635cd0bb918f27abec86b43dbff03d3f04082c729b3cb2ec481c6bc5551f
MD5 c446b2a5a81d286dec8a7c6923441cd4
BLAKE2b-256 30aab5bb72ed1e8fe12c460cfb870f700e76f0d8699eb06a7e5ca996f0fc5530

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8797a58ed8b70e7556eab747105abbfae41716824eec7038f2e3a10d99ae276e
MD5 efd0802404f738c1745a77f6b205d714
BLAKE2b-256 da62a329ce5f1c4c0cc64768b42d693b945e9646456f2d6cfa516347646add82

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4daf4f9e266257cc33e43aca5419e6baea0edb44371dde064a8423f0332f705a
MD5 defc6e6d0b37d7cc22c741bff812b3bd
BLAKE2b-256 69c990b8b2430761eb503b6fe2e7851b3d4e010ddc038c123292509a7a796104

See more details on using hashes here.

File details

Details for the file lzokay-2.1.0-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for lzokay-2.1.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 354be3a13de4a4d1b5055d7987ee3abfc2c7771c4bd0bc1cccd5e9bd7eab824e
MD5 e8d310723517bd9b0ad3db05c1f06fc2
BLAKE2b-256 5729a3ce478239081f956959422c3f1acc05596f6f0b2fa7ac25d0c5fc128486

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