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

Uploaded CPython 3.14Windows x86-64

python_neo_lzf-0.3.3-cp314-cp314-win32.whl (10.2 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

python_neo_lzf-0.3.3-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.3-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.3-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.3-cp312-cp312-win_amd64.whl (10.5 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

python_neo_lzf-0.3.3-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.3-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.3-cp312-cp312-macosx_10_13_universal2.whl (11.5 kB view details)

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

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

python_neo_lzf-0.3.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: python_neo_lzf-0.3.3.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.3.tar.gz
Algorithm Hash digest
SHA256 e11c8acc1d8c35a0a18de764917cd2794c1b8eec6d6080b62f50a7b0777d4fbb
MD5 68804280a158d8e17266fb42ea7646d3
BLAKE2b-256 8d9f0c57c3972ed5f4e62e1b62a2a074732ebd3be6071c0880ff35dfb03f2028

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 14d21531c9dff60c2500d19151684d6d033bf08f5e0c124bfc6b7dc3f4aed206
MD5 624a554fb3454238ee0a18fdb4a274de
BLAKE2b-256 dc734c2f2d56e5fd2342b9a95ddd1924159514d15fdc890058fcc4de1fe46b52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 10.2 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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f0b977ba3e0fb5d41e7eb6bf4c34db1f5a923be6e5bedb92cd22173be26c60af
MD5 18d8045c5d52eed40816114cf57bea8a
BLAKE2b-256 9cfa83dd077321567d7ceffbc673218f4f74bfe036d724a53ed2784bcd0c52e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8d3167fe4bb47e4b77913fcafb6aa7debfa4566f761f4d82be32c15dc7f3bd4
MD5 799f9e157e838634bb1464b3a573cf87
BLAKE2b-256 fb8b1d2b3e806b8157e3c9aa81c0ef8d8d54059eac0674b54dd7d346f5662d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1e42a5c10427e96189bd1fc2ba52161d5eb96c04cc616ee7dc3c7b3daf5a9cc9
MD5 25399ae9cc24b400e991d58d12990159
BLAKE2b-256 e7aa62391b6632c9f6043d0388ff0083d71c9436051c55999354d3e94dfd2e33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp314-cp314-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 694ea0e9a7f5b8339ff21fd8973ed88811b1e53d8a3c36b9b036c2922cfc01f5
MD5 043b94ee8b16585d0370b1496f2f69f1
BLAKE2b-256 14bb847d495afe3705015b7ff7bb21ea89fc1df84ac225827c7ec201a0232f13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6da948c4f56b7f8af16fc1db5f70dcbb7b1a77b783cb6945a9a476307d22f53
MD5 deac5430000fc08d57060fe08d080596
BLAKE2b-256 682e9ccd952f5a7a397c727707560efc3b3f97b456f04eb33386d23fb0f0c9b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0457e02a4455b5119db3fe1a1fc67601ebe8fe8039a6d5c3472301be5d0a8f92
MD5 f9acaa04c115c12f09efd78d7a4d6846
BLAKE2b-256 05ad6f5ec3b22f4006c01a580eee637ff8afc0c35dc1665a603f0152175e32fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f2fa0d9241301f98c84873e8bfe41916a6f426b8713a7ce2788836f57a1e890
MD5 a4cdc3465b01889b38d72237bea992f5
BLAKE2b-256 b0928703e6e0a775a007394714e54309b72ef38071ffbae97b12a61e794bd934

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b3539934d692890aa4d61ee3fa600565dd0e1312e1a4e79641dd67a87e912b53
MD5 ce5dabe3b3d742994b0d0c5af54ce9cb
BLAKE2b-256 a5dc95cb0d6a618d94f6fb6a403bb9e8637d8717ff1a3f908d7c9604a0116859

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9fb606a8eafeec7d22ebe25504d04689e0604a021b628a28d22e24d89f721d67
MD5 254cddef28b77f4b247375f3ac533686
BLAKE2b-256 50af0e4ff027da5644fdf6cc9fafc11ab72b87d6e0264daaa2213fe4cc523228

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 04eb44e3ec0603912e88317596680b5905b430779105fca7833c1c36bdd9a360
MD5 50f9a573e42e622ba25fb9521afa7892
BLAKE2b-256 9f704854c080a1149fc6df68e373d1da9451b825bf0592e0ae4a35f84f9e4ff9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0584dcb002b624a715926ce620245ddc9897b6e8facbbcb3120315d159644b18
MD5 c5e6752703b56c226d7ee12d936dc4f0
BLAKE2b-256 56b16e3e648d377fcdd1dfe6419164b223e5b45070c4a42f6744dc960d44088c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c93a40afdec95eb6a78a69b16e9c41b5aefa8ec796d3147fc2c91d02c7b77465
MD5 75d7be8a309fad7d3b1fe3a1fc797977
BLAKE2b-256 0b5feee268b15042cf3fc72b51b9860baa1db7bbf9781dcb84aefb74eafefced

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 84f92dbaa9b0731e00f7982498a4ba1d2cb642e64964a1698b57a5fd6b69e26d
MD5 7d79c18f98bb7d3adfd4fcdfcb7601d6
BLAKE2b-256 8758f8520613396b7de0cceaef3ee6bffed091e2530c3100828ebeb07f69e90a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9b2b6314f064f868ff4be94fd1634fcb1525f9f7ff617ebc6d695e5665552567
MD5 0b6b8d3d45fa6262793f6dbd56dcb23f
BLAKE2b-256 a89e4847b37f1d0c180654b970a7c159deb1eafc85fd713253d3c40c2e5e4444

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 509809c23a0472a5bc0558527ef38d674146f32b2e43a35ba5cb1cbe1865000c
MD5 b4242b063d57c46704ce3c60a34bc3dc
BLAKE2b-256 40f51d8c643f2dd1018c4e4a7ffcf21bd3cf2a18dda6f2745341847e44c7f177

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c303e52d1d08ace1bcc0b49ca347157611eaa87e4ab40b105abe7b56991ed99c
MD5 e699a2d2edd96a11e30866440eac5cd9
BLAKE2b-256 4b2a7c2251750fbf89b9d932752d91fc31676c5a0713f5a4c615a977aefd6e63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78a8478b2991742710cb074db800e47d98b2873bd9b9d8ff1644a8c2ee7d7ca2
MD5 2a5a5d73dcbaa63f422b6debeeeed550
BLAKE2b-256 ac04e9981cfe36dad951adea8d0ae02042b067f925b44ae5813c2f1f2c097c93

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 96601c8691786070eba57ca694ed890a456df33e7e53410ff35ea0edddf8f72b
MD5 8159cf626569c0634c99bc2b70be7043
BLAKE2b-256 5ef450bc336d6e004640cb14681196a1adb93ac89bd28614d7c4ea6d4258cb86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 397850e4ecd77ec7f5f1be7cb14896fa8840a2751ea63878907d9375d6fffc7f
MD5 7ef3fc8f32ab2a244c7f6eda3f2b2439
BLAKE2b-256 9e388b5f3806f69ec0f4a57a47d74e76bc5ab490ac26306280614baa9d7743b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a7a5227bf3f90793195b9f4a230f46abb380e5fa5f6d1089acf08705a3d4204f
MD5 7a823a2a2e8419f7400471fe1e7ac6ee
BLAKE2b-256 d23db4ba0c361542ed004a3eae8d1ea77049b86c45eb01589c76520f2ef8b3e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3c859e17d4b487d460379f4a43e2a0e960d90024687f2644422e19a145dec3b5
MD5 c03b82bd763fb10caf4f9aa3c460d815
BLAKE2b-256 a53c014dfccc1a7563cb0a897d0595db3ddba61e2e0a6243f902752208578338

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95750505d8a8ff76c1531a9498859e144c8477abf61ed445c1f0d745d919e2b9
MD5 2c8ed378e18edb316176f65081951004
BLAKE2b-256 4c4af9657e5d4dad4b252bdb40d83964d5111253a940e1d25ea90f559effc3d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d292a0fcdb23bce2f6d492c7c75d7fb3920e11b53b298e99433c843e81ba4918
MD5 0b7a692893d6f980a3f7643d870e62a7
BLAKE2b-256 a5135cfa4c4f59a1207bc17167b288521a54fdb69dfc13f05dcf78a6e39dd3ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9041fcdf79e14aa15c8ab180ff39c0c98d99dd3b70940f503df9b6c11f3cb76
MD5 af47697d7f17c774f09a61e7c221702c
BLAKE2b-256 ff7f23533cfd5e2ec6a74771fadac9c75147ea3903ed38c8a6f17a2ad837ad2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9df88a9b85d784c15ea40568db7b595e8bda90383369ba3de65ad09904a316db
MD5 b144f60b732d8760d9f99ff777e668dc
BLAKE2b-256 4ca32fa28ebdc292342d3fa9de7a6734b3f4250314a15b58f438b7a5fb3c7fc3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.3-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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ae26dfbd899127d2f8cc38cd57d2bff06ec1fc874fa985998ef7ebcfa11ad581
MD5 ab7d28ede42088c6d94f6969ce4fab5f
BLAKE2b-256 1e4e94cc370fb1186081a24876c46295b5f7caa1ae79a17b03c9a09d2e34fb10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd82906f26ff1f2460bf013ab5e6aa4791993da0be90977588e6ba5a1d153245
MD5 1dbef456b7be72a43ecede5c7ad0dcdc
BLAKE2b-256 247e29c68b3c7af561ab3f097b733417130ff5cb91152fbe5db888b704f607b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b1f9d24983090b8bb9d08d4376c8331b241dfbedeffacef75dd71ff103a71d48
MD5 6c03cbb9b9e1f13150ed1876ec678afc
BLAKE2b-256 a78391d1332cb16d14eb3f372328023db99800473f111e6914fa7e93e86010c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c460555edce534d53fcb000d9283b9074a7716c6ac0e520731bf770f3eaac47f
MD5 346943fb5ff6c52cc7f941d09a91c469
BLAKE2b-256 6d6a1079d3d5b51402db46a38e5a0de045b265db17ad6b555c8ff52f93484499

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be5e29bf1cbd22f1461afa76e6fdd97ad21f89a42963c940d989ffadb8914d5b
MD5 f945b71da38759b9b11d0f20880a41cb
BLAKE2b-256 0960cec9724e418c4974d090c5ab1b28ad49240d526ddbab0702cfd489facb9c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.3-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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1c4f98a1dcf52dbfeb1ad84f600aadb40d53f66d23e9d36a59232dbc8975e3f4
MD5 1d98c4b7c4d1f1b8f4744f27773ca48f
BLAKE2b-256 9001edfc977b77f8024766ef9b2b60e4bad9ff6b0b287e0d351cbbc31b3549b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b36cf232f519af7db2ff242be555bfeca1a8d2e448f2ad99d10116c87d03a2e4
MD5 a248ebdacc71de86b5036761b924723b
BLAKE2b-256 bf869ea9a18d2fc43b08490680e3cf1aefcfcbd0ea8d051a04ffeedc31aa1525

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cd692967db92bddce020e503605fd11c985e04d60d5221f7bc7678549c77e60e
MD5 a60431e94e78887e10395e82864f32b3
BLAKE2b-256 d21448de929ed57fc6a8c084102f082bd7dd890e9cdd1357c3396f1530ffe6b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 23f863b884dafd06c9ca1c0bcdc89410810e4a6201b650fe830c88f78d058baf
MD5 e95738244b692362cca12d8ba3f5c90a
BLAKE2b-256 a5f4a4355ec6413058c8f82c92f3ef4ca7e9baabf16d2d5265bd1e11a248caf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7c5330bb8961435d0253c648b19c02217454185be768fb0fe171d5d83cd02ac6
MD5 bf01cda48817d39db4c0348627455c51
BLAKE2b-256 582254b1ad03c0aa9d1a6ec0b67a0dfef154100ea3722748bb8ac0c87b6fc8dd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: python_neo_lzf-0.3.3-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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 df69827882bfd7cbd721ba2fe80caa149b53e72edaf2859a8b000fbcaf26c19a
MD5 4ebf853046e850c45789492777d143fb
BLAKE2b-256 bffa55b30b39a84abd0a97d327bbfb6fc30010892acc83874d1defeacf3d5b98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3dea0ee3e8e39bbf330e4cefed9a4dca0fe330f42ef5a4c9291025d890054e25
MD5 ec1d368a83fc63c62b727b15080c1b5f
BLAKE2b-256 52e205a47d2e8308153f70081fd6fc1d6dbe4c2ad14af364d4e3113e8a6f4d87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_neo_lzf-0.3.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9f89b2a5eb8d300e5997afad9dfa728ac2a914e8fd231bac51183c13b594107
MD5 6cb8832a1354fca849e5b3c7032486ad
BLAKE2b-256 ad7e2992e1430134a9afe280ead3aa2a27d9ac224954bf0b0e207775262952e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e031c07fb799fc09cd4e04096df768865aaafc8ad7efa7a39737f09ab96a449b
MD5 943ce3f387b53477c1b6de0844b12bb1
BLAKE2b-256 e995ca284fdbace1fede57deb34766344f6f38b8cd8c140b0669919058ffec08

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_neo_lzf-0.3.3-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.3-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.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0f8fc4c157dfde0ac0a196d1be114e2a6df41c47837f04190a315169a65fba6
MD5 fedfcc454666591994232a16458e1ee3
BLAKE2b-256 538d66114b5bee750b5deb39c6d8528b1f16671477cb0ad62d310b132db1b445

See more details on using hashes here.

Provenance

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