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.4.tar.gz (717.9 kB view details)

Uploaded Source

Built Distributions

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

pyspng-0.1.4-cp314-cp314t-win_amd64.whl (154.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyspng-0.1.4-cp314-cp314t-win32.whl (138.6 kB view details)

Uploaded CPython 3.14tWindows x86

pyspng-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyspng-0.1.4-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (196.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (179.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp314-cp314t-macosx_11_0_arm64.whl (161.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyspng-0.1.4-cp314-cp314-win_amd64.whl (143.5 kB view details)

Uploaded CPython 3.14Windows x86-64

pyspng-0.1.4-cp314-cp314-win32.whl (131.1 kB view details)

Uploaded CPython 3.14Windows x86

pyspng-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyspng-0.1.4-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (193.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (178.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp314-cp314-macosx_11_0_arm64.whl (154.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyspng-0.1.4-cp313-cp313-win_amd64.whl (139.6 kB view details)

Uploaded CPython 3.13Windows x86-64

pyspng-0.1.4-cp313-cp313-win32.whl (127.5 kB view details)

Uploaded CPython 3.13Windows x86

pyspng-0.1.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (193.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (177.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (154.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyspng-0.1.4-cp312-cp312-win_amd64.whl (139.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pyspng-0.1.4-cp312-cp312-win32.whl (127.5 kB view details)

Uploaded CPython 3.12Windows x86

pyspng-0.1.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (193.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (177.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (154.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyspng-0.1.4-cp311-cp311-win_amd64.whl (138.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pyspng-0.1.4-cp311-cp311-win32.whl (127.0 kB view details)

Uploaded CPython 3.11Windows x86

pyspng-0.1.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (191.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (176.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (153.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyspng-0.1.4-cp310-cp310-win_amd64.whl (138.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pyspng-0.1.4-cp310-cp310-win32.whl (125.9 kB view details)

Uploaded CPython 3.10Windows x86

pyspng-0.1.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (190.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (174.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (152.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyspng-0.1.4-cp39-cp39-win_amd64.whl (138.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pyspng-0.1.4-cp39-cp39-win32.whl (125.8 kB view details)

Uploaded CPython 3.9Windows x86

pyspng-0.1.4-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.4-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (190.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (175.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp39-cp39-macosx_11_0_arm64.whl (152.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyspng-0.1.4-cp38-cp38-win_amd64.whl (137.9 kB view details)

Uploaded CPython 3.8Windows x86-64

pyspng-0.1.4-cp38-cp38-win32.whl (125.9 kB view details)

Uploaded CPython 3.8Windows x86

pyspng-0.1.4-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.4-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyspng-0.1.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (190.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyspng-0.1.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (174.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pyspng-0.1.4-cp38-cp38-macosx_11_0_arm64.whl (152.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c715f97caf46c7d2fe1cd473114e36c7bba7d9a4ef6575b46e0e53de9354759a
MD5 3d93399d052f9590d7361f0c47428a22
BLAKE2b-256 9df728061bf17b9966a24d3f7dc7f9d9fe9df9e398d22f4d242034e725e44490

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 154.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 715a103644d170583b004f8a3311555ab971360cea921b1259261103d80790e9
MD5 e96b845e8809d5aad43d694c27297c71
BLAKE2b-256 0f81bb0eb989bfa6fee693abc7dd460e20110ae4c570e524ccc991cd08422b60

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 138.6 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 c6e4c13c77dc88507aed4eef64e2d0727616c8aace013c45856d36b39b86eb39
MD5 2263e21cc9b538bc9e9b2368bf5861e7
BLAKE2b-256 5ca3632d9d3e822eeabc00c5515585a54cd335c54dd36b5b0a86fd406892850f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fa09608d24d0c4301e1e608f8e61b2232a571f622f9bef49e9059a942ad6fcd
MD5 e9944b24f33735b1f44ae587282d588e
BLAKE2b-256 ec38d702a5441026be6445e47af2947e3df7c3963e73556cd6d8b617fb7dd8d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314t-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.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2a1bfa84e7c2d5d45f400f1644b98377f8830c85eb2cf81e8766c61c4995f37
MD5 7690deea43c7dcfb4ecbb229bd4babb8
BLAKE2b-256 189011c45cbb9b7296ea8467ca4d6819ff452bbd8101ed143e8fb61738cddbb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314t-musllinux_1_2_aarch64.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.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b52dcb2c34497bfdd9c6a880cab59c9cd7c294883ab9d948c2e96d2da909b084
MD5 a46b988648efbf920f7c15b1fa7ce9fa
BLAKE2b-256 17d192ca0041855d85b4b0e82b4d5bfc9b22b0f27bd4409418d69276bd3645a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26ba065c547a0bb88d7473a18c3264842b4a57ce66487a200ecbce7013160610
MD5 b15f21927b31994b08c29888657c755d
BLAKE2b-256 ada1f554550e467ab32938993ca2c041a4b556d815409ea04d4232b731ba32a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e45311899573bc8ff98fc90522ded783ac4478a75276aff02c3c35cab35ba1dd
MD5 b366ffe765ef51031ed9ae7bed85b4bc
BLAKE2b-256 717197e472d80929a392e4430c372823e2bd4443b8bc068ea9ad907963c6d2e0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 143.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fab6b9b732ddbb30fc0a9b794a532d07baf1eac664d0f533248d87eaab0ff460
MD5 6717d6cbe06dff97a0f5696d4c2d2bde
BLAKE2b-256 b28768abb9a6e90fc4c006708baff8e6b73904c1f43b3b380b2fab3141452e48

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 131.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b3355a22bbc29c19efa89b22cc0b44976f66d117cc36d670eff96277733c5f32
MD5 1cbbbf24337e96c09979dc2d7011d8f7
BLAKE2b-256 850a77bf4a3e1e75c5e3dfea45d7c6348dcecd133b2ab1aaca435e86384a2664

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1d5cb1b9d92ed8cc7e57767ffc59f48b5783decc4c413f9e9af97ff4f584139
MD5 1017de680022b8800e3ca5241d1189ee
BLAKE2b-256 c4dcd50595ab032ca44154f26b0e0a6834ad594103d52cc4350f7819119178c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314-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.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f060cac847094bd9867f111cf8bf23c92fb9d77395b68936c472576939d79865
MD5 36937699a35776c169509a2c8c083aa9
BLAKE2b-256 f7346deec5b0656033f0ea7db596ddc77a8ea43be104f521e30948f7098e854b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314-musllinux_1_2_aarch64.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.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbb29fb139b7bc97fa9148ad7e987f769f7d38022ed768e580cf9dd7d9b7cab2
MD5 78a59f1dcc1ff83d166cc98c70fa7ca8
BLAKE2b-256 11a439acd1003eaec82d652036f3f3a384eabb54cde390da23eaf70e484aa73f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 281f9c47fce331284534953216e2eefa4af7fd195439ff3b64969e2de1604bc4
MD5 235746f35cc7e8987214a17a2ddbc521
BLAKE2b-256 af896c1344be3d62315830e3f60726e5423dca96fa484f27e963b6f5b32e1408

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd7115371d1d99d2762fb7d65193d557daa1803364860bf1f241ba63a9a69206
MD5 1434675f21b5878d45d40172e8b8067f
BLAKE2b-256 eed981a74cf7cc2ec61fcbd8b56c9972142d00c6ddd6ba4806411a790c3a4681

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 388df64fc152bd4744c278c82f90bcf5053e4277a81d903831ec2659992210cd
MD5 35f76bd96ab1a3e6e8a360af1b4fd12f
BLAKE2b-256 9f6ab21ac13c29c3de5a79dbea40c5c330ab15f33cb53d163a60ae049486ea84

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 127.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a74cfc763dc095af5083be89bff05392da7450f4be5f3bbd6e95780df20052de
MD5 5a9300682f4e18bb4e7ec4077399b227
BLAKE2b-256 da9360102338c3e49bd1a09beaa63e1279538640f3fecfa22ec7d6a7950ecece

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26a7ca2eec9b1ce7f18a844b4e57467d1c17232f94f4af9e9de5ad0d8725931a
MD5 d7a1bf0f4671d25ee5af51e2191020e4
BLAKE2b-256 a8c287f26289ade0078cbcf7cf75d68ac8ddd7c89d018af49f48d09250f56481

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3068dc0beb4eae96946ac9c167e07344f093610088b3eb96454eeb394e3326b
MD5 e2f2ba55fcd9a37b29c3ff571c3e5ae7
BLAKE2b-256 50053d35623c1f6427fa62592f6e4da9d8ca5eff2f5068cad9afdf6462b137ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp313-cp313-musllinux_1_2_aarch64.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.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 900bb0643f9b00eb8e70a64ac41ac191d4a4646209a936de1706b4b6c2cc5685
MD5 bb8016992f8cf9632d625e13b38132d8
BLAKE2b-256 0453abc8fa6a9cd631ad7a460e6f3043646a7be174bb96e4c6cc9a1a5494758b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4d1e9c2b622c39565baff878e4207a3529f854b56d6b3c28f43bfe7cf8114b9
MD5 d5a6b2f783a632b24f086e5bd9ce9083
BLAKE2b-256 109c4f3f2e312a590592a2757bbc9523a55671e0fe5dcb4648a97a2f234d7054

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cca4dc4db4980eaffa1d58e3e224fabbeac8aa17179e53d73ae88112748cd8bf
MD5 b4348683b9d00a7728a8ca1715e65e6f
BLAKE2b-256 efb2582cc489ed3ae6c6aca9eac544c3233549fcdc63d2c7877617df1a41631c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 51d06fb28f4c66f7890125a3ba929e6ea2a939aac4173b1015e176045cc72bc5
MD5 10022a7d06aa554f5d6470491262fb7d
BLAKE2b-256 b5cfd6bb9bca61f32ed110ccb93f19491f8ae516c972f51d5890a082e5c64696

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 127.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 66e8e0ea597bfe80dfa5d810622fae1fc8fabdc505c6e5e5687feae7a4a92a29
MD5 93957d10da503825fcb679237ef3da0d
BLAKE2b-256 079dc87bc0b57b792c41a295920c514596686cb231b5ebc9694e69054df506c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fc0f88baa3fd7490aa069f36cea85b13a8f0d817c6e258c996bd7d83dabc223
MD5 daff60564cf3cf54f534f04af508ba02
BLAKE2b-256 3144ea5d687b065a396535e524b8fa69e751856a29228de402622f2743f3569f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7f376122d5c52b23c78adc726a8e139d1c3d7267534575916fd78662fdeda5b
MD5 65b54092459191703624af95db9ae842
BLAKE2b-256 71f057e6e1ba381fbc57b5132fa2964a9bb39ec65a83741e577f135901a60848

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp312-cp312-musllinux_1_2_aarch64.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.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8580254e07562616a4f36a6c74ce91588a9ded8bc94ea06de4093edeb85dca99
MD5 a23f4f72e49078d6d548dc887833b822
BLAKE2b-256 f89f33a9e30dcaa640ec7106e6e60c9b02d4330a7b3e1325e29c8ac6ece9b9cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47d069411bb42c1744253ee0854a31ae70f3071f359a52d53371b4fb529250e7
MD5 766c4adf10e177a0ee44a847c32783a9
BLAKE2b-256 55f368eb4c0a0481f713cc77950b942017ce2fb50f01fbea34a43d91de50528a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 557755982bae4a8f7d3e04b79faac52fcb11784b4f49c0890446817bfae4146a
MD5 aad408c34185e5fb5da35c12c6635b6a
BLAKE2b-256 04bc8f09d6ec49f82874275fbe23d3cb7225794982bbc6cbd7d6f16fb1b397b5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9e4b09d45659ac92ef439abe5940776fa5adf1251e764f3e4b7ace8ea3ab9e9c
MD5 04798fb9ba372a74d7754fa6f4ef20eb
BLAKE2b-256 80aba93e1894b3a54174e41f359e3197e1be63f177ae4db9a10661794a64757f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 127.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7369c2e24d637a977f36d7f2602e555d19d91961afc7e05a8d0bebc63c18febb
MD5 fc4bd49fc364f362214dac7265bdeb43
BLAKE2b-256 2fd5474e4a357021f3ffaa0fb0c489bab5d1f909f091ee46db7184ba239bbd94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 001d4592897b7b39dfc2b89c78ce8bc34625fea420022e9283055074b438d5bb
MD5 074bbffa45a90ec3a7962565566e1cca
BLAKE2b-256 64a99aeea8b617e744a2ad50788643030ce2b68b77689dbee14afaf7b44fa314

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f131d5b31125eb3de407dae5f22c82053913cf83af3bc8cca95a3a9562252a83
MD5 165de0d00413a0995b4397cde1cee01b
BLAKE2b-256 34ce24753c0e886cc1d8064b25009c122b928c2456c19ed2f67630121fa08f66

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp311-cp311-musllinux_1_2_aarch64.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.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c19a23f0985c918abc5b1e7919c3ea56e38027481f34bf9e00487271097d85cf
MD5 147867870ee2cc6d8580448d6568e9f8
BLAKE2b-256 b2fa38555f2bdea3ed1bbf50df58acc6e40824b0b0cc395bd25022cf72b6af03

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07d7557f0b86b1ebf38f566a4d2ae3bbb77d9a99614259c83b22e3427fa18bdd
MD5 0dabc898bc3d38eeff97f2f038bf94e8
BLAKE2b-256 0473e65f50906e8f975709f7dab3369177f1c2e6b04e0bf596602a5c0146c59b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ba88ab62531d641eaacfb04c24392bec65884a6bb7d8da73db6577e0f9889ad
MD5 8dd9e2d70f137bd0280e0988868b32fb
BLAKE2b-256 9513249151f42c5d00a1fad4cf579529f010d19976781f3af1b84680858ea2ba

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8943a2b9f4fbd216859a0c1696fb28d1279bc8d8d269638a8240f1c70a29ef1f
MD5 87b2569a385742931f643b22ab87ce62
BLAKE2b-256 e0ce790441379de539f80a0ceebc5cce281f4f3fe4a339971bde78b00a35e606

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pyspng-0.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 125.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b2bccb49013bcec18e83195bad3c808c7b2f10dcde41c183d511e87ebc174cfe
MD5 627842a3ae336b4388c0449a89774c5c
BLAKE2b-256 8fc842c9e553fa3ddd311cc214d4225b2581b1b7c423969ffa3be599655d3853

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eab424962d9107b5ffae184dedef1aae0ea38a46ca5e28ba807c99d9c6f55549
MD5 477539edaecfa2943adf771cffd0a0ba
BLAKE2b-256 d250d443ffe8ff0b0155d0b2ca403ab160856f3242493b698d7284c778cd7388

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d60734997ecda1a3d8b1965f0d9c5c75e2c7eea9aa72c8178cc2642d7454d1d0
MD5 5329804e51a16d9093bad3d0148022ae
BLAKE2b-256 e1643ebf3f0b04f6736205f716219d735078c4240444768348f67a8311d1bf1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp310-cp310-musllinux_1_2_aarch64.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.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40171d64e7734e46f0a4851933f53f28fbeb310fdd81a845af64213b5315202f
MD5 ac67b1271f0611d4672230d24d0123e5
BLAKE2b-256 8537bc891095a2918b10e4ab6ad9908cb0de60619437c19bbd5e736a36d5cbf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fab31c6e83e427067d050621b1c82b16e1c469f6195cf004b49548ae81a2d529
MD5 94d540c4ae1488bef8ff20f58c306774
BLAKE2b-256 5dbd311aa33dc4235de854828e5e2a0e228e64c194c8153d50e04dbe268aaa26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbe1dcd579ac9036b9930b4a2441591bdc7a4547bde0cf99d192abfdfe234379
MD5 9989f1c974b5356277dc325c474ca048
BLAKE2b-256 2cde8279c1e383673514f7cbc5e6ae1d55646fdf22287ab8e979b27523e3ce62

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 48b897b2e9047e7faeb56d298f4b36e5e2bb99281618b241cc47a8533407bad9
MD5 c4289fe673897c6bc47f6a095007dafd
BLAKE2b-256 b3f8377aa7e1112dca454afdee37e15cb1ef1969ff33c2e45b6749deb2e6bdb6

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2cf535cd765a0f5566efbaeb0e1c69e897014b98bb6c57602497ad871c28c722
MD5 944a2564042a895a66d5cd73e2009170
BLAKE2b-256 d4af657821c2b096bbf4be7c0fb7ef09c0195ad82e2c005594680616ac7cf531

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 323621750c35963323c458a69df3480edd270e8f42ccab1fbae98e62bd92915a
MD5 cc3067274792081fd50f90ff27ca673b
BLAKE2b-256 f33a2c6a53a1f0cd6c2bd50027a2975dd03efbfd9742fb664f812adefd89a063

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 944d68a31a6282106499f3c61af97431084b5615f23dab07173739ccc5f8b3f2
MD5 53e08b7e035109084f10c0e30729dda8
BLAKE2b-256 b3690af54a3b20de737f85f26e88c4c94f923a8f8034254c575fe78b05fd5021

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp39-cp39-musllinux_1_2_aarch64.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.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43540523d692e739261f6c13625423cbbf3bcfc7140269ec44d6157439d5320c
MD5 20a1ba7308bd424a5d218b092bfacaff
BLAKE2b-256 1921c3a3cd6cbf4f64dff87265236db5ab14f319a302c3deb7e034528f6dc9e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6892718df539050ae02653ba5f426451551b63ec74e721fe140cd5a7c99510cf
MD5 c5d4cef426116451af8d5813c57e69c8
BLAKE2b-256 08a47392fea337e029690c1a040001761328ba3ef4eff264efd77efb5a9275cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c79b76d8c938e4c460a61979909ab5c59afb9db6d77c0facd223d652a96e051a
MD5 5678d35f24a326984762800e0764003e
BLAKE2b-256 25485200acb621f8e217554c03022c39ea619cc7b54969b4b9efd5322576fc22

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 499f01276240cd934ecc96b8431b360f43e010b8b6f117fe7ea25151286a3402
MD5 54e6d229bc005ca7ad232a7f24eda147
BLAKE2b-256 49fdcd806253735a9bdd21a81e44b472bdb691f9fedb1ec1c1292cccc4dac400

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e972467d35c3859aea55c77118475774e6494a0356617ed0ef5656a8c72be615
MD5 b07a61846b47908679f21c1b0c4dfa52
BLAKE2b-256 9d81ae914ac9ab3c7e21a4b4d8ee3aee78dfca3a741fe169f27a3193a04417c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb9f39441a89676a55073dbca02f66674a5ca9296e2a1559e4854c6166809de3
MD5 e6776a79dfaa9e8774bd6adb70cefdc4
BLAKE2b-256 f0474300304525598e5681a5614227e06d4d957e57c3cea666539c9e5b75795a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cba6e3af5dcb9aac0958f71ad5e92be71e5bc4420a709d4b5d54cf03ac449af7
MD5 8593dcd142f6a12edbc7fc0624803b21
BLAKE2b-256 7636c26e8e42ee8b393b45675d2cf144a8bbcc969e19404afb621691fda357d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp38-cp38-musllinux_1_2_aarch64.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.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af3397535f806fbce3478aad5425da41a64ee7639f69444bbfd997ff14eeef9b
MD5 d9a0ca71be0e0b4c96bbe7f0ea8c51ce
BLAKE2b-256 8fda97a9fe82a768ec8fe5ce1b95d4b61ff409e4f0ff4b21b57633692a66194b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_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.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5a521ba6804006d989d8191af728dbc4ebb14a9d1d9b5feda8406fc2114d379
MD5 35dcc789fb704e560164a72ef82c0e11
BLAKE2b-256 8b84e77f7f3d5223160823c956ed153a01b25078bc836948898a14714ada78ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.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.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspng-0.1.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e9dd52a65816f63eee7545ba2144643394551ddcd36830ec9cb3027e55adc06
MD5 5c2f9a8f1509d9617a7c8e012d5ee837
BLAKE2b-256 58578ba8535fbc7d0e8cc64c66766ffac02e058f084232c2a45b3ebfa0d3be9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyspng-0.1.4-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.

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