Skip to main content

Very fast .PNG image writer for Python

Project description

py-fpng-nb

Very fast .PNG image(24/32bpp) writer for Python.

Compared to typical PNG libraries, its compression is about 10-20x faster, while producing 10-50% larger files.

py-fpng-nb is a Python wrapper of fpng

Installation

pip install fpng

If installation fails, upgrade pip with python -m pip install --upgrade pip and try again.

Usage

with PIL

import fpng
from PIL import Image

# ...

img.save('file_path.png', 'FPNG')

with NDarray

n-dimensional arrays of NumPy, PyTorch, TensorFlow, JAX, and CuPy.

Must have 3 dimensions [height, width, channels] with RGB or RGBA format.

import fpng

# ...

png_bytes = fpng.from_ndarray(img_ndarray)

with open('file_path.png', 'wb') as f:
    f.write(png_bytes)

with OpenCV

import cv2
import fpng

# ...

png_bytes = fpng.from_cv2(img_mat)

with open('file_path.png', 'wb') as f:
    f.write(png_bytes)

Benchmark

Comparison with Pillow 11.0.0

Compressing photo

Photo x86_64 Photo x86_64
x86_64 AArch64(ARM64)

Compressing screenshot

Screenshot of Wikipedia

Screenshot x86_64 Screenshot x86_64
x86_64 AArch64(ARM64)

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

fpng-0.1.0.tar.gz (511.9 kB view details)

Uploaded Source

Built Distributions

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

fpng-0.1.0-cp312-abi3-win_amd64.whl (75.8 kB view details)

Uploaded CPython 3.12+Windows x86-64

fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64

fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (90.9 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl (67.1 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl (74.0 kB view details)

Uploaded CPython 3.12+macOS 10.14+ x86-64

fpng-0.1.0-cp311-cp311-win_amd64.whl (77.4 kB view details)

Uploaded CPython 3.11Windows x86-64

fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (95.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (70.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl (77.1 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

fpng-0.1.0-cp310-cp310-win_amd64.whl (77.2 kB view details)

Uploaded CPython 3.10Windows x86-64

fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (95.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (70.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl (76.7 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

fpng-0.1.0-cp39-cp39-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.9Windows x86-64

fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (95.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (70.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl (76.8 kB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

File details

Details for the file fpng-0.1.0.tar.gz.

File metadata

  • Download URL: fpng-0.1.0.tar.gz
  • Upload date:
  • Size: 511.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5ed3f96bd531d1af6976e9fc317db14ff7db5ad6ba9597a12b830dbf4363654a
MD5 577163796a3992b7b71ef363e42a4815
BLAKE2b-256 93a582c3554bcdeff58220b1cf7d6a6b9ddb1c2afe49cc7e21201d9ab568b751

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0.tar.gz:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 75.8 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8e8ddbbe07f0c120266826eb26e14da04fb6bd29422a98cacc8c20ecee0c1dea
MD5 020d4a3a94fff85af6483552b6a57fbb
BLAKE2b-256 61643cc581a4bfd3003d7a3d5514f76e2d1933120a61315065d7888f806d7a3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp312-abi3-win_amd64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c7b09b21050ac32a60624086abb076a57f962aa378cb3008e608728f1c50584
MD5 a835e6107159cc15fd7f303a731ef634
BLAKE2b-256 7bc43030f1c5107e4f7d69ce2689ef3de30e3c2453ce05178a0b801e32e455af

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8e9e336f8212b7cbef162078c920c84f9c0791a2b6707c813877d842f78996e
MD5 88dde8b2de74b932dd05cbe891c8d636
BLAKE2b-256 71e188d53baa90b7070349f3ceaec7b37bb0a45c354e624362e6e9fdb7b4f8fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 67.1 kB
  • Tags: CPython 3.12+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf426433fe7ee87cfe67ea6489b7a4ce8ed1aa61805a67560a83669e0fa19c07
MD5 cb0ab2517e4544bf5363f90ce4954d7f
BLAKE2b-256 a7c75af4e75ea0edd95a40796844089b0e36515182707a77282a14500a1dc332

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 17e0e1153fb08c813595d7e7a7a0f5658f5724f30d94a497259065d9669930fb
MD5 f37eecb8c59d41684fd641d5186e9859
BLAKE2b-256 6ef01f76b002b8187e953e95e2f875011c3098cceac91e97ddb42c9b79c9a189

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 77.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ad9d8373e8e75fcdaf5508f4efb29229d0ec0f5881a6162f8af272046fe749cb
MD5 0499abcad2a47db7a30d1c26a47dc82b
BLAKE2b-256 0051effcd6b1d51031515c73fb0daa865771bd417a1eb4ddcdad05e36b81e380

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdd2453def9ce80fc5bc5649bd255ca838abb804e6439af9e6314ff27524252a
MD5 0fcc953b53d7f34baebee8195a964b3a
BLAKE2b-256 38c4f28d6bf0beef1b216261a16d34b8814a6abecca5b9190956e12f9fe87244

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9f730cea02cefe179192eee7739af25fa354ab1c825260a6b9a11c6c789e3f5
MD5 1015ef2971c157c3029037e9c7e71285
BLAKE2b-256 ff0c2825190a5efa77ccab960ede041c99c600eae3e70270732bd9c8cb1d4493

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 946408e9fad200c39534925aee786229f4955a5f7563ac0aa25ba7d5af25041d
MD5 539101f68d488f2ec59effaf84e054e8
BLAKE2b-256 59974d1c412e635c14c0c0f9d2d68a3528653452352f480b75133dcd00d7ef35

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2ec7c07baf0002b58f9993d17ac1d750d3069483c17f56e876fab6f65f2eff66
MD5 ce905685deedf34c1582e69f29aefc9f
BLAKE2b-256 ba34efc2fcb3708dc8550ddb6f974da48167d95ad7ed448dec1e3be787b65bc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 77.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2a8f8f6837de386c7db21ff5dfe66aff8ef48d3b6ad0f937484a93a5b2392218
MD5 83a64cf408abe86e3ebe4b4b3e1c2d0d
BLAKE2b-256 5a1740e8dd7d35521ca0ad201268cc5e966df9275befb9749718c13441db472b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 526497cb3562e5549326939ab80d14857d3636d5e7bea2f0e383e279120cb6a9
MD5 a58ab4ce9103c6a03618c1906b0023e7
BLAKE2b-256 6a0aa10cbe07f998091c500f1ee29932eb91f10a841b85d6489eb57d9bf9ac7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59a795c3874cb668cd0eeefffd1ee96066837adcc24a39b2eb3be7489734e8ca
MD5 3d65e9fb4ee9bcb2fa5ea35e39c029ea
BLAKE2b-256 05f929f6cc168d4657a7157ee3e2a60db3e62704aff6e4c8e6e3dbd0ae995f4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5a6a4a75f2c7ef1f429e70e70a28fc497ab8b0523fc50b31ad98a912976acc1
MD5 7c604e30e35afe326ba29ef88cc984a4
BLAKE2b-256 f9f05dd1d7784652de7988eff1ca10df930a33ed74f8250e156ac67d3992745b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d7cc970c474553239525d7ca4a0bcef12fa5d85c5b045f55160dfc59f121b62a
MD5 016836a39e8270d5989d73dfe3ebe09d
BLAKE2b-256 36977c4f9cb86577237dc52e89d66f71fac8e7f0b75e01f859f4a9d5819b494f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 77.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 09222b78da6f87bf0b86621c22a678f258140227af804bd1194f4dc9f0f56e35
MD5 c2229f9bb0873f68b476a77a7dd1fd75
BLAKE2b-256 952ac4f6743161f6638147ac04dff9f1ec51dc8e8096d7f924a7cc512976faf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fe8e5b2bb0e08c8c95b8968ef73365c2fe06e9d6d5f107de5ccb29f6b20b228
MD5 fe9dcd168d171fde700cd71996d972e1
BLAKE2b-256 c3a75cb914b7fb56e47339cbdd6d9cc608c781620325d434f7a03b591593834a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f34a86b16b721fc1a2d213cd7f5406f11fa66af86c0a5489bf938af8f5fee84b
MD5 2fc22025c6d780dc9f9b1eab9cc04551
BLAKE2b-256 9289eb6fce070da65c480b933801815d8660ddaca86c690f79805840dd45d8b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 70.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1eea4e271a500ffd8c58159dae94e312c5eb5e8246de391e69c55b282c8ec5d7
MD5 f70ae938215e96865860d48af50b8e0c
BLAKE2b-256 66124b4475fcba7a60edcda0f9481b90d8d492f4cf6422461d837450280f6d43

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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

File details

Details for the file fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6ad7fab8b76d130817defc3ff3a3bf03d84e8905c54979aa185c496e40b53fce
MD5 7936fc25eec2b01913bdbf5405e38fd4
BLAKE2b-256 c6add80ed5cc5c0a4b16b4946fd98f05720636034e6e2153d9ad622782190ede

See more details on using hashes here.

Provenance

The following attestation bundles were made for fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on dofuuz/py-fpng-nb

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