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.
- Homepage: https://github.com/dofuuz/py-fpng-nb
- PyPI: https://pypi.org/project/fpng/
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
| x86_64 | AArch64(ARM64) |
Compressing screenshot
Screenshot of Wikipedia
| x86_64 | AArch64(ARM64) |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ed3f96bd531d1af6976e9fc317db14ff7db5ad6ba9597a12b830dbf4363654a
|
|
| MD5 |
577163796a3992b7b71ef363e42a4815
|
|
| BLAKE2b-256 |
93a582c3554bcdeff58220b1cf7d6a6b9ddb1c2afe49cc7e21201d9ab568b751
|
Provenance
The following attestation bundles were made for fpng-0.1.0.tar.gz:
Publisher:
wheels.yml on dofuuz/py-fpng-nb
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0.tar.gz -
Subject digest:
5ed3f96bd531d1af6976e9fc317db14ff7db5ad6ba9597a12b830dbf4363654a - Sigstore transparency entry: 154044151
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e8ddbbe07f0c120266826eb26e14da04fb6bd29422a98cacc8c20ecee0c1dea
|
|
| MD5 |
020d4a3a94fff85af6483552b6a57fbb
|
|
| BLAKE2b-256 |
61643cc581a4bfd3003d7a3d5514f76e2d1933120a61315065d7888f806d7a3b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp312-abi3-win_amd64.whl -
Subject digest:
8e8ddbbe07f0c120266826eb26e14da04fb6bd29422a98cacc8c20ecee0c1dea - Sigstore transparency entry: 154044164
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 96.6 kB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c7b09b21050ac32a60624086abb076a57f962aa378cb3008e608728f1c50584
|
|
| MD5 |
a835e6107159cc15fd7f303a731ef634
|
|
| BLAKE2b-256 |
7bc43030f1c5107e4f7d69ce2689ef3de30e3c2453ce05178a0b801e32e455af
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
7c7b09b21050ac32a60624086abb076a57f962aa378cb3008e608728f1c50584 - Sigstore transparency entry: 154044154
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fpng-0.1.0-cp312-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 90.9 kB
- Tags: CPython 3.12+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e9e336f8212b7cbef162078c920c84f9c0791a2b6707c813877d842f78996e
|
|
| MD5 |
88dde8b2de74b932dd05cbe891c8d636
|
|
| BLAKE2b-256 |
71e188d53baa90b7070349f3ceaec7b37bb0a45c354e624362e6e9fdb7b4f8fc
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
f8e9e336f8212b7cbef162078c920c84f9c0791a2b6707c813877d842f78996e - Sigstore transparency entry: 154044153
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf426433fe7ee87cfe67ea6489b7a4ce8ed1aa61805a67560a83669e0fa19c07
|
|
| MD5 |
cb0ab2517e4544bf5363f90ce4954d7f
|
|
| BLAKE2b-256 |
a7c75af4e75ea0edd95a40796844089b0e36515182707a77282a14500a1dc332
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp312-abi3-macosx_11_0_arm64.whl -
Subject digest:
bf426433fe7ee87cfe67ea6489b7a4ce8ed1aa61805a67560a83669e0fa19c07 - Sigstore transparency entry: 154044169
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl
- Upload date:
- Size: 74.0 kB
- Tags: CPython 3.12+, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17e0e1153fb08c813595d7e7a7a0f5658f5724f30d94a497259065d9669930fb
|
|
| MD5 |
f37eecb8c59d41684fd641d5186e9859
|
|
| BLAKE2b-256 |
6ef01f76b002b8187e953e95e2f875011c3098cceac91e97ddb42c9b79c9a189
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp312-abi3-macosx_10_14_x86_64.whl -
Subject digest:
17e0e1153fb08c813595d7e7a7a0f5658f5724f30d94a497259065d9669930fb - Sigstore transparency entry: 154044157
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad9d8373e8e75fcdaf5508f4efb29229d0ec0f5881a6162f8af272046fe749cb
|
|
| MD5 |
0499abcad2a47db7a30d1c26a47dc82b
|
|
| BLAKE2b-256 |
0051effcd6b1d51031515c73fb0daa865771bd417a1eb4ddcdad05e36b81e380
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp311-cp311-win_amd64.whl -
Subject digest:
ad9d8373e8e75fcdaf5508f4efb29229d0ec0f5881a6162f8af272046fe749cb - Sigstore transparency entry: 154044155
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdd2453def9ce80fc5bc5649bd255ca838abb804e6439af9e6314ff27524252a
|
|
| MD5 |
0fcc953b53d7f34baebee8195a964b3a
|
|
| BLAKE2b-256 |
38c4f28d6bf0beef1b216261a16d34b8814a6abecca5b9190956e12f9fe87244
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
bdd2453def9ce80fc5bc5649bd255ca838abb804e6439af9e6314ff27524252a - Sigstore transparency entry: 154044156
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fpng-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 95.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9f730cea02cefe179192eee7739af25fa354ab1c825260a6b9a11c6c789e3f5
|
|
| MD5 |
1015ef2971c157c3029037e9c7e71285
|
|
| BLAKE2b-256 |
ff0c2825190a5efa77ccab960ede041c99c600eae3e70270732bd9c8cb1d4493
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
d9f730cea02cefe179192eee7739af25fa354ab1c825260a6b9a11c6c789e3f5 - Sigstore transparency entry: 154044167
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 70.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946408e9fad200c39534925aee786229f4955a5f7563ac0aa25ba7d5af25041d
|
|
| MD5 |
539101f68d488f2ec59effaf84e054e8
|
|
| BLAKE2b-256 |
59974d1c412e635c14c0c0f9d2d68a3528653452352f480b75133dcd00d7ef35
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
946408e9fad200c39534925aee786229f4955a5f7563ac0aa25ba7d5af25041d - Sigstore transparency entry: 154044161
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl
- Upload date:
- Size: 77.1 kB
- Tags: CPython 3.11, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ec7c07baf0002b58f9993d17ac1d750d3069483c17f56e876fab6f65f2eff66
|
|
| MD5 |
ce905685deedf34c1582e69f29aefc9f
|
|
| BLAKE2b-256 |
ba34efc2fcb3708dc8550ddb6f974da48167d95ad7ed448dec1e3be787b65bc7
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl -
Subject digest:
2ec7c07baf0002b58f9993d17ac1d750d3069483c17f56e876fab6f65f2eff66 - Sigstore transparency entry: 154044158
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a8f8f6837de386c7db21ff5dfe66aff8ef48d3b6ad0f937484a93a5b2392218
|
|
| MD5 |
83a64cf408abe86e3ebe4b4b3e1c2d0d
|
|
| BLAKE2b-256 |
5a1740e8dd7d35521ca0ad201268cc5e966df9275befb9749718c13441db472b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp310-cp310-win_amd64.whl -
Subject digest:
2a8f8f6837de386c7db21ff5dfe66aff8ef48d3b6ad0f937484a93a5b2392218 - Sigstore transparency entry: 154044166
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
526497cb3562e5549326939ab80d14857d3636d5e7bea2f0e383e279120cb6a9
|
|
| MD5 |
a58ab4ce9103c6a03618c1906b0023e7
|
|
| BLAKE2b-256 |
6a0aa10cbe07f998091c500f1ee29932eb91f10a841b85d6489eb57d9bf9ac7a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
526497cb3562e5549326939ab80d14857d3636d5e7bea2f0e383e279120cb6a9 - Sigstore transparency entry: 154044152
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fpng-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 95.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59a795c3874cb668cd0eeefffd1ee96066837adcc24a39b2eb3be7489734e8ca
|
|
| MD5 |
3d65e9fb4ee9bcb2fa5ea35e39c029ea
|
|
| BLAKE2b-256 |
05f929f6cc168d4657a7157ee3e2a60db3e62704aff6e4c8e6e3dbd0ae995f4e
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
59a795c3874cb668cd0eeefffd1ee96066837adcc24a39b2eb3be7489734e8ca - Sigstore transparency entry: 154044171
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 70.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a6a4a75f2c7ef1f429e70e70a28fc497ab8b0523fc50b31ad98a912976acc1
|
|
| MD5 |
7c604e30e35afe326ba29ef88cc984a4
|
|
| BLAKE2b-256 |
f9f05dd1d7784652de7988eff1ca10df930a33ed74f8250e156ac67d3992745b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
f5a6a4a75f2c7ef1f429e70e70a28fc497ab8b0523fc50b31ad98a912976acc1 - Sigstore transparency entry: 154044170
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl
- Upload date:
- Size: 76.7 kB
- Tags: CPython 3.10, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7cc970c474553239525d7ca4a0bcef12fa5d85c5b045f55160dfc59f121b62a
|
|
| MD5 |
016836a39e8270d5989d73dfe3ebe09d
|
|
| BLAKE2b-256 |
36977c4f9cb86577237dc52e89d66f71fac8e7f0b75e01f859f4a9d5819b494f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl -
Subject digest:
d7cc970c474553239525d7ca4a0bcef12fa5d85c5b045f55160dfc59f121b62a - Sigstore transparency entry: 154044172
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09222b78da6f87bf0b86621c22a678f258140227af804bd1194f4dc9f0f56e35
|
|
| MD5 |
c2229f9bb0873f68b476a77a7dd1fd75
|
|
| BLAKE2b-256 |
952ac4f6743161f6638147ac04dff9f1ec51dc8e8096d7f924a7cc512976faf2
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp39-cp39-win_amd64.whl -
Subject digest:
09222b78da6f87bf0b86621c22a678f258140227af804bd1194f4dc9f0f56e35 - Sigstore transparency entry: 154044160
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 100.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fe8e5b2bb0e08c8c95b8968ef73365c2fe06e9d6d5f107de5ccb29f6b20b228
|
|
| MD5 |
fe9dcd168d171fde700cd71996d972e1
|
|
| BLAKE2b-256 |
c3a75cb914b7fb56e47339cbdd6d9cc608c781620325d434f7a03b591593834a
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
5fe8e5b2bb0e08c8c95b8968ef73365c2fe06e9d6d5f107de5ccb29f6b20b228 - Sigstore transparency entry: 154044165
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fpng-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 95.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f34a86b16b721fc1a2d213cd7f5406f11fa66af86c0a5489bf938af8f5fee84b
|
|
| MD5 |
2fc22025c6d780dc9f9b1eab9cc04551
|
|
| BLAKE2b-256 |
9289eb6fce070da65c480b933801815d8660ddaca86c690f79805840dd45d8b2
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
f34a86b16b721fc1a2d213cd7f5406f11fa66af86c0a5489bf938af8f5fee84b - Sigstore transparency entry: 154044159
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eea4e271a500ffd8c58159dae94e312c5eb5e8246de391e69c55b282c8ec5d7
|
|
| MD5 |
f70ae938215e96865860d48af50b8e0c
|
|
| BLAKE2b-256 |
66124b4475fcba7a60edcda0f9481b90d8d492f4cf6422461d837450280f6d43
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
1eea4e271a500ffd8c58159dae94e312c5eb5e8246de391e69c55b282c8ec5d7 - Sigstore transparency entry: 154044162
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type:
File details
Details for the file fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl
- Upload date:
- Size: 76.8 kB
- Tags: CPython 3.9, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ad7fab8b76d130817defc3ff3a3bf03d84e8905c54979aa185c496e40b53fce
|
|
| MD5 |
7936fc25eec2b01913bdbf5405e38fd4
|
|
| BLAKE2b-256 |
c6add80ed5cc5c0a4b16b4946fd98f05720636034e6e2153d9ad622782190ede
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fpng-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl -
Subject digest:
6ad7fab8b76d130817defc3ff3a3bf03d84e8905c54979aa185c496e40b53fce - Sigstore transparency entry: 154044163
- Sigstore integration time:
-
Permalink:
dofuuz/py-fpng-nb@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/dofuuz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
wheels.yml@73882e934c68d13bf4c3b38e01f9ccd1a39bc46a -
Trigger Event:
push
-
Statement type: