Skip to main content

Backport of compression.zstd

Project description


⚠️ Work in progress

Not all features nor Python versions are supported at this time.

See the 🎯 Roadmap for more details on the status of this project.


Install

Add the following dependency to your project:

backports.zstd ; python_version<'3.14'

Usage

Use the following conditional import:

import sys

if sys.version_info < (3, 14):
    from backports import zstd
else:
    from compression import zstd

Refer to the official Python documentation for usage of the module.

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

backports_zstd-0.2.0.tar.gz (816.2 kB view details)

Uploaded Source

Built Distributions

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

backports_zstd-0.2.0-cp313-cp313-win_arm64.whl (207.0 kB view details)

Uploaded CPython 3.13Windows ARM64

backports_zstd-0.2.0-cp313-cp313-win_amd64.whl (228.0 kB view details)

Uploaded CPython 3.13Windows x86-64

backports_zstd-0.2.0-cp313-cp313-win32.whl (205.5 kB view details)

Uploaded CPython 3.13Windows x86

backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (411.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_s390x.whl (548.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl (502.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (425.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (398.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (400.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (409.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (455.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (372.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

backports_zstd-0.2.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (423.6 kB view details)

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

backports_zstd-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (282.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

backports_zstd-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

backports_zstd-0.2.0-cp312-cp312-win_arm64.whl (207.4 kB view details)

Uploaded CPython 3.12Windows ARM64

backports_zstd-0.2.0-cp312-cp312-win_amd64.whl (228.3 kB view details)

Uploaded CPython 3.12Windows x86-64

backports_zstd-0.2.0-cp312-cp312-win32.whl (205.8 kB view details)

Uploaded CPython 3.12Windows x86

backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (412.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_s390x.whl (548.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl (502.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (426.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (398.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (461.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (372.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

backports_zstd-0.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (424.3 kB view details)

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

backports_zstd-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (282.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

backports_zstd-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (363.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

backports_zstd-0.2.0-cp311-cp311-win_arm64.whl (207.3 kB view details)

Uploaded CPython 3.11Windows ARM64

backports_zstd-0.2.0-cp311-cp311-win_amd64.whl (228.0 kB view details)

Uploaded CPython 3.11Windows x86-64

backports_zstd-0.2.0-cp311-cp311-win32.whl (205.7 kB view details)

Uploaded CPython 3.11Windows x86

backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (411.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_s390x.whl (547.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl (501.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (426.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (398.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (400.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (461.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (372.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

backports_zstd-0.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (424.0 kB view details)

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

backports_zstd-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (282.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

backports_zstd-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

backports_zstd-0.2.0-cp310-cp310-win_arm64.whl (207.1 kB view details)

Uploaded CPython 3.10Windows ARM64

backports_zstd-0.2.0-cp310-cp310-win_amd64.whl (227.9 kB view details)

Uploaded CPython 3.10Windows x86-64

backports_zstd-0.2.0-cp310-cp310-win32.whl (205.6 kB view details)

Uploaded CPython 3.10Windows x86

backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (411.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_s390x.whl (547.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl (501.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (426.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (398.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (400.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (461.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (372.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

backports_zstd-0.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (424.1 kB view details)

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

backports_zstd-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (282.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

backports_zstd-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (362.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file backports_zstd-0.2.0.tar.gz.

File metadata

  • Download URL: backports_zstd-0.2.0.tar.gz
  • Upload date:
  • Size: 816.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for backports_zstd-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f9a439c0868d21017e314f158a0f077537d700ebb31b65e0c04d85fa20129bbc
MD5 cc052a15aa6b716e2c697814bacc8280
BLAKE2b-256 e096697cd1e0a94b9cb4ec36f1e26ae15a4fd6dec3b1c8709bf1c31773c9599b

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0.tar.gz:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7d870c91017a55285eb3e6bd05cca4e5900ee9fbb34ef5c9ceae3d7b384b3bee
MD5 3e2e323f2d14439e0f4d5aed82c9127a
BLAKE2b-256 91a373912e67359d5521fadc19a5281b561cdde5e978e47794feb6d4a384d9be

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-win_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1fca42fc5df5b035cac50208673d7fa649f8a1220b1165e980738a82d49685c6
MD5 80a74029e57b07b4bf2e2fde44059d59
BLAKE2b-256 a46704b4aa8fd31cfa3efcb71edb3a295367331aa43d01ddd1a8098ab20e943d

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: backports_zstd-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 205.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fd5d815d564de0d44f59def44bd73a069a4a74897f45ed17e3552e34a7ba4cf7
MD5 1a26629a3eb3148f250e7b82055905f2
BLAKE2b-256 5231218fce98fe6517e00f8f4931a2df0527d0e6be51d6a779882c1728bae7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-win32.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0f95e7e9ad39e2c5caff20c417c954ecfecd6823770c526e8b0dc3fd5c83fad
MD5 3b3b48363dc19cc37ec21be631f1a9de
BLAKE2b-256 1ff90826f271d0cbafb2ee1199fea98b696ba8dd6ccc7d967c3cfbba4220e737

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0d5d58eaee0d340597600daf2f547072bbe04a3a392139f480fc96e95f98ed25
MD5 da6268e479b50c53c6942da5fd9912e5
BLAKE2b-256 02be080b20f8c025891a9719bbd751abf6229a6df8a2510c2be587740b143167

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a447dd4f4cc7d5a831206b00184e343de17041ded0a630e47f6e23a0d4fdea31
MD5 9c58be036964882ad54e768d92b1fdc9
BLAKE2b-256 c923e8e433015e9dd47636f5b65674959224ecadbdaee827160d936a8d5b33a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea78bc9ecc91ebd2850f2635f59f52973bbedb6b8f0efdf1ec90a03a17c2e311
MD5 a3137ebdd66cbce1c75cd2fcc58f1fc1
BLAKE2b-256 e23e167a7b8b15f7591cec74ed88f4c937e876e4ff3c930586ebbe9ff661d4d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 746212831ce538b1f6f24c0e64a9fe7c442a434183bf0624c5189fafebebaccc
MD5 9cdf8a7b35d8ba685c54ad2cde36569d
BLAKE2b-256 ef1f2d57cf7ae679c566e0b1c09ecdf8b4d78757540626371b68f445d6926503

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91e67f3af8f9fce36c2448f8d46dc4ebd896412527a86df6fb5da7a5c1d6289b
MD5 887802d84ee3652e17efae12abdd5b94
BLAKE2b-256 87d32a8296a4e74f0f2a7b38b0d7ab878899266984d1cb993446f5e57c075800

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06578482ee437a6a0c7f93ad7ccfce32e89ca9f89b774701f5d9a1d1a32b5995
MD5 52e421983cca36bf223eddd3e4301cbb
BLAKE2b-256 d85ce90a26469ee3b642b04601a8681056b7b15e4568443c30b1420e23804652

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8966ff17a81a33f78ae93364fc15c42b1f4ba6bfcb478dda1e119b7d2f1b4ea1
MD5 a29d9a9040dac8beaf7ad0510f3e91a7
BLAKE2b-256 358edfb26f51c694690ec46a1a0c1ba9cc1447072ff2804f88d8b7bdada98c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d5ad4b16188b0ebbfc4537ea614e0cdcf82883b1393c26594010e5e7a0c169b
MD5 485c314f67df39177f26244a018f19f8
BLAKE2b-256 fddfa3edfbdafb317ccb39da21ed216ba262172bd184a907fc72c714c7fe9e9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e55328765725aa80e9860a7134809be648a14b7febe7a9b3637a65c4b48235a3
MD5 d1b018076f8a081e18e92d5586109096
BLAKE2b-256 b7661887344526b2c5ef5d960e029965b636545d21e5f162ef0e574cb3451783

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 063f8ef1f0e75a455e4a4551dc7f63bde9dfaa2055b2c8e8ba797c10f7d9a825
MD5 60543365a6845fb55de5529a61996b3c
BLAKE2b-256 4564cf23df45ba47771d0f556dbd30ab3fde1f396882d6b087b93f14ec07d25b

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 22b3c60bbe8637817e63dd605f0083e0cb7dc79b8151669a27d35a4d9764e56d
MD5 6839aa79d3254a83c48af2831ce3aba1
BLAKE2b-256 86f09b3f47f4c1d1c5012e3e8792475ce2d6d07e62d79b3895815a673b8332b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b3ff72d74ccdffc08875738ae8f695fe92585ba36539a8ba007fa51fbbe6c023
MD5 df7586fd494f4f0dd599573fe7d1a4e7
BLAKE2b-256 c7b37519374272a52d21c1dcbab36b3f739c896c30c0b19635c045e67b95ef25

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-win_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 35a7ff6164d8e03a2e7c0116e44a4301b86dece808291cb9dd89e2dfc3179eaa
MD5 babb81bca2ac02eb2cd0c48e9f5b43ae
BLAKE2b-256 102154fcf016ff07bbc2f0ecf4d8fdda699bc0dd140cbccdab09b0a06e21dfe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: backports_zstd-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 205.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 db9a5a593f4c773f8d314fa5faa63dda1c24d8cae42929fed641fab1321779ad
MD5 dae92c17b8217797289280f798bf704d
BLAKE2b-256 0cbfd1064b219b529dd2f8d143bdfbab17e34fb2e2b11a5d7edbf331a207ffbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-win32.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f251e4a14c33e92b6e6b96b56f6e3327b8c2d6b93d68a2a8eec1eb514f629aa
MD5 245342aa48b2af1a8098d860d6f16817
BLAKE2b-256 818a91ff8f1880d72371020f5e3155fc71342dcbcc0e0d96f29ae3210cd77437

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e09bb9dec85d7a5b594376f98f432349351da6bc76e27d306395d3d3bd05f32a
MD5 e74ec9ad97e14cd775a3efbf00d663aa
BLAKE2b-256 bc7dba12bfe2c62b4470d48115fd6312a6f3d4a991e2cd49dae6ae28f445549e

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 80b96d60a3d3fdd06424ff7f51bda402a17ffd7ea70c6c9b67bdd9c44d061d89
MD5 1bd8050c88f9ca950ed58a9eeaac2768
BLAKE2b-256 e6677e3030bf7e372d9445d5523abf03b5e45de116fb22443682bc4650df37ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f32ee69acea76d82659f318ddd261cf74777752c7e444e78646ea83b96f86494
MD5 72cf24b7743ce9810dc8a9e7a10a453d
BLAKE2b-256 b43c5ecf1b70ca294ceb6a8ca33c6c3b632eba10271bda211df5ee3ccdfdcbe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9c0c26898783130d6d1f1b7450f567e773ff3adbe7504db7533c76771edeea5
MD5 0e73e8bcba69c3936a0c97ab2ad107d2
BLAKE2b-256 8448adf6f2081ee46898e925a69149ce33158fc2a9257e448b1f24419af40629

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0acd90e5818d1847bdec1d1b955336a9aeb62a73c5e38993636bd90e06cb6ec5
MD5 413b517da615026bbdc57260f9fcbc88
BLAKE2b-256 3f505b12a386f7fe9006711a5d69db7c570d56546b4b399cb0dbcdf3bfefe2b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 526a0c1ec74278f6803ad49e87e038fc5e2c724c900f12fede89339afcafb25a
MD5 227258716c7681149d0a697730d905d6
BLAKE2b-256 eb968e25e0aee0ec8f1727c58169b0aae34624e5c13ac852b79c412ed02e2a9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d120eb095c5b7a7a35eaec07ccdd5c1da7632bf369f601e5735524adb942fe1
MD5 52f6cd7fe8e87f1f20261e3e4f1bc05e
BLAKE2b-256 c596135faac4b4e5e0157f4aaaa8260f9c6a4479908830d701106ce55ad48488

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 935e023b0c8119d8bee6a4e7a458c9ffd7ec33d9927cf4f7b91c62db72d4f7e2
MD5 ffd7783a09349a7780f7d1fc0f0c1d93
BLAKE2b-256 addfd52c27ec63d37ec9954b7a90f22222b46a0b8361477f6d5ac9b2aabedcc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c25bf5d908f23cb4e45c1d699ed0d00b3d94fbe8ed576fb63f5923bf214a789
MD5 d1ae25e10a14f05fce4737e3511e1e99
BLAKE2b-256 1102d6b6d554e462b6c331112d8898e5c6cc169a157eac95f73ffa0bb055bcc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bcfc3a6adada6462650e0e048b68c2965014ed333535e62e221634e45450997
MD5 981267fa9da84c26acd721194376514d
BLAKE2b-256 022edfddf4baa7eb4d316edd8f246aeb25ffcc13ea8cc89d1bf6d7c11889971e

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 661f93dfd538d8c1c5ef1fff90e64f0fe589a108cbad3e6725bf8ab53f740013
MD5 8a9911f424ffd2c34a7077fd7af82e92
BLAKE2b-256 961f4f742e8cb9fcecf37dee052df0d6071a98153b37f6f28c70a01dd3cdbaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 769ccc5e8be49f103b182a2924e712883456bdd6ef0e7e415d5c9fcfb6d3b045
MD5 5bab3cbd731a3f4ecf7b461d7a4cc43c
BLAKE2b-256 853db29d427e646580e9be213e724892f0a1eda83e3471dd179284532981a4a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-win_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76d44778791bec9d2f58ac4748fab06833fa0da01de2358667339f33c00af94b
MD5 0c774e85a5f927ef83a0b269901935f7
BLAKE2b-256 dc809e78eeac0ff60cdb1ed194ef2dc1cb5c82340febbf54229c9b22a7ddd5b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: backports_zstd-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 205.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 922ea8304db575d37ab371d279d8c6743681eb8c4d5d1dc24feddada6eb59d77
MD5 6f899c98a2476dfd90071fbc0c195401
BLAKE2b-256 b9aa612e9a36e53cb1a4727eb0f558c729f2b1ce99edd9991b96416fb930c3c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-win32.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ada45dfc8bd0a3600b7324005c9f0981addf325207044891ecf40a61cbe88d0
MD5 18738a52e4a27608d56fafc93ecc826b
BLAKE2b-256 a94bd997163fcf3f3887cb8fa1f1cba58d7de4d1eebb86f5f2b20286a0429d3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ff525a7392336e4a4ad93d83ae5f0ed64d6be5c5a687407690bb58f48155b7a1
MD5 1b1ca8b9fa842e974a165b823031bef8
BLAKE2b-256 d9f3ef7cb8f10c5d362b1d639278ac152fe9e1a4b7425b9d2faf031c94e92f1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8e0c5d751245184fc9588aa496772236a39f9fb8a2575418c4ad33ee6e061c4a
MD5 dbd14784f1584cc6ef10a2a8392f2874
BLAKE2b-256 5b03f15968a9cef736913a71b741039ddb9b7c6af422e1c85dca9a59879b8ccf

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 691455a9157196e6c3066e1295ee91f40e46093b351881bd10f6b037fa71af48
MD5 e1e186ecf1a19793f224a0dfd001b6cd
BLAKE2b-256 216e83350a7d4ea452861dd3f1ff1413ae0d477b35dabc70c36494f0cc6a3a07

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce09393bf6be63c98164ef7028f6297f895b9ef5de5fb86881d09df756a58417
MD5 511129c78e1a4664cc0af5353c0079f6
BLAKE2b-256 54b063b1ca1e83678e714349f73f0866bf9b319e7d19df627037dba07bf17727

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 184628ac5cc6ff6f393ccece3ad8c78ce5bbcc8d62c7de12aa33b805250d7d2e
MD5 a7abd903a747ed884bcc721cb8695eea
BLAKE2b-256 22f931b848377dc8553076c25b909f4181d8f9d1b244fc4d94c099e425d41b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e961dc40d7d1763890046e6086f636d132322228af4825c1205f92c15944257a
MD5 f65b3c93985c5491e5f423fd6b5318c5
BLAKE2b-256 8b0ea8e6bdb573d82bedf7b23784e23a353791ff1c5c2efcaa85a0dd5805e8e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bdbc48a442fdb96614aac20eef736949973d8a70bf292be78b259ac6e830ccca
MD5 9ed0269dbea998d51c0b385dc961093e
BLAKE2b-256 618ab7119b14bc15f1b5dde519543f8075e41e597c9ba998a4ac752f39f7cd32

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dad44d5981e2a6c34d28888a78769cacec95ca847b5d49f5fbfc5f221a02e34
MD5 137afb54a3ebd25dda0483e8c3a1b84f
BLAKE2b-256 6eda3a112597d43804fcfb139c7ed7ede61bba432c6af3307121cc649b7e3992

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29be27a9702b6e14b70fb3066975dfb1256ba13a7e105537334247eb8ca48d90
MD5 a7135ad841c119bf5609e94810016d5f
BLAKE2b-256 c937ea62dcf97f395d48a0e9cf34bf85d2f2ba3b6e237aa26c3bb8c8ba2d2e20

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6d7e96f94525bbb1fb2e7973717008b3ab3beb7bb970b00015928f5c11149fe
MD5 bb45569b9cef8a0162e3ba93f86478f2
BLAKE2b-256 73a962e3390436439b754d8928d5b51ee1d6766b468cab5156117d7c4bcc9821

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42f1fca85e8e7af58bb3c12ff86d25757ee64cb77d3202f154216bfa74ad3424
MD5 1cd126130186ee51dd4a8d29d6ac081b
BLAKE2b-256 0cb5bc3c226d05f7f721082cfc81b31baed0747db5f35e0a4d693c67223c8290

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9a75f57095a406a475872f40104707aa1d5c970c82c49a3a27e1f9bdaa46b792
MD5 eaa2424d6d025a0566aae4cb08977f65
BLAKE2b-256 6231c0dffba24f102ee8b7d62ab637d23386dde0fea98f79fc4b2a6076408aa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-win_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c15e3aceadf902179d0a1d4fd8074472d016437c14b246fcab55ae64676023b2
MD5 b051079248c638cc98d2f5a6c782e794
BLAKE2b-256 bc21460d9b79f28c8610455026d9938632a4d8efc9891996c3ee32fec84b5644

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: backports_zstd-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 205.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 29fcf5eed10588cfbd359e6b7d9c68fd33de0422b1563d9c28f852c55f814008
MD5 451192e7825b73fc38f9b92256e297bf
BLAKE2b-256 382348200f1ffe3d7669bec1190f9bd4aa5a0d8b75947f541f92310e96d396c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-win32.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62e12b31ab5a0628d31a04ef5ef53eae3d360b78a086220c53609693d10f6ae2
MD5 b112dc9c6bbebaa1a0c5ffd92d766ed7
BLAKE2b-256 2c9d69a2659450341a0ae9a4f84dc663e108fbd09d4f28486729a37802d7cf73

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 98f8a2b5ee836e80f5e077c6020fc01241c83c292d337ec18f1270c1e2e0d4c9
MD5 c0d2f1d9d29383a323e5cac22631d077
BLAKE2b-256 7400701d073b4adcfa3eda1af350bc4cf61aaa9faec9bd7d8f4544126f5711f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5a3c3ef7d61755dd53b16f827aea42eb01c9f0b1fa00b114cd0b02baf7ad4888
MD5 524156979257fcf08302a516b1c39d1c
BLAKE2b-256 b2e2b05d8643eadae0a5f2941fe52c1edfec4b6e5a4d70383e6886b4eeca94cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d87748a81d0c0703fe12f7238bf0b4c26c3a05d2693652ba7f8daa99cebf169f
MD5 6498ff377a5ecdb38a85b63180c563bb
BLAKE2b-256 03a78d8fb052a4e4d3fc242e2a6c3ae076160e01e5257d854dee9a9ee36ffd06

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c177e328e1df01d4612f1ad832be3913fa911655695ccb6deb1f3954e85e9ca1
MD5 52f9aba2f8166fc560674a630f70cada
BLAKE2b-256 d24a2a3920b3abcd95d23b4878b0a15f0f0262c1b51ad309013c4d80f04a0a52

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 533dce11f08df0ac3c12631772dbc40dcac9eef37d64353722e07a7107c7e8b2
MD5 e4c418ae6a8304b21b5c3c4eadf0194c
BLAKE2b-256 c103cd27224a716571a0aa452bdd7db9ab7c068b35cbe1c2cca629a14b73fb0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 baee5464be340cfb9a5b2aca1b26e34d0c5a27e18821a49dea4f1452715d3415
MD5 e3612a4eed70da55691febbd11b52eef
BLAKE2b-256 5e57bcd85c20d61c92a4b55c19ee448a401bfc44740f5473592d6176b3a582c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 95c549bae0d902240bc41f5dcd7addaa22df2866228138b698db0553051789e4
MD5 695bfab2fa381e01a7ee804370477d44
BLAKE2b-256 8c1f2150429c0379505956a28aa1984991ad58318854ea692c3e3211be2c2efb

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f256f69d1007d7415babdb9dbdbd1e8ef5f451adfca89b3bc481b4bef68aefca
MD5 642db8a290e524856f37bf0b5752f133
BLAKE2b-256 c26402d36cf710a004dbae0d9e5485853cecf50ca041eb2134e525d44f6adc22

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f219c86f0ab3eaf177d3adb73fdc9b84abe49cb3a4699a530a5c9698c148d9f
MD5 e26c66b2eb6baded94025fd7158b48df
BLAKE2b-256 7ff6f2be386ab79dfc47bad0e16e5c273972a88be9bf8775b42578ca6a84ce7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6bbf9eb096317517790fb91a911462dc38734ba459c6ddbcf37416310a818dd
MD5 2c924a3c549f0c5633ebd3dc932d7b1b
BLAKE2b-256 3325f36c0a4d213f33885aa113de6bf66493c4c2044358263b776cd92b50e9bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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

File details

Details for the file backports_zstd-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for backports_zstd-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3243dbfbe9bc5b6b0f879cbf0a98fcb3f98728e8d5c338e232e1b137afe8ad54
MD5 482529d88048f2f34eecac615fe34b8e
BLAKE2b-256 c3e1721d4e9cb7b199cc2ac2b99aafc978b2904dac48c1c67a22b2e01eae7738

See more details on using hashes here.

Provenance

The following attestation bundles were made for backports_zstd-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build.yml on Rogdham/backports.zstd

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