Skip to main content

Fast libspng-based PNG decoder

Project description

Pyspng is a small library to for efficiently loading PNG files to numpy arrays. Pyspng does not offer any image manipulation functionality.

Pyspng was originally written to speed up loading uncompressed (PNG compression level 0), making the PNG file format more suitable to be used in machine learning datasets. Pyspng uses the native libspng library for fast PNG decoding. Synthetic benchmarks indicate pyspng to be roughly 2-3x faster in loading uncompressed PNGs than the Python Pillow library.

Example

import numpy as np
import pyspng

with open('test.png', 'rb') as fin:
    nparr = pyspng.load(fin.read())

Installation

pip install pyspng

Note: binary wheels are built for Linux and Windows. MacOS may not work out of the box.

Local Development

  1. Clone the git repo
  2. cd pyspng && pip install .

License

pyspng is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

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

pyspng-0.1.3.tar.gz (717.9 kB view details)

Uploaded Source

Built Distributions

pyspng-0.1.3-cp313-cp313-win_amd64.whl (132.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pyspng-0.1.3-cp313-cp313-win32.whl (120.5 kB view details)

Uploaded CPython 3.13Windows x86

pyspng-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyspng-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (205.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (144.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyspng-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl (153.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyspng-0.1.3-cp312-cp312-win_amd64.whl (132.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pyspng-0.1.3-cp312-cp312-win32.whl (120.5 kB view details)

Uploaded CPython 3.12Windows x86

pyspng-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyspng-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (205.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (144.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyspng-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl (153.6 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pyspng-0.1.3-cp311-cp311-win_amd64.whl (132.2 kB view details)

Uploaded CPython 3.11Windows x86-64

pyspng-0.1.3-cp311-cp311-win32.whl (120.5 kB view details)

Uploaded CPython 3.11Windows x86

pyspng-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyspng-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (196.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (206.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (144.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyspng-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl (153.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyspng-0.1.3-cp310-cp310-win_amd64.whl (131.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pyspng-0.1.3-cp310-cp310-win32.whl (119.4 kB view details)

Uploaded CPython 3.10Windows x86

pyspng-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyspng-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (205.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (143.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyspng-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl (152.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyspng-0.1.3-cp39-cp39-win_amd64.whl (131.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pyspng-0.1.3-cp39-cp39-win32.whl (119.7 kB view details)

Uploaded CPython 3.9Windows x86

pyspng-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyspng-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (205.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp39-cp39-macosx_11_0_arm64.whl (143.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyspng-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl (152.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyspng-0.1.3-cp38-cp38-win_amd64.whl (131.1 kB view details)

Uploaded CPython 3.8Windows x86-64

pyspng-0.1.3-cp38-cp38-win32.whl (119.4 kB view details)

Uploaded CPython 3.8Windows x86

pyspng-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyspng-0.1.3-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyspng-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyspng-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (205.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyspng-0.1.3-cp38-cp38-macosx_11_0_arm64.whl (143.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyspng-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl (151.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pyspng-0.1.3.tar.gz.

File metadata

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

File hashes

Hashes for pyspng-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0968612b29e4ec12403a54641e93827c318887fdd96b38784847de92339a1307
MD5 41fdab7bd2fc3b4b5b81de820f5b6b61
BLAKE2b-256 bfc8a9982e421f39bbd883f4971cbaadb4c0cd6dd11f5000d32215cb1395c447

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3.tar.gz:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 132.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d0406e9d659aaede4d94295b34bd6f14d5d415cd619adb10e83120d5d22f948e
MD5 9a1c86b26d2b5f4e1c173a638306fdb2
BLAKE2b-256 57c91899ed0977bac308771fbadc963ae15908ca7b1b8e27f27aa442812df74c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 120.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 pyspng-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e75b2a197cd46ea9e59f2bdaec4b99672760fb73bf14f61771ae8965294a57ba
MD5 1a99eeb918d0735183077d83caaeb0c7
BLAKE2b-256 0fc26884c6fdfb1143e0327e8a0dca30567221730707a42c7ce0c460d8200780

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e9da398790e6ad1f5a111f4cf9935558ea071ca00388459b7fcbcc9d48e6276
MD5 b6a37d5083c75fef03beb73dbbe73737
BLAKE2b-256 8aaaa17e0054939f554a7f07bfcc0de6975677da904293f0829403f33599ecbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c31e875227272062675e9cd4da91f9a5a459ded1e1ddf1a8c553d543e968ebc4
MD5 dc9418d8992f04e76ffe22e84fb1739c
BLAKE2b-256 724d7a7d9687578ded35d6c463900ddbefb50c47e3fd6de32fa17a50159a3f9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a290af889f1ac61ef9572480769d1f54a3d6949491a4b0101b3179ee99dad5f
MD5 995b17404b36c6a3cb917e6d50c40537
BLAKE2b-256 da41692464767a6aacbbceb3aadd70e3253950aa1ea75c3c6d35d511be71e94e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e50b6c6cd43793104e710880655750b91cd3fff20521d827ea6e74a3720aada6
MD5 addf6e82e96bd448b94b947fc1059c68
BLAKE2b-256 54d107ea83cab95525857b361c8659c30def695b7c2ca4b8f47103acea1bb130

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f64b2b7c5f617488fd54bf11653b123f574b61bd1df1d17a1834f32218d8501
MD5 45790fb48aa894698f472f6c82e7b014
BLAKE2b-256 272e543b6bafc5782cdd9b21f1cf57fd062f017528f687f76635ec741dbe9528

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 160aefce7acec66b538ab807c8996e5e603329220428488e26b29cdf68c94c6a
MD5 62eb943b26244f8497a8c68df762b7b1
BLAKE2b-256 8ccdcbb4b4e1049970c70f9250f0b6b3ceb082e7eb5909759fad6056a8b23313

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 132.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d33da2bc8eb60ea8589887ce06b80f0a8d17b095a53c8954a7ff5de2a5ebb073
MD5 826088116359adccf2e33d12f2e51875
BLAKE2b-256 b872263acf9c32f105b8d58ceef8bccf8ad3d341bac5942afc89274f190d6d6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 120.5 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 pyspng-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ad71a7777b895c6ba8f2295987c7fe29db999848b6ac5b431c9b9bf9830757ed
MD5 9a97f76c657a8a1eb615ba62eb2d971a
BLAKE2b-256 eca801b55d56ae3064610f714b551f35fe754407fc8eefcf7ca4b6b684d0901f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25e604e159930d49826fd8440e2a125eee3cc1dc791c53e43c65d10760a49651
MD5 583704fa3ef19f235683758f4cdceb07
BLAKE2b-256 0168caaf7d0ff95505469e710aae1729e80271c6c518f35b7e082af0c5dd9737

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c416e37b5f057e985d21281e45488a54f7c39cf74847c0cf18765afdb5df21c7
MD5 1fb2fadc908ef4c8fbdb81eeb2b05a85
BLAKE2b-256 98b1ed49117578a665f24aa37a07f1706e172c19cfba68ddd0f1e20e30639f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05721f695c13ad31c9e7702abf5924d485dfe3e6edf62510cdfbc6ace90e8e52
MD5 5ae15cf2a5282bda6a1fdc7b3bad5d59
BLAKE2b-256 54813d544b94909ee7a82d815c890604135d5b29882779655cca606cc98feeec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af199be0a6233bfa9ba922894e38b2b6aaa739f9dfeaa8b8cffbea4e3c5992e4
MD5 9fe86721a5880dd1a785469e06c368b1
BLAKE2b-256 8a83772c62031e49fc7e19d3acdf88cdd51a33075f1055fb47dd9466cfd21f0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec363fa8a40f6a49410681629c96a74e5f69e6605ea3c4256064e22646a164bc
MD5 3ddbd68f9d246e3f67ea7e9ce0083856
BLAKE2b-256 bbc4b685e5fefc038a8e65f59cd84d38dd71e788d22c3c18f22d2db430737208

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 743f85505d266839c615fea6fe3f2af4dc03cb00a9eb785dd75fc15d0fc8ff51
MD5 ca4764f3fe1245515f484c9822890a2e
BLAKE2b-256 d4ddd27e5fc3713a56d2201e8459f699fd51245da30c46f0ca6252d744b54361

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 132.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a63ba545acf24cce2d4d113a4c1af5548a60afa6f1a8a0d0ffb9c6214a9db83
MD5 b3589750817b9ec837f5e1e8bd6924e5
BLAKE2b-256 0c105ea271054527d7491f4eb3e9084567b2634f3fc7f9d9c595f14474a2745d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 120.5 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 pyspng-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 acd7c06757c6727358ed75384eedf69c61123d70e00164a9d4130295ef30c535
MD5 1b2dadc93d3b2e69aad79be4b3f725b1
BLAKE2b-256 fe52f85c826c90d4b2ab048103e836f00013b02f791845cf5a63ebe127acc9d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aef8523b2c089241393e4e02f6a2ba2deec7acbdd6d9d8b25a04d25048b3c784
MD5 f4cbb6cbd41382b863278f3ea3000233
BLAKE2b-256 3478c978d00497ae69d457cf551b6b103896eb6b096b9c1e9a28886874a3f4d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b89b2d951655fb03869b2e8dca3835541a212238d62fc64b4b10ad7b9ad3b8f
MD5 658e9dd2b021fb35e99b0ccbbe07df43
BLAKE2b-256 cbaf73c3910968a89af6b09076c338a58d11984bb16397ddd99f6269a777c4e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b309f6f9017703f4e4a1da45c39ab04e76abcfd53132dbe4a36c3f23c503ef8f
MD5 b6597ed6ab5bba3679acd18005a5d03c
BLAKE2b-256 d43cc7651f2b92aa0cf3ad84cf8b6123428595ef16913e37efa2cddce6102769

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 576ef21b4c2ea412733d09bbd57e068170f41bf9c9767636231f5ae2ecedad6f
MD5 401170eae079aae19e6814f7aa71bb99
BLAKE2b-256 26daf5e4e7b151e6ac138c9a1c361c7ddd4ee70d48c192c72ec8fafddc5e9a66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee44172bf179df6e9408f330d8f4dece4dbe675b736e7e602750fc2eea787cc0
MD5 cf113bf9e32e39dac2262d8e1a58cbea
BLAKE2b-256 e4895aeeb46ca2cc776690cef5384cd6460f278e869a86c221074249595d2825

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d46d0142f1411abf8f538692d7ddc7dfc4cbbe5811cd3481d71b9104b26550f4
MD5 f2d2f9ecb2a6956491f16d51d93487f7
BLAKE2b-256 abc70092b9f2627baf272d5b8c3a9f31d659bc44c0a30045ccd9a0b046ce549a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 131.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5873d1ade44796c92fa102a3c65d072657a91f4f25864aae5c745248bf3afd2c
MD5 14a0d5370906a2f95541ecbe71ca0870
BLAKE2b-256 9e3619e1c9dad6130758bc9986153a5cfff86c08f84a57e9410a984d93e83b6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 119.4 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 pyspng-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fd1abed8a155eb67ceac4c07a441c1a3816b094085a61974c22b14ed091978bd
MD5 ce2f37fde30711359d06ffd69262ba0a
BLAKE2b-256 ead5dff4dc26795fb2306e57cdb67d4f19d66829c3124be9c19b1f039c3ef1e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9cc843e702c4e5ff29c9e646a9b0e61bd309252620f020025140031e5765e69
MD5 ea5f0ad5126a8fe3fcfbe554bfce3fbd
BLAKE2b-256 38a5ad62308a317749c6faebad5d604925f939a7c41cf633eccde893e71d0f55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55177eff65c498d236a29107c9d537701bca10d644bde0c5d199cd5b26c335fe
MD5 b9334d9c4fbf7b90554735b304936b2f
BLAKE2b-256 6b8e395fd0f6ef1c8e49db45fe7448b4561017129d45b0ede24a69b342cdf23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de4a93856bd54b1989cb2c648e6784da9b4cbb1d42c5ffba289d2d9a35d5338d
MD5 25e78734e1f59c6d9307b2e6c05de683
BLAKE2b-256 d4827006038fb57bc05935a78fc2d30f8eb734d2c0693964f516631b890f8205

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f607c4484c8f5e121ea55c795966982214b2901d9358b456d66e42aa4ad58635
MD5 f89d658aca305546a83488bfe2ede1a4
BLAKE2b-256 658cedc6d66ce7ea4517ac59c147084d1ad7b101afafdef6f935d6c0b268c0f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46ba091086a222ef75e380f4324631e2540f5f765cab9a93629cf8fe4cfa40f6
MD5 ec53f328aa1cf0cfbaf507c791e2906d
BLAKE2b-256 dca6e5070c2bbfd3e77ffb21f319fdf9556be31858e0e25d2630423264085c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d161b8676a4cb07c4f83ec0ead524843767ce67de60c1ed840928f0696c3b772
MD5 24030e9ca2aaa0ea6570d8bf17a4035a
BLAKE2b-256 597a4d734417d6f177caa1acc6bc9e4bc241279f3d9e6a4bc4d513f74bebceb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 131.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6aff43d3f15a5b70f3110223b334977cb0829e17d4a847d09bee8e9d2abd2f77
MD5 364ed61bc8c6025df35503719fda4657
BLAKE2b-256 6b19e220320cd2b53b0ac628bda463f112ace141b634e065af4c0a7c86de8bd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 119.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 32c225f9b1029175759ca8cf72dd6b9af94481c0f6f5bdc64b1ae87c364363ee
MD5 0cc7beb0378f79a111c1d7475949bea8
BLAKE2b-256 0b5ce4dc63d728455e7d1e15b6e1238896b7728432f2eff726726f29d32e020b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a65dd3838f88b201d713bf61a47049d550749abc7a24ffa55cb89766ade6c613
MD5 f8cf1a06e5c9191ec2b138ac7a506c20
BLAKE2b-256 669da1c8e1991c0bcac8848e5295c512aa54eedf220ef6aab6363dd9a97aea4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f2098359a5d5f48e2255b70dde4b6fb97fe41ae3793b7f4c5eca9cfc0df52000
MD5 39bf94a14d58ea2e8504a7acef8c2da6
BLAKE2b-256 7adea61acdfc443af3badd54c6852f4544a4fb64676f721e8d3a5c4e213e8a51

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a53e02b72dd5ab1fdd3e2b891a005c3234fd18b3ffb9aa1467d9906ef3443294
MD5 c9544f2c9daee609bcca959f0ec3865d
BLAKE2b-256 fb8629121f57a9dc39cbc5be19fa3be57b5db65e774e4b12b09542f6054a6866

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79c1615af59be577a3c646237013003e2b964e2fcf4e5de8e4d1588440e65586
MD5 f50d7be162b8cfc8bcc1d3b41b82af5b
BLAKE2b-256 08fa2dc57978be909a346c14d9916e1cf2583d6d2d9ea392a9f214797793aafe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c0e71e9b006e5dda2d77b467eb538b400f8f5f765a0eeb826f43dcb77c6c73e
MD5 00ac0b538e467d3727686ad1bec5e38a
BLAKE2b-256 41f553c2320a1b86ee75919f9bbb12e7907d9ab284c8755d3b2b3a54c220da6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 429c8d376070174c22bc42b1db9ef47eca2f3f58efe549feb68d5ceaddcdf768
MD5 23ceda3d1f66e862096d36e908cd1665
BLAKE2b-256 18f3ff26facc499058d137e510eb16b325400575313e38dbe30426f1423225ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyspng-0.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 131.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dcbd7fcca4c907eacf7824a9f3dc79dde258261eabd03cd7dfd1b5a63c245b31
MD5 f75fc4dce689457bbcce8a9bddd35dfb
BLAKE2b-256 a5c7bfb0a7cb109e235791ea423c9145f38eb1f74f5d78a91f73a2182280a58b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0fe4aaab9afa3747b736244241b1a1a414f09baf73e0b5c9cdc58efeb4cab6bb
MD5 9f8c195f2b4373f5d4b9dcf779b8b747
BLAKE2b-256 5bd857d1c902eae0431985b3e4fc8eee7569455a643f8fcac43d34045c982d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-win32.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c0638f07729ee993c0c792d2345354279273ebf17d034a3c6ba482579afedb6
MD5 4dbd261bf9a0beb6d99742809aa68934
BLAKE2b-256 33e6b509c16e939fe8b3053607532289321fc07ef84ecc9d2340fba6f0bdef4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd7ea27b554bb47bf942b54214523896b490a981e9eb8bec6d95b9f82c1ee521
MD5 deaf21ec51af995f38823a095518ec2c
BLAKE2b-256 e09fcf09fe31a13e4b45b4ae7fbb999053010c61a7faeb36fbe700136b3b02ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdb6837fb046d3959816aa3162e2014b21055c21df1fb9564e489c599671a7d6
MD5 55fe1a456d012e7c7f4ab8777a67a9a4
BLAKE2b-256 4d8550e211b8f4282df807db7efec71b3ec0c3e1af088d3ac8b57c255c41569d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 223c11a2069c4a1eb3c2960a3f96b22ede716bcd0bd4facaa9817f06d924c9b8
MD5 23e9f2130d05e4ca4556b34ae96f5929
BLAKE2b-256 def25447da35c9a968de90ae328472c1317e3e8a0efa3f7ac6595cfa7632ec16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dae789ccbc67089943c84bd0ec47fda69cc1ea0565cdfc42fd150ec62e56068
MD5 fb61838a44c01585d46c4d990b050ca2
BLAKE2b-256 21ab189bc9526506638f02cff9558c4ca8dd99e258bfe4b252d64fe449e52bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nurpax/pyspng

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

File details

Details for the file pyspng-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cc1e872572640a9cdf0d351a6a8e22eb9bf4921504c8cdeab1e4f9a2f00595d
MD5 d9fbfb99763ee8235eca9f83057ec6bb
BLAKE2b-256 46016173e82a28bb37a1b43d5e149f13a8152307ef91777a0343ce7b0c040e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.3-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nurpax/pyspng

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page