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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

python_neo_lzf-0.3.1-cp313-cp313-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

python_neo_lzf-0.3.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (19.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.3 kB view details)

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

python_neo_lzf-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp313-cp313-macosx_10_13_universal2.whl (11.6 kB view details)

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

python_neo_lzf-0.3.1-cp312-cp312-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

python_neo_lzf-0.3.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (19.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.3 kB view details)

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

python_neo_lzf-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp312-cp312-macosx_10_13_universal2.whl (11.6 kB view details)

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

python_neo_lzf-0.3.1-cp311-cp311-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

python_neo_lzf-0.3.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (19.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.0 kB view details)

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

python_neo_lzf-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp311-cp311-macosx_10_9_universal2.whl (11.6 kB view details)

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

python_neo_lzf-0.3.1-cp310-cp310-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

python_neo_lzf-0.3.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (19.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp310-cp310-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.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

python_neo_lzf-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp310-cp310-macosx_10_9_universal2.whl (11.6 kB view details)

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

python_neo_lzf-0.3.1-cp39-cp39-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

python_neo_lzf-0.3.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (19.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.7 kB view details)

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

python_neo_lzf-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp39-cp39-macosx_10_9_universal2.whl (11.6 kB view details)

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

python_neo_lzf-0.3.1-cp38-cp38-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.8Windows x86-64

python_neo_lzf-0.3.1-cp38-cp38-win32.whl (9.9 kB view details)

Uploaded CPython 3.8Windows x86

python_neo_lzf-0.3.1-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.1-cp38-cp38-musllinux_1_2_i686.whl (19.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

python_neo_lzf-0.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.0 kB view details)

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

python_neo_lzf-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (19.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

python_neo_lzf-0.3.1-cp38-cp38-macosx_10_9_universal2.whl (11.4 kB view details)

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

python_neo_lzf-0.3.1-cp37-cp37m-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

python_neo_lzf-0.3.1-cp37-cp37m-win32.whl (9.9 kB view details)

Uploaded CPython 3.7mWindows x86

python_neo_lzf-0.3.1-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.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.8 kB view details)

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

python_neo_lzf-0.3.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7ed44ef2e2b12bae25e32dbbf10e49bcd00ea96dc560ced1ea253f09f0989e96
MD5 b33ee3740e3cb315ec0990b88b4fab04
BLAKE2b-256 7925d9806841927c6c40485d1d62693edc3ae156c8fa6a4f9dea327bb0dc563f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2f31ee793925f2c1ae760715979f688073207400a7c635e560ed9ba9c1a7f44a
MD5 2e34bbf323c0a1326748f4493c176664
BLAKE2b-256 ad7b7aaf458540b9370d397e6101ccd0a8ab6a33452f29bd97bba9be59648367

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a34930d7f8c53697982eaca5d3c349854f980833c727a3936dba9f4dbedee4c
MD5 124ae8ce44c97ae7443b568919ccdbe3
BLAKE2b-256 9e1db85c8c3c1fc31d9b23eeed18f1bd6c7c3ddaa371fde6a2e168e68bad4e15

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce8723b434dc3e8978e6bc3911a766c3702557b4a178df3f7a1e18a223cc76c4
MD5 89910effb722a71c141a373a2810eba3
BLAKE2b-256 68cf336f1647ea62d3f10b869daceca467861ff2fd9ecae0778038ff9fedbc7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp313-cp313-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.1-cp313-cp313-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.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29bd14738ac8d2734c3b66e3a5d63cb5bb415517d19ec4e8b61d60a85f5e302a
MD5 03ce8e74b3fd9999acaebdbef7de0406
BLAKE2b-256 b500eb1d505a8edb0987e214cc5b2dcfbc8c5c40bff9bf9ded845edb35856968

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp313-cp313-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.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10896a599aa13d13af64ee74dfd97e4d513665b87c41c010617307cc4216b5aa
MD5 8dd34e970207442c8e1ca8b8b9476755
BLAKE2b-256 6bf2a5a8d33eb5a3e897dece135c9a73c22ead92b2e84157c4943cdd1493ccf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp313-cp313-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c6d1785f88a80b108a08f4335c54a02405ecab957b998ea3595a1da67953acdb
MD5 d1ca76bc2f87a5922b27b1088c943bd2
BLAKE2b-256 425547bfb63ed819b64a40ea3904edac92956687049c5916f30597b4e5c0ec7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0a78ce61a017befe705d6b3e4661c9a6eb0e97a40fe348e52cb466f5417a941
MD5 391a8ffb4fa352cfbf6c592b8ec14fd3
BLAKE2b-256 9d463f7f043d536b89f467379ea1fdc5685ded4366466cfbd69d0fc4088e1f43

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d70bc9107cf1aae502c252c656b6acf1d0291b7da384efd3496ba7c56c677eb3
MD5 3c7086fc5d164ed9240974a43f6c5f0f
BLAKE2b-256 4e4de3e3c51b80704a2b7fd24bf916e38062d29ae3f3f6250152c9145de70fb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3356cfa0803be4e4b85ba70d3b083314c3761dc1495f0d6c9fa42a71cc05055
MD5 58a4ae7cdfa2691c291bde4a4d77fafd
BLAKE2b-256 9c55baa0209f7b334651b2abf98cb573cfdaba23eab194fccc4dc5df3e7b5787

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7be517228a60ab5d55bfbbadfca6c0ebd024b7e5f9f918ff9d1782041b6c0661
MD5 6cfe7604d5967a142753e3dedbc1470a
BLAKE2b-256 2587fa01130ea9b04b513dfd1fa62f073f8bf1c261be8b2f546198ea6e923e37

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp312-cp312-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.1-cp312-cp312-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.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d201ae00f687bfb6ab50185f373878dee1ddd97d5bf227d61bc5425bd6ba9d9b
MD5 e522a5e61df10d7a4e946c5de2a88a98
BLAKE2b-256 2e612bb3378907a15fad49d386df0ae859ce4162bc20e162b42cd16e226f92a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp312-cp312-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6bc59cd5d7550e8e9ad2c35c6e071316624bfcd9f7b7ece46ecc768eb53d8bc
MD5 4137377767612a297027dd1cb341e137
BLAKE2b-256 573a92c86c6e541369733425d2b4d3b172fbbac29c6daa51703615a0365bbc70

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp312-cp312-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 30a22e7a41ede8088b547200d74b65a6be7fbdc656318467a32549fc4abed6ad
MD5 35044d0c365d4b08cf053a070023f036
BLAKE2b-256 72cb1f9abdb46ed58325f8cdb9a2a26123e33d63131d73e2e577bee3e527808f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 32a83187a8d3dddeb96a111e142bc8b7eb0f3cba166f1f6b2e3f8c779904cef6
MD5 21f249b8a3af97396e37fa51ae5ff3f5
BLAKE2b-256 707b12fe5c629283eab022f5be54de9714fe5b2f21dd81e5e36bc1c2a568f3b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5efa52cfe80f0b3f569a0882637c7b1d0242a89e05a4ead1bdf63b23d09c3b42
MD5 1b416fe9be4454b804cd95f84130feb5
BLAKE2b-256 f99e671df8fee1a2011f3f94b1c73598526a474e1b7a5afffc60983482d93be1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8393e2db6804bc07d36f81964e2c27d13e0d122214f03d9bbe5c40d44df9931b
MD5 e61fab2ce7f733376a23a2bf68e57637
BLAKE2b-256 3120e14cdf425dbd74e35bb68603e79f25074f9cc404e59f3dee0cb21c1aa0d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 101fdfe2ad344a8701f07e86aa372e46c02edac5ec897cf6fa034b6faac203f7
MD5 57756a78f66e7cf1705df4ec41bda466
BLAKE2b-256 e05eec512dd9f7596a0b03024af0c98b8a2fcecd2c1f41e4d6b2ec1c1a26ac4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp311-cp311-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.1-cp311-cp311-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.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2193e1fd5dbfc8829f0dc90519019577a5177d4112581075fa0960be2cd3c8c9
MD5 1af17f635b9ec1ff5a9973806e9bc384
BLAKE2b-256 18e6c717fcc477bc3dbf3bc5534376e5bc08afa95a28c08ef73ce614fafcfa76

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp311-cp311-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c980aa65f7fdad4988c33ce616e4358912d0ac72c6559ee2b0c11c4d62361745
MD5 f784b3ea674d7fcfae570686174b63f8
BLAKE2b-256 5add71133cfd2906e3bd40e67296630aed8d70acbe996c71532a0750a2482ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp311-cp311-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b7bb733500fb24ceb5be27d4c8ced37b020793c89dc2f1abb67f4a9735bea84a
MD5 79fe0c1be989739ad825b4a784cb8ee4
BLAKE2b-256 8c956bd21d78ae08c56c11f71454fa8812fa938c35192969b3b10eb171e7825e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cfa3fc87e751e39d336babf429eb052d749253f611bc7bbf089ee3c58e0446af
MD5 40683cc4fbb97902964a1bc0176cc74d
BLAKE2b-256 ce0d03f18c3f1fcb5a95250a96b4ed198b6ec6d5f72c7770e78728b3de40e24c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d1f65aeb1cd869a0a21e794551a8a1867bf5a286e9d3f0715472bb9c2d16ee43
MD5 2716f22a25a5e29dd090dbed2439b89b
BLAKE2b-256 8abc59eea1d66252aaaf8dfd6940bd294cefe57818b791bb13e3659f344e98f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f24e91ea844ab28b82244fbdfacac1be128780b917b1b91eb71e3bd2cf03a2b8
MD5 881fedf4409c99822123c79696d26570
BLAKE2b-256 71ad29ba80305db37c892c181c0ca781c7e730cf81ea2a87e0021d99adf06de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6c033323706f4c64c05be8077f244aaa9a6da529db4a940bff9916aa3229012
MD5 9386a1dfa7165e34fec4cc0f46342b34
BLAKE2b-256 2cf55c419b72985a2160dc8d224edfad07ac8e86607267be22c62126c267b0ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp310-cp310-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.1-cp310-cp310-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b318127421c15c395e802239850c6286937e6d3e7db797c24390a3334aa7860
MD5 52c84b5ed1cb9542afdab6d38535b733
BLAKE2b-256 796e3c6cd94cb155f88fc41753c54178adbd374de55507b835d8f587bea42221

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp310-cp310-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3c331add58da77c3ffdccd356c128e75840bd175a5c26e73983c958bcc6a183
MD5 12d34c79d9cdec491d08d3092dc0e468
BLAKE2b-256 86a1ab1763f6637928551d64455dc66bc87eecda87233bfb8016921885da2162

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp310-cp310-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8cd08e8798789e9fee32906a15fec1a792b21ef0fabb3b5693a5c6126f12fc7f
MD5 c414ccf5b30ba126b56fca5ce2eab66d
BLAKE2b-256 7776d7ecb1bb87b63f7dd05e73fb5442c6e12500ecf14322af1dcbff70f73676

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0b9c5e060d8ec5e196cfae3155f95453675a0feea26be18a8f6107e9d7a77e7e
MD5 969fa4561e2c650e51edf479c436388a
BLAKE2b-256 86e0840bcd545546c3554aede3ce93294c89b2eed2a20dd2a17a520ede6428e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.1-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.12.9

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f0d315b238179ebc3c8a7f2b0b1f43b55c9670bccdef57867f288c827acece4d
MD5 eb43aeda0280841b3e76945eee09b545
BLAKE2b-256 3e735d6af415a88ec048b9aee6407b89181471c43a44c2fdecad8af6ba0d9296

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93ea12fda643fd266a2ac02d36a4dd37bf840cfecce5c7ad534d63a0746712bc
MD5 02aea45e925074777c22b8b835369430
BLAKE2b-256 f6e7525417261cc6ea8340167dd5e095f9bfbc714e9514e68ad9fa8214c5797e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1c99aeb684f86ccb1e38ba4360bc48226aa593760b28df8c8c6514b68ad3632
MD5 d19ec35689c07bdcd88c5ef35a781818
BLAKE2b-256 8edd6dbda2e28ce571811440819bae9f2e79aac39e106cc8054740702c648f83

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp39-cp39-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.1-cp39-cp39-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a74fc7b7671c9b719c6b7d7751151d0fe891d008bafd504ce95406bc0e85fc6
MD5 f9927169d92d412ddf8fda16a3206516
BLAKE2b-256 79de55f9b17f3a479071086d22d3767d2a2fc862d28fc7f2709a40b1bb705737

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp39-cp39-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ece8e32fe88df2b24b954adfe80f8ed046d57a3e41ac0ed8f5b35b1194e14b2
MD5 48656b5698855a779e711006f0206481
BLAKE2b-256 7fddd722bc38261b39f44d6f4c32d8d20e867de8678af8c777b52f783af793bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp39-cp39-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6bdc88c33c8743151a0d40df053c903f32d14e22481090716343ab5da2b7ef2d
MD5 e9e4855aa35c4ce2bc72f36868a92a0d
BLAKE2b-256 e62349a494828ed05a2943742315adf27f01cb9161cc15af9b0a619e1de27072

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7a631b9a04e390004cbca2d3f9ca554220f95ce02fea66a0136bf51da7110362
MD5 f58c1faff6e15737d4806efe01f4a996
BLAKE2b-256 c63d458bdaa2068ff22242c94a9759393fdd748677876dd75bcab1dae49595f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ba073f3fdf48efe90d553c8f87d2f4d146ec401d6613624ef67498e40feb0e5d
MD5 1fc82d07e04b2e8767884b52645c01d1
BLAKE2b-256 b7963f2ad40fad164a5b42985290256618f3e86c2e8fc6730b6958983fd8ce7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 269b54bbcdc2725a58b9037f7825557a1f93564af2319621161f07fd212bc48e
MD5 c9239be521447a1da898727c67afeb5b
BLAKE2b-256 8af9bc7bbf1315bb4580e440160a67eac42c23305af65911ba43da4a8c16faab

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bfadcf20fb3976ddeb89bdc171a7dbe0aa6fa0bd204b0edfce8b6ea6cf399728
MD5 9d3b37120792f20cc7f231344d45ed1f
BLAKE2b-256 5a61f29f36917760d563d28a0d53585a8da50926c01db4e0b093b43a1a5a00a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp38-cp38-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.1-cp38-cp38-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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64c5e1a8076bd6e095bc7cd90037319d5468a195b5a044c44785a3e37da18503
MD5 34cde77c9f9941bac53af07898ea56c9
BLAKE2b-256 0cafc0443956c5b51187038aee6cf40ba0d5b453189b412b10fd5ca600e76863

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp38-cp38-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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76433306bab17ba0e6d1408da0d1016217ebc9b2948385802576b16fa8141615
MD5 d5d57e587b3857d2f0c30e0b14ad3f24
BLAKE2b-256 c3566d029cce28a6f39a99e7c6e9f043c431fb19db5b54cc27c30fcd79224579

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-cp38-cp38-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.

File details

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ea9fdad2712f8efaea6041d87aaadf72111dd9ceb3138cace116c9bb499dcd5f
MD5 7dc56fbd9a65c294a5db568d949df0a1
BLAKE2b-256 1cac10b3ea7c72f23d6497d88f0153996583b5831658b28852349be2766ba168

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 314f2c27ef724aaf449c3aed1673b2dabd8fff0479fcc68bc76469caca73e21e
MD5 1109732f81b4241e0e4fd2face48d548
BLAKE2b-256 b668ea0e3ffdcf10dce2dd4bdef19ff524a9d21e2021a846bbf1f59be6aa3844

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for python_neo_lzf-0.3.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0ee9843560c9b74f696804636aec061a83a60c723cd453ef3894f46916cbc5af
MD5 7ef0147cd4dc838bb90fe36ef8e6ebf6
BLAKE2b-256 14718e8ba8f6e18571d68892510d84ae7c5bb5852bd938e30ed22e7ffdd86184

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15aab1a8c3dbe897ab073189bc11a76d6cfaba7239445573961183f5d172b064
MD5 936c07af2cb2ac4d3d920da12feea12b
BLAKE2b-256 bb6b5e230091d171c9093f9491e8afdd9e2f2d68ddce645a034f0672fe43d2ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6b4c364c2eeb6b8117a2c1a0ae9b7b801eb150ea88b16a2195d2b6bb827f42ce
MD5 418b5b4ec60b09ef939e95333518479e
BLAKE2b-256 fdd04e61dc0f5bb1f0f552152e8b699c11668fed58b1a970b882272ca0c5aad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60b80530ab1643b44d84f6450f7ca8aedc1c603a1fe3b6a086c7fbaade0798f4
MD5 cff0a596ce3018a574bb370f28a0953f
BLAKE2b-256 75417ce59521736a0b9a04e806612b09f39fdfeb5f53d75d2f05f6176e9a84b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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.1-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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f418aa8f98076bd27e9404af43b709ae524b48888c40d1e9adac38386b272922
MD5 61669fbde38f85095282a8ba2d0ded21
BLAKE2b-256 8119f8026b378966d14d98cbbfae577d3e0aa11c80ee4feb06f9dc95f88d8b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.1-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