Skip to main content

A fork of python-lzf with pre-built wheel files.

Project description

python-lzf: liblzf Python bindings

This package is a direct translation of the C API of liblzf into Python.
It provides two core functions: compress() and decompress().

- compress(data: bytes, max_length: Optional[int] = None) -> Optional[bytes]
Compresses the given input bytes. Optionally, a maximum length for the output
may be specified. If the data cannot be compressed to fit within the specified
size, the function returns None. If no size is given, the default is one less
than the length of the input, so the caller must always be prepared to handle
a return value of None.

- decompress(data: bytes, expected_size: int) -> Optional[bytes]
Decompresses the given input bytes and attempts to fit the result into the
specified uncompressed size. If the result does not fit, the function returns None.

This module is intended as a low-level binding for applications that need fast
compression and decompression for small blocks of data.

Special thanks to teepark for years of selfless maintenance and support of this project.

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

python_neo_lzf-0.3.5.tar.gz (10.7 kB view details)

Uploaded Source

Built Distributions

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

python_neo_lzf-0.3.5-cp314-cp314-win_amd64.whl (10.8 kB view details)

Uploaded CPython 3.14Windows x86-64

python_neo_lzf-0.3.5-cp314-cp314-win32.whl (10.1 kB view details)

Uploaded CPython 3.14Windows x86

