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

Uploaded Source

Built Distributions

pyspng-0.1.2-cp313-cp313-win_amd64.whl (126.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyspng-0.1.2-cp313-cp313-win32.whl (116.1 kB view details)

Uploaded CPython 3.13 Windows x86

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (202.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (141.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyspng-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl (150.7 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyspng-0.1.2-cp312-cp312-win_amd64.whl (126.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyspng-0.1.2-cp312-cp312-win32.whl (116.1 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (202.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (141.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyspng-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl (150.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pyspng-0.1.2-cp311-cp311-win_amd64.whl (126.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyspng-0.1.2-cp311-cp311-win32.whl (116.2 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (203.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (142.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyspng-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (151.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyspng-0.1.2-cp310-cp310-win_amd64.whl (125.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyspng-0.1.2-cp310-cp310-win32.whl (115.1 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (202.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (140.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyspng-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (149.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyspng-0.1.2-cp39-cp39-win_amd64.whl (125.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyspng-0.1.2-cp39-cp39-win32.whl (115.3 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (202.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyspng-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl (149.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyspng-0.1.2-cp38-cp38-win_amd64.whl (125.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyspng-0.1.2-cp38-cp38-win32.whl (115.2 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyspng-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyspng-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (202.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyspng-0.1.2-cp38-cp38-macosx_11_0_arm64.whl (140.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyspng-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl (149.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyspng-0.1.2.tar.gz
  • Upload date:
  • Size: 717.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1dc82264f7c8b6dde60f0f81ed8e959852da2fdd67a729b18a7caa7a991f2ed0
MD5 cb6fc54ca34448d451ce7461939d1bca
BLAKE2b-256 251a6bcf066405a70cd88c6b657d868a4cb7aec7fee4dfe93a9dd2c3a71808db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 126.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1d52f04ee041e510384732dfeff0f25e5abe73b1b898c06eaa0cd5274f137c47
MD5 6065e021f867b347fd540d6a2f7206ac
BLAKE2b-256 c897b85d02aecdb969e4edb4c3dedecdc16007457ac03930efe080ec24a39665

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e7493e24f110295bffbec52e6c615dd4ae86d1bc389c7cca0601ddb7098c81b1
MD5 84412473e187aceb502474257e47022f
BLAKE2b-256 7a4d7ec5bdd026a75187ea6b7251fc8369c0ed788a57627caf30440fdd86e545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbe9068cb16721cf952475f52ecabb124a19535033e5bb525ca39f5562e6a3b4
MD5 c353b9d6ed918b4577e5afe50fd2608d
BLAKE2b-256 fb4f8f7f8a18253b3fdfcbc959765aefebc3b44919dba7a16017f689045638e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4412e47db78d829c4ba3251f53d9913d06c662d92b52436906dc513ba24e8f80
MD5 5057b85a2835c8f8ba9b0a024e944108
BLAKE2b-256 af28907d016b304e1660f50428cf37b2ce0ee7b13fe77e014ada880f20af2738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0319d40d521d7fbc2882ab2cdd614708cb61a07d04e82461b110cc323267db54
MD5 1d161375d375febc983fbd1fc01f5741
BLAKE2b-256 a087a11db020ff83249734edbab878a342b39d188543e5f38a2838bfc83d6ae7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06891970cd2c5e009b0d93bcb3212606048b657c4a598f418c391e3330f15701
MD5 63fef3c9bb8e5999fe0dd26b6b62f5df
BLAKE2b-256 23146d12d22be5f390c641524a65b8e1c7ea8389013e2fc4881d1eb0a31dd958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32c1850303b5093d446e671ce5e71978c04303ef4e9c85a9d3b39c5eff1c3211
MD5 67cd2c71c0cdedf84d2a4c2d954157f3
BLAKE2b-256 cf448da61187d2d3310b1c13b1c669874e645ccda42fc14074814022dcab7fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c04160cc15c1522048b600726cee706d03bd3d978366abc6c797a243940e6edb
MD5 ff6896fdf606b6e9ee3d79c5d096dddc
BLAKE2b-256 434adce7ee9d74fd1fffb68ea70fe9034503988fd6d6f36ea55282f0d65d2b01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 126.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 00de3c6635e9b573da2e7f210de1cf17495f36f09bcf62347ea6129b803a5635
MD5 911a896e5dd2ebb6e147cad2815933a1
BLAKE2b-256 c919e2d690b59c09ccce8136a07c214e4d09154f7b0e814db94a23960cad8883

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7e02a6bdbe05b67d3086919a5780ec464ddcae361aa4e6371ea824c458e62f8a
MD5 0a4aad8509f82b4c394c79dfcfbee2ee
BLAKE2b-256 f02a2b1df05694f5b91235657123eb9133266ad5c8c64d6591cc8ae149119267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64ba8ccf008533116a592d7900ef11a7d6449bcb36c355501a339e911f627683
MD5 5978d8862f5c8f7788075c9e3a33e754
BLAKE2b-256 a1bb8761b1d54f1200d2c14390bd8a77cf1cea9e1b0a5d22b606b4049fa43c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f55a1918a07546ae0b8fa6dd8d1ebb438b840b436b4d80b23046c8e8c88ea45
MD5 0e6f72b68edc4b5498225013ea5ad4e6
BLAKE2b-256 f45d70107dd99c3ffffc591b26df82a2269928c151df9397931517740124af15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84cb341354d2a9b4d2e420c01da5c7813a2c36ccc642a8d220e88f620b1626c6
MD5 af6b191e89754d1d44a89523c2de0b5d
BLAKE2b-256 f465b54c9169f5af4b03d90e6cdbc77e6e8184b0ac0d33e13888b528ec7275f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a966782a1368ade5438e36d45d752cd4f17e633e497c0a48ee473d5b6fcc0f5
MD5 952d69f6010508a49bfe1bee6a5cdcb7
BLAKE2b-256 7ab3d08698bc04475227939512acdbbd9f5e6a07d5ecae27397a11c8f47ef0ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4c5892564a9bc1439451664db01e5b0f98b2c18cef2fde2c12b2cf84bfb4c1d
MD5 3c11c21fe1eef3ce2a2fe74877373358
BLAKE2b-256 0d510ea30b3eabdac91b9b258c47df3a04ebbbc5d6b4c1e8cdff451dda5b3359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92a1cac372bc8e9847a19b578e46be2b36e78a6c2bf54d4a29d7cb71ab5989db
MD5 6a4a1ce218f16482637df004d2b410e8
BLAKE2b-256 62853559aa7e0c676860bbdb3ef68402c44e0d172f6cb33ee560a00ca4618736

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 126.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67f51324663ea503355c3ffd9191b26884fee8ec6f43fc94a7ee2211028d7971
MD5 133e15c480ce2b6f3e12066d38881248
BLAKE2b-256 04408b5d0be71c91c7f79b1549377e0305b33ef90cc632067c4278490d12da44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 116.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 58e605e3764e601f420123089da261506d365d804d026cdc1c7dbac60f6c17cf
MD5 8ccf1dc21756379bc2405a85d4c7d8e3
BLAKE2b-256 be9f4a621308a69a6362bbd2f36a0ab887612a70556ccd3bdd2ced0627694f37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dddad3c7116a3ef94ad07a0a2a66471bc11089e99e3a1d81f4d9824e526cb09c
MD5 1065b8764e6e3e6ce956477d046395b9
BLAKE2b-256 909f8bee9cd60b8588851dc090405c34968fcf59a4948d7a2b562d1df54dcbe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 67601906d3fce40e7ef65386252e2b27d660afd8f417017ed50a496a907e0fe0
MD5 05439d064cf2eceafa2cbade8d5c7093
BLAKE2b-256 2ff716f56fe59c06940e6e59eaa473cb25104020f6e09a81ae157e95a67d0d7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94690f2c3e660c17de400c0d175df61f930df3b92ab6e6d396eb6ee17bfbebc1
MD5 9a0385c06f889a01a517ce04899b8e5e
BLAKE2b-256 9aaae4c9b45f2a812e3296539339aa5473230d5c1124576ebf4c9a67c0599837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59fb5677efe108b380ea638b982ca72d083add111f9b1fffa1ac1d0d788f66ed
MD5 93cccd645417bb25db1bab0851e52e76
BLAKE2b-256 09a1ac4681c921af0be73e2a1f6a48983e041f2bb43eb90e015e130458153a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0489616d93602ae2047c9a0e14f29ae0ca97e692ae3f9d77345fa0bbcafb2f1
MD5 353b61a02028ada1b7c7af0da26d97a6
BLAKE2b-256 a059962a3b1041e3ccc657e3d30acccf64929957eeabcc5e7673cb2635e29b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e02f9b139f2dae12100059644d15f9d19d20dbef120cdd3e343e59d0fe5bfdf1
MD5 9941266292fca42d7d1d7b36a9a9265b
BLAKE2b-256 82f8098bb64773c016dbd782cdab1accfae9c42201a0ac07a6c5ceba49120b3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 125.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c329b972725d16e8d8b1d8641a83aee9a3d4b01e45de93a8987d18d929e32493
MD5 b22afe0fc0edd4ef59061c51f8b1e740
BLAKE2b-256 5b7e1a3c79849677d0fba8cf664eed792972f7f096259b3d9688d63b05386de1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 115.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3e79dec8209eae9869000c17827087d4060654903438d01d667a297d7c93da38
MD5 0d3b3364403e68cb9c8e12b938b948d0
BLAKE2b-256 bd4072cae3c927342fc26b21b44584ef7d3ab3bef2e593e918e83e855b3016e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac5075559d2e9f96f986e90b936d6987cd49efd871c004c5a8ebe14b2ce9aa35
MD5 a760d4db02b448010a5879604c80dc3c
BLAKE2b-256 c776ff0d9b2df276144664ae5361aed4c242f861807e2d7eb4ab538719f13ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 463e2783138a72c1d0dc653d1e0ec0f7492337692bf8ffa839983aa3ccb37246
MD5 73ed9c0acc37935ac3fa00802be675bb
BLAKE2b-256 a46a4bf5c5d3bd05c80dfde625413d2ef6d6db94ddeb7e101eb92256655f2aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15661d06b062951c7f7d85b2a5035bccfdb7622098ffa9e66d55d7045e8678bd
MD5 5a423dd053dc63682b438e42064eb92f
BLAKE2b-256 da3fbc618d38f6019801485f712906134d450b5633477213323de242481a6f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0f3423f6a692ddc73cf45792ba4acb0a4241ce139a2c875032b9eb9b516b66a
MD5 36e6610506720d4e03965283f114e320
BLAKE2b-256 9f2248bec67b564c796bce2e387946c90222bb3ef2af9c0700240163c47d5fd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bca32e1bd75cce6d46b6607c1e453ac22583e32bf71ee6ef6cd95d8ee9ade8ba
MD5 c23fa2662a0d4c22e861741687277ca8
BLAKE2b-256 5082d72a3b1042d0ad888b424507071f7f587924cca1ec8264e8e63581dc676e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19d4555dd7dff6f509645832e3891130cbaa810344506a90eb269cf3719f16b9
MD5 0470d9e428c6d2ec79452513a015a9c1
BLAKE2b-256 2536e3a7e725b0ec2019296d1c07942157a84f7c447b12457f510f63b2b948ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 125.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb64aba17de7d11dd57f19bf5efc898ed6573a380b115a80b3ced5e528ccb363
MD5 034b3c959cb08c8200859b0ba8a01532
BLAKE2b-256 af52df5efd62950c355a38d82016d17ff547cda352cfb2abd22c329e13dff2d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 115.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9f211450312490dc5bb4de29602e8b04df4347ee0150ac9f0713ca70fa190048
MD5 ed0a3a4ff55fa40b0a222e2f81ccc5ee
BLAKE2b-256 f4ae9c63a7ef24c10e511f32c9efcfa42b3e01c956e9d95ad2cad83d1369166e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f450803400bd29b32626a77ac964b7ee6c3f2975f8279fa564505df737ff5a43
MD5 c42b75a957a0697474d31cd195d7dfde
BLAKE2b-256 14a61c226d66deb0606f7322042b9faf7b641f6006e3a3f7ae693b00d6fb3952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6eb2e6faf134f4ffddf7ceaa3c9dc40ed73f9a9037cf1e8df9442fb0384c92a8
MD5 9006e4325272dcb1127c63b197f12480
BLAKE2b-256 914a7ac554b445df5528806e46995638d3c77e7e69059a3d3f2ea01672221be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdcc48ea0396ea956c5a326528e252b065411d4d3946cea0490575139b2dae95
MD5 bb0a2579315204f2b200309575a73a8f
BLAKE2b-256 82b4ff08dcd2141dcf08a0d1d482d4f8c6eb98c063f7c740ab015c321f7c00c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4b8efc2e08f43ae186201882a58ef10c5c5540bcbf17b39f4248dc35c54b448
MD5 3a7eb214739b5e7adca605a24cc83981
BLAKE2b-256 34407245a7737baa26bfa83076cfd5ed7ebf72607db67e4c6c1a6ca6179b2039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19db25381f0cc774326d9ffc71d9e15df0cd4fbca2a4170232cc1b27255e11a3
MD5 93b3598bc367ef7d3a595312d595b6b9
BLAKE2b-256 c6e0cd6afd0060258cce19dd481f70c860a2c94ec46fdbd60077a5a2ac179aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9c43509c8c5da367ecbb3542c990cc06dc94390eaa1ea7a0f27fa315afdaaf9
MD5 d03b3b914acac199c8d7ab98d3c54207
BLAKE2b-256 2685299f0615abe762d786b8fd24587d826e0037daaf761b8602bf3eec1460e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 125.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd53b027ab062d4af6c29ca4a043b48c5e64be90dad76cb67a77c61fcc3e75bd
MD5 d4fcc865629dde8166c8b80822ae9f44
BLAKE2b-256 6494a3538be268d9c19014481c611378a59567843af44e39d6bab17bdf857ebf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyspng-0.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 115.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d55ed4fdc1a50bdb8ceeaee90a83e4bcdef1c47ba9390f348c28b4922f3d8e6b
MD5 6508e5a43c99619e23872d79d13f93d6
BLAKE2b-256 e9bdfceedbdbcb0dc0ecfbf4c8f9ca2cf70c1b0a774ef2708d878e76ef37c11b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a5b94c55048279ba08b1764cd749773c6f7e73a8827a145ba83b61a65435584
MD5 3fa1fc621c83c7674ab4ebf33b5eacdf
BLAKE2b-256 ba63f95573778ac65b359bc4da8f10274b193d4839015593540ae3ad75108eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7827248dc890356e96220652521252a95c593dc282f4b428ba09934ebe473f86
MD5 af1ad02173e20378ca8cc23f1c3fa001
BLAKE2b-256 44129f06158c1391440b9ddc93648b9b55ea5f9da2d974ec484f7b2369362a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 007894092c0cea404201c2727256f62693e3ce362d415e4e54fa43af10ebaac3
MD5 1e314913e6abf1fa36b0c5eae35ff831
BLAKE2b-256 b29ccc374a5b6420731cf97f9332cd6b82563919cd7875ae6a5bf273e7f46ea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e80d968f1be4394d9d44a2dcb5f8b3368107e191dacc4bce78a9282c4e5d0be1
MD5 62b082938d5b8d9d4f56b5b638a88c91
BLAKE2b-256 4a8eb90362cb6684ddb9d05466d9b8e060cda3e415239d41b93b3aa36f7d6434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be0991185ec6809501b8f79519a78253c61746dd8730a23328a68b73dadbe9c4
MD5 b2376a37684c0cd46c3fe0ec45844d47
BLAKE2b-256 dacdd9654987be91463c459df5e7bfc948c8fac9930a974d83edd82f542ea09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyspng-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a7e414368d98b86751aa895b7b086bf0aaaea8e7b4d26b58b83ea7140897451
MD5 e2572b87d7204a34b98fac15d54e0403
BLAKE2b-256 83aee7c0a914a562dfd60f23d946981f09ec576343701fd840e5665b666e0ad7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page