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.4.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.4-cp314-cp314-win_amd64.whl (10.8 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp313-cp313-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

python_neo_lzf-0.3.4-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.4-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.4-cp313-cp313-macosx_10_13_universal2.whl (11.4 kB view details)

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

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp311-cp311-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp310-cp310-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp39-cp39-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp38-cp38-win_amd64.whl (10.4 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-cp37-cp37m-win_amd64.whl (10.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

python_neo_lzf-0.3.4-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.4-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.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: python_neo_lzf-0.3.4.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.4.tar.gz
Algorithm Hash digest
SHA256 0fe6cca6db4158049088d1e4d5001bc53636ae9df901699eac5d4600eca01950
MD5 ce1c7dda8413f3c469a988ffd10c5e84
BLAKE2b-256 c0517a92694cc430cc5ba0da24686ce23a0fc974b77791086a85de5b8b4330e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4.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.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d01407fdda6983c79b86c9e874c28d1f67a873c681f043b9c04936571ca914e5
MD5 430d13425d8e844c65f32aa3ea4045a4
BLAKE2b-256 90737b0b4b6fadaba69cbd79eb5d0fa1865725c648725b0523a143a018f5eca4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: python_neo_lzf-0.3.4-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.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d2dc3fbefabc594073abcebd646b66a26e4c9700e4106b7beb51db1ec8919790
MD5 b79b7ef0eab086e7f37c9bb9da2df57d
BLAKE2b-256 ce23f03bece9a88e515d3b21211902be50be33e0b3ca50700b49ff652f8ed9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f58e342db80cd9e8d2641199c138bd37c609c77a2e04b58a2a77f31668513e3
MD5 af04fed3149ce5920507b3330e660fc6
BLAKE2b-256 fd1b08b63374479ddeb13a2cf7b675fe66404c90cfd03ca5667ffc89910a1482

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2074c02d71f97a4066c69df62620d5104953a1c4b116c849715102c10cafbc5c
MD5 6e7261906a5bf90376d44dda99af963d
BLAKE2b-256 9cf89a179a26e22a55068b66da46bf4f2dbd0b7c8107057b2777be621d348891

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp314-cp314-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp314-cp314-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f43c5b8efc250e453e034e6b7bb79ae893b6959fc4400930e12197d3d28c6868
MD5 4c308bc0e02a30dcef500e44c5b20115
BLAKE2b-256 a41c4006865261a629104ad74071fa22cdc0d19d9093d5365f00b29d426cdcc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 990b41e7c5d682569e6b0542962f41dd2debfad21b8a7211c11291395d44181d
MD5 8878bb7374f4eb7bb8679ce9b9d4ce50
BLAKE2b-256 526b26550471ff6b1adb04eb4f357507a862479e50e2e0e6f0ec89524fcebd7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f360d97af2125006df017f8481a4ebfc64130b8f9a7196aba6160132d6358c0d
MD5 dd8e8b7cb8484cb82c391488a2b4038d
BLAKE2b-256 9b88119cba9d816c90f1c5db460dae641deebf4475876d960063ae292c8d8731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b07d45c9c7ee6b29724ce7ce6f03ecd5bd088d255b812a14d35f84c1e765845
MD5 749f2859530d13e973eff0080f4f716a
BLAKE2b-256 32c7b8d04ea20bcef183d5ec117f87b5148a8f68e6080bccea5ae818ad1e6e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 71e4d773399dbc840ab552f53ec41608c5fd9e954fc61da37cd4bec06332165a
MD5 f73c44ce4451d5ee5d76d77c6749b350
BLAKE2b-256 98b45bc65f0179bfc70b0d02d26ab5fd404ee1df13e63c871aede86c85899f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e4483c0b5608ce5b7e5a7254746ddbf2d0efc9406469ef86aae61211792c1c15
MD5 8359d6927467ca5b590f246edf2ccf72
BLAKE2b-256 b14cbfeb651f6006df9af2d7d3c91bb406f2e3a3f290b2498447884a4b7ae082

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eb4fb89cd5b7cc700a1c9bc961189e611797ad04891bd02b1bfe30d2a9d2cad7
MD5 c86d481fd69124cd75827c8e93b163e6
BLAKE2b-256 540c756b16530f87b84855531158f37a8999e568026b3759079ea222638255aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9be65b45066090d135232b3d3c4f175dceeb7519e83336a25a29edfbd56e8c06
MD5 2a3d38f404d545819c8d6dd49755cb00
BLAKE2b-256 e7fbb12fc37b1e780f972f7e6d956f263d22d78d262ee046a61d54268dc83736

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aac1707347d86b266e77ed5ef9b45d78371fc647d9045c8559a664f466dea905
MD5 53bf279a46537d3ee3bfb2a6ae930d05
BLAKE2b-256 33ae4502485df8b4977e511e6b3b8e34e751acf0ab7fc4fa5a58257a12d1e9d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 62da4968a1317f7a98111a5008c17aa69bcbebbf14195bde770c47480510c48a
MD5 2b502276e6daa9f5e65a4dc16ad65e77
BLAKE2b-256 86c78b13499038951fc8d70e9f245c7598177a06b65a89f4c4c766d4017a86b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 30c87d0de6b2a93d2521550e94a0ed7b59ef545e80fb684d55a94a5040576e55
MD5 ae808a1ac9ac920cb43dbb608911ca21
BLAKE2b-256 97aadf654420d2d0b3ad9197f5379c7659a192a388eb4fe26945c67665e5e063

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b340e07e20fb22c638dea1b4d687f6d6c20f1e3a65ca9b7416d43d2dbb48a7a
MD5 a24de0af6db27193f2b2431ba1945ab8
BLAKE2b-256 bfeda10a9854566e2ffeeac202189b7d55415bfceba2b736bb3a0b48bb26f554

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b08d8f0da51e3322be8f2dddc70530ef02b42012b06d342fe2b05f645066d843
MD5 683f6c3710415aff880aeb98bfa9a097
BLAKE2b-256 8dce943245681f155ed9ea647f1ceaf5cd451d7aae599f64b0594496662f2c5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4827b6e6b7011de5b964c34fce12cb6e6b6fc448519bf7b34d6183b0222c47f
MD5 9bb8ad5c75a206df9f0432ba0c674ce8
BLAKE2b-256 80155d33df425376fa3dab32cba6c3c2cbe9fcfb7b1bae58fd2ce0198c49e37e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7e0f3413253d919aa5f9247c4a650f81833218eb3fb411c93e469a7f6fad83c0
MD5 1de8040d3f0d2145a9665c653f3937e2
BLAKE2b-256 a84f928f9b0f614fc5dff9239d2283da12acbcc1f42ab3fe6c19d62550d52569

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2294d45a42d53b5120a64e84b7583450ecd6353d084346cb339c7dd162f1d0af
MD5 6451403b647ee68d2a01e587d31c751d
BLAKE2b-256 16cb46365b1c992170d69c64330ec28310b33acc27b9f32506a6981b8ea78b20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0f1637ac028abed0805de2bf5a7274ff1d5d0948b7743ae51a8925e29ed41caf
MD5 cd25da4fb1339e7183bbe5e0787f7984
BLAKE2b-256 838e8e28187e691bff38f7549ad3fbb42cf9d0cb0cd20efdff0c37a9e0b2e721

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2ad2ce7eeb410c34881a3d86096fab892c8104920b93b82890a9a34a2e234b62
MD5 86f802ef4af01b298d8bc3a29dbdc913
BLAKE2b-256 3da1d1d41f76962c7cb3431ce720dc92c16a5502595f882e0c7e94463d269220

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da5e7b662d93a91295358022d0003b17d635951b2277ad3da61458a5b9a783ab
MD5 4a70046ec9ee5a921233a68c1b13af6c
BLAKE2b-256 eb96c0812374b888ded1f817646ef0901770e37ba9ea410af5d363b83aacb4b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6eef0a353377521a6548931bbe14a2b686fbef25d34b1309701d7cdd293a9e1c
MD5 31cadf8f94f366d42dd59f895216c25e
BLAKE2b-256 5ef111e01fec4f4fce2784373b9b31dc92259c8e194d09dfecf723afa6b4deb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 adbadb36636bedae0d2ece597fe17135ae47112383b9c63bdc9cbdc88e4824a7
MD5 e6757028a40ea565f2ab608c0b31ceb1
BLAKE2b-256 c1f500da602bf5501fbb614dd7de676b614b39605ddbe0f48b8514838b5975e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 136c7030ac83c6f1ab10e0e2d4abbfa7588e55fb9536ac77b812204a9fff886f
MD5 77cedff16c2343c180a1514ed97bcc41
BLAKE2b-256 72c044c361a91fa08ac03b50895c5b85fccfe392c74147c6d1141ac5c4ad55af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.4-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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bf8cfec4cefe62d48af80d0f4c758ea8598bc52701e7de899923dd561f34a7cf
MD5 76c399dba50fa2125b4e797cd6bf1d44
BLAKE2b-256 0ae1194b41f77d882f1a6abdca96abfbdee62de7c46ee612de5a916887188a80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 710ca0c039b596add867adc640e230c49e764f3c58205862b73cac89993a57ab
MD5 bdf61b9d97d903647aae659387ade7c1
BLAKE2b-256 636b8ca000b5675ee7a80dac1e7e4f072282fee68a7c280c1664f14e626782ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b69d0adfd886a6516581b7ca911849521663c66f7cac9eac3296c79b2285d6ed
MD5 ee13f3d8114ae8f8b78aaa289263ce04
BLAKE2b-256 c0e1bcf09b54d4055e70903976c31b0aa5a99a462ed4914dbfcbf083705d3c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fc6daba9dd0e63bee27cdd513f141b26dc3c9bc2e72fe0c651a647803bd80e3f
MD5 d46fe172308e6d923a1fafac732e2826
BLAKE2b-256 31ac530d87fffadfd07df35e0fba08456f8f847c4f7a7454690f54b9144e3348

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8d7f4b9bd97b4c544cea2b76afe127ebbb93018bbb61fca4ca5aa241547a535d
MD5 b7dab2291ec2e5850ab5f3b230f21145
BLAKE2b-256 ecf51b17b57182e100aa8a5a224cb65840faae43cba50664d535a189d4ad9197

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.4-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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b43c17b0046f6a704e43de80fd40fed7f78d55b597bdd4d745a90b99be150585
MD5 07221299105a15421f62a4aa64c0606f
BLAKE2b-256 836b17dc3034c691ce12d0633b5aad17958d6f56d9b70b6eae837abeec4eefda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0912125abf4defb429bb60b2fa130ef33a9b5523a397bbc0663eab92fcc261f
MD5 c11294bb10355de7fdb4189ff1baabe3
BLAKE2b-256 b09b96849e5c333c9bb102a3d1c99355064672ecf69a25e45a2e8c44b5ce4625

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d3ef7c321d5ee8975d696418093a4026305ff49cb0bddf2550c30a02cf56bcdd
MD5 c8d95a307c46244e86ad823883e64798
BLAKE2b-256 7b9c537fa9d5a9e66dd848c2ad4ab6fd11f1fbe8424b9e2eecbcfcec971ac73d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c50e03e7bdc5c8317122e83aa5a30090d3dc321dd7c61945c9962f565afd2586
MD5 0cc201383373d1bebd145b56886d1518
BLAKE2b-256 d7e58172f01960190213198253344e15d081bc86039ce5b36293b747b1971ea7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fedd432c08203b9b7995a279aa9af25ece8cf47735dec3442ab3b4361e3e9fd1
MD5 a78a05c49895b708f1df6b61654f6cac
BLAKE2b-256 452ccfe5c7d7ecacd9e703e606b643ab16c865be2f0f636ef0a9bbdf569eba37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.4-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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e4aa8c7273dcd6fe78742c7b4a13ea5b9d3eab1925a00c5b4f582807d77bb364
MD5 69bde379c1f2425eaed3b0d9ab728d30
BLAKE2b-256 6930c5f6ba552765ca0d09684184b4a85f9ed475e5842581b801461d1cdd787d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f4fe7653bc85f24036cc8dc2c48b7432348f89c2cb334fbf487585490293493
MD5 0d3a445a76c17214f0dbb15a5ab62acf
BLAKE2b-256 59adae7bafcdde1d540ecddeb4ece21dbcb2dd9db04d9707393c43b65349c69a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.4-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d6f5e6ebc33a3b32f3542f24466d316c3b59f159ea1416324a71da3617eff62c
MD5 a6a51566dd7e9d88f09fb451dbc9343b
BLAKE2b-256 1e03f1a58fb0076577e6b62ed1b5a3a2443c0e68791b1272487dc267e4add3fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe5ea4a64864df56de3bc2f12171ecc0cab59458443bc7c737fb79cad0e80870
MD5 2ad3085da624679bda920847dcc8d27b
BLAKE2b-256 79a46c2bfe674784c1c16c9d67a629303ae630e96975fa6e6d92a3ede3b52ba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.4-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.4-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.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3db82473eba20154e8165b6774b498af8baacbb9e25dfa2dd0011c517bccd4e6
MD5 bb6257cd2b1676d468f5049acacdb5c4
BLAKE2b-256 1128f54ded51d00b54cefa659ff8a7222d134d7e3d0986f59a60e56bd987fe1b

See more details on using hashes here.

Provenance

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