python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl (20.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl (20.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (20.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp314-cp314-macosx_10_13_universal2.whl (11.5 kB view details)

Uploaded CPython 3.14macOS 10.13+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp313-cp313-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.13Windows x86-64

python_neo_lzf-0.3.5-cp313-cp313-win32.whl (9.9 kB view details)

Uploaded CPython 3.13Windows x86

python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl (20.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl (20.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (20.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp313-cp313-macosx_10_13_universal2.whl (11.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp312-cp312-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.12Windows x86-64

python_neo_lzf-0.3.5-cp312-cp312-win32.whl (9.9 kB view details)

Uploaded CPython 3.12Windows x86

python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl (20.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl (20.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (20.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp312-cp312-macosx_10_13_universal2.whl (11.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp311-cp311-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.11Windows x86-64

python_neo_lzf-0.3.5-cp311-cp311-win32.whl (9.9 kB view details)

Uploaded CPython 3.11Windows x86

python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl (20.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp311-cp311-macosx_10_9_universal2.whl (11.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp310-cp310-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.10Windows x86-64

python_neo_lzf-0.3.5-cp310-cp310-win32.whl (9.9 kB view details)

Uploaded CPython 3.10Windows x86

python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl (19.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl (20.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp310-cp310-macosx_10_9_universal2.whl (11.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp39-cp39-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.9Windows x86-64

python_neo_lzf-0.3.5-cp39-cp39-win32.whl (9.9 kB view details)

Uploaded CPython 3.9Windows x86

python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_x86_64.whl (19.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_aarch64.whl (20.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (19.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp39-cp39-macosx_10_9_universal2.whl (11.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp38-cp38-win_amd64.whl (10.4 kB view details)

Uploaded CPython 3.8Windows x86-64

python_neo_lzf-0.3.5-cp38-cp38-win32.whl (9.8 kB view details)

Uploaded CPython 3.8Windows x86

python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_x86_64.whl (19.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_aarch64.whl (19.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (21.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

python_neo_lzf-0.3.5-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp38-cp38-macosx_10_9_universal2.whl (11.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

python_neo_lzf-0.3.5-cp37-cp37m-win_amd64.whl (10.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

python_neo_lzf-0.3.5-cp37-cp37m-win32.whl (9.8 kB view details)

Uploaded CPython 3.7mWindows x86

python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl (19.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_i686.whl (19.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_aarch64.whl (19.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file python_neo_lzf-0.3.5.tar.gz.

File metadata

  • Download URL: python_neo_lzf-0.3.5.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_neo_lzf-0.3.5.tar.gz
Algorithm Hash digest
SHA256 77395b729d224c65b7b69c2b8ba89995f9bbc21bf7a8401865763c8fcafa90a7
MD5 f6b7bad05e6e8d078627c829d9d25a20
BLAKE2b-256 b69cb986e3addce3adc8cf714367dcf57c335d25384d308e9a992f32fd93f88e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5.tar.gz:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 410589c5e56b7e95f07dab7c8b0d5334d3916e2206231d90385024a2f51007fe
MD5 594dd5d19e26a7c40f985b5107af3679
BLAKE2b-256 0f3c1ffe47c655035f73dcd8bc2827e3729bfbd9f7f46a28af97363fe608df37

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 390fcc76c9b048b9873f897e4feb7f9e3cebc39b0c2ab6924e1903214f77b309
MD5 5f10383acf66b7cff700a58f0fa84334
BLAKE2b-256 63a76ae8ab34637c487c3b317490373f3c799e6e2d624a907bc7233ef82cf356

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2811c387fb1dce9a7e51678a89956f47b9997b50cf1058a877532a30a9b44ce
MD5 ff68e8f153e15cb8748a5ad39a90c594
BLAKE2b-256 4b3c4ad02ffcc4b89eedc0ee076e628b0de1b4bf9791c1ab7a48b1468372e52e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 962be6db1f8e9c100349f9fbed8f50d8a1d376c20543f3ecffa0a9f6099eaccc
MD5 ab12191f7a398c5dba6471b7ebd04241
BLAKE2b-256 00f131737d80e00be18dede7c032630b3f6261d0df01384f6689796572a5b9c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03da65d1d25e5d7d65fd0bec1ddcd61dbc9975d06729a36cccf0802e1941ab1b
MD5 63852c347096659cebf21946de510f1f
BLAKE2b-256 36fc7859647d117e4bb881330732091f8fcdff87fa0a2ac400a86bd78deb3281

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 956d2e59ef45e17f2398250afafc9f2fc3de22b81001ce1f068d9a32dc3006c9
MD5 791f00462286ec24990a8defb014eed2
BLAKE2b-256 c8191fd6c4a3bc46c8a4255337da3ebb9e24c0d0ef5cf549a5ea8234ce590260

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp314-cp314-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp314-cp314-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d38ca7eb4287c6944d93e69e3e1a821f57d8f6c3b62c704c6856a52b5065ded4
MD5 baa93f3de544596560747e25ea59e21f
BLAKE2b-256 44202441c5696d88745222668975c569699e66e32a34225f62cf767338ef2a2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp314-cp314-macosx_10_13_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e838ef48531316ed03c6213605c7c6732d7cd7775e23213eafcf8846b0aec5d2
MD5 c632f05f5ec7e1d30172b124b7f38676
BLAKE2b-256 bf8dc29f887a1bc636a521db634fc15d7c1a0b4c6d3d18ec5fc35f39b86cc304

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b863bf35fce56966887487b72508deae801a083162be081e1c8df9a39b74534d
MD5 08c22f9b363ed67794e040201e2d0ab3
BLAKE2b-256 6dd10ce9a8a20d20f01ae30ab6c3ca0ee4b5ebe7fa6bab248a305b66b2ac66f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 989a2576b7894a46640d12514e6452f6e33c0ee3a4ef791f7dd14dd8b99d3535
MD5 43b4cd8eff5de3165ec2506d8412ba0c
BLAKE2b-256 b8819e611340d4257f35b52589f94cddcbc57ff8c17aa0d95a8c25e78a675aeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4d7af6deeba3a454d3b873409efc94db05bc1ca4eb6a5fedf406c53b2d5ea04
MD5 adac855c4c9502fd1e48d24058c795ce
BLAKE2b-256 0a429b72469288765b8b0b12f8515a8bb103cff3f7d373cec88918e5a5053eaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82221a0dbcb32b54fa750a8678b00b6147dc5c76bd466c2375166bf2aaa0f5f9
MD5 39b5fa86172cf01ae4235be5febdaa59
BLAKE2b-256 acf1e39a8b756bae5d6bfba3834b63ec17308be7d35357f502bd4b87ed1d6749

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f8c1e42e1aaf3e493a10be36177ccd69cd36f9d5af509ccad733169c9da649a2
MD5 b10cc487ea5749d3abb93f1bd4069529
BLAKE2b-256 c1829c361e610fc1edfaf30807d8d17718d8ab573ad658fd781b06d7185c4505

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9a855458b47a21e704335026349b4074d041cf70151c5aaf16db15793a001728
MD5 426f34dc5b207b138a8e72680d45f443
BLAKE2b-256 c695a5285d6b9eb973433eab6affef6eaed623ad87b057db96519016bcecbb4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b7c7e168b5aa1d95282b6f713753c2ec3248ab9a617630050c8f77fcd261a516
MD5 bd87780b996da74ce97e0d2b578a0cf9
BLAKE2b-256 2db556d7ffd8c1b5d6517c5dea2e0716a547e1e4e9e8ea3a002554143671e767

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dc2bb4d6c1cb46c3e074c5df874823d4f46ec0dffaa39751971bc2749049e8df
MD5 f0b63bd7a08006178f0d942bec1d52b9
BLAKE2b-256 47b678844f594b3bc8a60492a3c3779d1b9f48c5b5dd3e8b3d94fef47bfebe98

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 088802128b6b668330444861208a54069a5d18683f62c5a6ce695c47d64fd5ea
MD5 2d7a455759d0bdcce836cd0275c18667
BLAKE2b-256 341579c1c35d35c944363c049f7092c0a9dfd8a3bedf53ec735e5e48b5902b07

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5dc47d1921db6e1e4b516c48af61c6ea4aa3d3d5672877f88af4ac82f1f6caf9
MD5 1e2d1be830b26242740d460936fabbe3
BLAKE2b-256 ee1ac9cd268ae8393457a475dfcb95270448c9fabe62acd2c4126eba7fa48533

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ece51a17f9bcf7371e183044c327e2f0c5e339e6aac66f43a2c7fcfdb2e62d1a
MD5 95678e4c6f739bc09d136d03fe118f98
BLAKE2b-256 fea87c38424d00dcbe1f796193bd7352bec2288099897a9a292ed04dcee47512

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 221907a34ca8249d9695086f4009c5ffec53670a2611815f167f757e134adc71
MD5 1abb88ef7f5e4290b3690bde619db70e
BLAKE2b-256 6a93ffcbd4c424ae747563fc85b700ce300f9710c45b72d03e0047aa1d5c2f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 af17b9a0881372a33439ce6a8d7bfbeeae74d02739885d924cb0f267d7c944a2
MD5 88ca3c4c1b31d32fd6eb5d773e776a40
BLAKE2b-256 0c8c9d5a4ad778352b725fd970e706fdbf327f836975f24efc508f5bf88025f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 727175b79a74079f9c48614bdaa64305cbd07a5b3b6c4bae7bac2d0c2d2fa2eb
MD5 84dc1e0dc265b4455971c292494a373e
BLAKE2b-256 3d38c8efcc057097b4a1461ed4dae3017e5eda71ef68437d296ad2ca5d78b010

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 daf6424fc359fdaff27f7ed54db6bc05a16f68bc521b4d7e45c1a90ece88e406
MD5 585596a87aea812b3551add0af23f965
BLAKE2b-256 90da417e5dbaf176d161c418a61eedd8294960963ca1fdae005acfb7c7dcc9ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b48d5847785191351b7b1c8d1ee42e853f0180c4d28c28a00248f60e16e3f20a
MD5 929e6b2966660eaaa9d070f0498fe832
BLAKE2b-256 20c7b31aeba8f2861aa96beb6fde730f1abf0ca0cc052816f319983303018cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 031a2213be5abe30b3bdf6e9dcf6e1c74f612435db5fd0a137dd640f4182d702
MD5 37db898b20fcf28b9761092ff67f1911
BLAKE2b-256 e19657da914c2d9379b3a31000e01595346ad1ba1c847e78bce9e80e46e36f1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 963265a869ffe6bd72962859d13fc97f744610cbf3aa42b09b1ec4138ad08979
MD5 3677e8a048d8ff0d43c9ff1e3d38d025
BLAKE2b-256 e231609a443a0a23c26aba049df2f00ca8de22af0d4fa4ee1d0f1c64f17c6ba4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cc917542baa1cf38733f57dd4703d1f627bc9e391af44e63b8b557fa0b424457
MD5 285131d2bb166c6fb9509e9d6d18503d
BLAKE2b-256 3e28900b15eb541e3225eb0b0bbddef575336fa7500490b90094eae61e929996

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a1bce9ff658cf20c78aed181971b88aa5ffa93ab52885137d53f9904d43d4e6
MD5 544eed9f9e4751d23757a6c6eb13aa0c
BLAKE2b-256 15848cf3605feccd40d98d278d852a9fedc183a29d347950fcf0de00877f56b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d401c78390f66d8ef048b6ce6150d199f811dff52b4f32ab478625fa3d7c5e1f
MD5 48797f920f7bdbd3bd9db68e9fb43210
BLAKE2b-256 a442c421eb29011125fbca98ec768a1aafea28d582063fe3955cd08fa30c20fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1a30e8512fe64d2625a215a0c5c594c7e06ad0c81937da0ec1fcbddb2e23a57c
MD5 ba05ca14e8cb0141e81d2f231f67c8ab
BLAKE2b-256 c8173b8ba4c10063157fecec09e7ca59eb44eb9c046e1467d9ea79f51c1b8ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 685c7c0d07876616e3bbda5bacce35dd84decbe843f6624f983d9713b5173c88
MD5 71133174aefe7cc500f975bd0507b038
BLAKE2b-256 4301bda6703ba00d853c3b4f209f6cbf86247ac8cf28eb83b76b424afbad7245

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 159d20b241ec912739a592f1c00091afb9260b6f5994875b150649f3bb123b74
MD5 e34b7c0f1cbb0b895c122103eea71724
BLAKE2b-256 31daa79b9f80ad220db7c54093d0c4cb70ea950366fedb918a63e0b62c81da25

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 954aeaee8dbbc2f295d082b48ea741a96ae6c0ce4e8e75f6a8c8272ef4a2c7d1
MD5 43adabc0bd4c59126a84d0d5cbe4543c
BLAKE2b-256 118cb356f4d3b2348fa49a371f4325d3f542c9e5bc6408cb6113c9d03fd1f2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1f3af0608b60284b31f59981d44adf19502586bd15f1610ff26e30c709d22a4c
MD5 ef91205ea41379e55f128095c8f107fa
BLAKE2b-256 57538f2a101f5ea56c063741a7dc4a4870e52a9e7d865a74ca18c508b447a22f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4855b812dcb2dfae20e1dee36e349bec70cb84e35a9354d94f4f1b422ddf8f18
MD5 051c3a90513a6cae4564d4e81f0ecaee
BLAKE2b-256 8d6df6f3d5144035a62bf2c18344365141b753a17d1e2356074474706ece2b4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b500c8e6b0b08dd140707faf8b7e502133d3ac155a5fe8ab2d7ede39ba62841b
MD5 da7beadfd9b25ed617d735c4ad5055af
BLAKE2b-256 cbdd526577b45245f3a90b0ce66ef8f03bfa88737c3754902d64d5c8fe503979

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 59c3b03bd462dbf8c5e0f368b9518517ab445a00001eae6caffdeb33d65dbaf3
MD5 4e9a6908c65d121c0b825d88794ac2e9
BLAKE2b-256 28e2a55a9bac042ac492c8422aad0cd12582bead38690d9d95f5a4af6ebb7e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 560ea0c8c828bc664347a2ec40eeaada9f95aafb8c909ef4a89688e20feaab81
MD5 03a108765322c53bc70bdef9f18e49a0
BLAKE2b-256 d5c9d027663f3ade496027bc72316c0fc8fa00467d4e8df5085d978a6e0199b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 230cd68db1947aea68911f7007d4b9122073d58850ebdaba818621102d6245e4
MD5 e2a82838e9df0a2d23fc34a5f746310b
BLAKE2b-256 dd473ea831e616a4cbeec2be72287bc788eef9eee2909ee2c48398fb917baa0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce050d8b8770648a15f91f0f9db24a749d0fc0fc68de40f55685fae9bc40e1bf
MD5 dd0b9c8af1b61e318b580d1bae59a331
BLAKE2b-256 bbf144a6c5cfe2ddce4b8bfcee30b322241cfdc1563eafdb47308a9ee2aa9497

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 645f00011e793109da19525c26805be9bd7124323a7793333d2efa972ad2b311
MD5 c32ccce18a98dc191e63ab066cd4b9fe
BLAKE2b-256 5891fcff0556cf87af0f13c6f76d9d5d9161119849e5135f1e51af6c98b3050e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9affb5f356a63988c96225f99ba815c494e837832691bebac0e8b8270b4e4209
MD5 5d957317afcbbd8ae157d1ffdc54dcca
BLAKE2b-256 47233434a9679e4320bae61072f58e4ce9de7496205fd6ec24523646f3b8eaa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b50ec92109ace60daa3bbc0782239aa853a838fa15a89078414f6e2c6c505665
MD5 338268eb95a312e3ad97b54cbead2adc
BLAKE2b-256 4f508a5e71995dbc0959daa1572803c4a2dc77ec29aacd9340365a8ad018d78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a96ebc750228834e17e7c3305cb61b6931a5cfff3091383316b1307daa85430a
MD5 8019e737561745825fa1baf56a3db205
BLAKE2b-256 b6f4dc316190ed0072f3c1a2566213a6104d609971620286a7c4c2fcfdada58a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 454242f19fb9bd7087ace2aa4af9382181cdaa558300db55b3e07ccae6dbb417
MD5 53484f866d296f8b603e44d9ee4c0714
BLAKE2b-256 c15a0baea2d540c8f65bea670faa90c98c09789e4f97c7d92b39d21a3ef046ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37ff46e5d4b493a5a9da85293b1a502b350de8c1527d6c0140468b08de034859
MD5 9ff1cf61933771d96ed0b8fe5695d0b4
BLAKE2b-256 9c3df972a71cb41efef7a2349e5076206eb1e6d35396fef180fa1653b7d82397

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46d4554829b090661c26ff8b207ca1f7a86e5eb9a9c703ee02ecc2d857948a14
MD5 bf3f7a645b7f78890c2f855be480b373
BLAKE2b-256 579fced225e07e11fb0e7979263a297759b5f301da913d8297097fe2165fa1c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3b498e9132b47ec7e426bd14f25a497ac176628f9f713531a65fb7ca1f2b11ff
MD5 d6f232d4166ace8b5a4afd2c01b675e8
BLAKE2b-256 c4a08e8c6db58cfc06c711c38f077e6f20219bd17c1b96ea41551b345c65a334

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2fe5721213353c46abc57ef43fd5ac7ffd8f0d24ace9e5b8e61f3791710d8694
MD5 25db042f5a216868794e0289250a1e1d
BLAKE2b-256 79aa9910ebdd9df120d993ae2954bd276694624a5b454bb4e21bf008a3fdcaf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp38-cp38-macosx_10_9_universal2.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e9df04f3780c3336e63bafa83eee55135f4179fc69c6ba40bf0e90f5ac5e2834
MD5 2c9ade4a0b48ed9bda81e56ddcda2109
BLAKE2b-256 c69b22e6b28a14f25536f73fe988a30bd391d69fa0215b7a2067290a1fbff3ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-win_amd64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0654a8cd33cea8bc2efb3248d6bb20a870e08cd0f9407171c7c60e33424915af
MD5 1412114ff596b7f9d983bb0f9efb5d9c
BLAKE2b-256 51a8be325817568ae92fb9ff231e82bfcdc15aa9dbd75b2af8e842bf135ed102

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-win32.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bac52687e27e37753bfc69aecf37c1010bf0e527cf117f977c2d9e590408751
MD5 951b75dcb5ed7d32fed1ef39fdee3bde
BLAKE2b-256 681ce30fbdaf65fb60e9e954d2cb4fae517e27a197c084864c59e9f684c38e26

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c8481897c37cfcad428f6ff979fc140ce1a485a6a46410f1a9ea2636b2df69e
MD5 3f545214d43b02619656968fb5222290
BLAKE2b-256 f34f89e4a0bbff55a49fb88f1affd6010e64c367112bbcdb6f0345a8af665bca

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 809bcba4a9fcc0cdeb6ae56816fc2338bece716aca1789451f0da4042973e72d
MD5 84ecb740d4da32f5d75836ee82891bc7
BLAKE2b-256 d9f298c194c5273ed760258c22b3070aef9c3084f578672ad6325e27ac6e9a21

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c535dcb265c3d0a4ba3e74373507ba2625d5d692fda882eaf0ef7a581d77c31f
MD5 ba0c013cd9e97784b627f948425348d2
BLAKE2b-256 24a68a932f61eb8420d63c1d4d5e21be30350999cf2dfbb64d084d199e40f1d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b8cc4a5a1f4fadbb66dcb8ceda9697bcbf2c06f4e65cf8288cae3f867238abc
MD5 60d3f07d176fd614df81cb740d599bcc
BLAKE2b-256 c7f409ed56973b0d1937c91bcaca6f4f1e4b902a32f4a712eb01ace6b74aa8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81cf4f5dc3030a6c336b51aa808dc295b7c11a493de13fe7ed02c63224f58d3f
MD5 02fb1dc56ed8a18e7729ae77afa654e6
BLAKE2b-256 66fcd1a70ff9e96b955235d0c8459f47f5d4b3f9337cea863bbbf5ecbe651b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on FledgeXu/python-neo-lzf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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