Back to top
View this page
Toggle table of contents sidebar
Note
The following instructions will install Pillow with support for
most common image formats. See External libraries for a
full list of external libraries supported.
Install Pillow with pip:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow
Optionally, install defusedxml for Pillow to read XMP data,
and olefile for Pillow to read FPX and MIC images:
python3 -m pip install --upgrade defusedxml olefile
Linux
We provide binaries for Linux for each of the supported Python
versions in the manylinux wheel format. These include support for all
optional libraries except libimagequant. Raqm support requires
FriBiDi to be installed separately:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow
Most major Linux distributions, including Fedora, Ubuntu and ArchLinux
also include Pillow in packages that previously contained PIL e.g.
python-imaging
. Debian splits it into two packages, python3-pil
and python3-pil.imagetk
.
macOS
We provide binaries for macOS for each of the supported Python
versions in the wheel format. These include support for all optional
libraries except libimagequant. Raqm support requires
FriBiDi to be installed separately:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow
While we provide binaries for both x86-64 and arm64, we do not provide universal2
binaries. However, it is simple to combine our current binaries to create one:
python3 -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow python3 -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow python3 -m pip install delocate
Then, with the names of the downloaded wheels, use Python to combine them:
from delocate.fuse import fuse_wheels fuse_wheels('Pillow-9.4.0-2-cp39-cp39-macosx_10_10_x86_64.whl', 'Pillow-9.4.0-cp39-cp39-macosx_11_0_arm64.whl', 'Pillow-9.4.0-cp39-cp39-macosx_11_0_universal2.whl')
Windows
We provide Pillow binaries for Windows compiled for the matrix of supported
Pythons in the wheel format. These include x86, x86-64 and arm64 versions.
These binaries include support
for all optional libraries except libimagequant and libxcb. Raqm support
requires FriBiDi to be installed separately:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade Pillow
To install Pillow in MSYS2, see Building from source.
FreeBSD
Pillow can be installed on FreeBSD via the official Ports or Packages systems:
Ports:
cd /usr/ports/graphics/py-pillow && make install clean
Packages:
Note
The Pillow FreeBSD port and packages
are tested by the ports team with all supported FreeBSD versions.
Last Updated :
09 Sep, 2021
In this article, we will look into the various methods of installing the PIL package on a Windows machine.
Prerequisite:
- Python
- PIP or Ananconda (Depending upon your preference)
For PIP Users:
Open up the command prompt and use the below command to install the PIL package:
pip install Pillow
The following message will be displayed once the installation is completed:
To verify the installation run the below code in a Python IDE of your choice:
Python3
import PIL IL.__version__
Output:
For Conda Users:
Conda users can open up the Anaconda Power Shell and use the below command to install PIL:
conda install -c anaconda Pillow
The following message will be displayed once the installation is completed:
To verify the installation run the below code in a Python IDE of your choice:
Python3
import PIL IL.__version__
Output:
Project description
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
Built Distributions
File details
Details for the file pillow-11.2.1.tar.gz
.
File metadata
-
Download URL:
pillow-11.2.1.tar.gz - Upload date:
- Size: 47.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6 |
|
MD5 | b532673ce1ef4bebb42f54e2cb1e6055 |
|
BLAKE2b-256 | afcbbb5c01fcd2a69335b86c22142b2bccfc3464087efb7fd382eee5ffc7fdf7 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1.tar.gz
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1.tar.gz
- Subject digest:
a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6
- Sigstore transparency entry: 195887269
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208653868d5c9ecc2b327f9b9ef34e0e42a4cdd172c2988fd81d62d2bc9bc044 |
|
MD5 | ac8f8494b8657fd144f037211034d0ea |
|
BLAKE2b-256 | 212c5e05f58658cf49b6667762cca03d6e7d85cededde2caf2ab37b81f80e574 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-win_amd64.whl
- Subject digest:
208653868d5c9ecc2b327f9b9ef34e0e42a4cdd172c2988fd81d62d2bc9bc044
- Sigstore transparency entry: 195887339
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl - Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f73f7c291279bd65fda51ee87affd7c1e097709f7fdd0188957a16c264601f |
|
MD5 | d73c3593014d6d30ca31224428d5b11a |
|
BLAKE2b-256 | 580e2abab98a72202d91146abc839e10c14f7cf36166f12838ea0c4db3ca6ecb |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
- Subject digest:
14f73f7c291279bd65fda51ee87affd7c1e097709f7fdd0188957a16c264601f
- Sigstore transparency entry: 195887367
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl - Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 036e53f4170e270ddb8797d4c590e6dd14d28e15c7da375c18978045f7e6c37b |
|
MD5 | 514e303058dcbbc6a710b59e971b2210 |
|
BLAKE2b-256 | f6205c0a0aa83b213b7a07ec01e71a3d6ea2cf4ad1d2c686cc0168173b6089e7 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
- Subject digest:
036e53f4170e270ddb8797d4c590e6dd14d28e15c7da375c18978045f7e6c37b
- Sigstore transparency entry: 195887293
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9db98ab6565c69082ec9b0d4e40dd9f6181dab0dd236d26f7a50b8b9bfbd5076 |
|
MD5 | fa2cd3a39d0491870e8765a062f054d2 |
|
BLAKE2b-256 | 9d8fabd47b73c60712f88e9eda32baced7bfc3e9bd6a7619bb64b93acff28c3e |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
9db98ab6565c69082ec9b0d4e40dd9f6181dab0dd236d26f7a50b8b9bfbd5076
- Sigstore transparency entry: 195887298
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 3.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 738db0e0941ca0376804d4de6a782c005245264edaa253ffce24e5a15cbdc7bd |
|
MD5 | 4b20a996b70b91fb0a495aef26187573 |
|
BLAKE2b-256 | ac898a2536e95e77432833f0db6fd72a8d310c8e4272a04461fb833eb021bf94 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
738db0e0941ca0376804d4de6a782c005245264edaa253ffce24e5a15cbdc7bd
- Sigstore transparency entry: 195887273
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea926cfbc3957090becbcbbb65ad177161a2ff2ad578b5a6ec9bb1e1cd78753c |
|
MD5 | 5c2ca64da4ca2df2ae828060f9d7dec5 |
|
BLAKE2b-256 | a4fddcdda4471ed667de57bb5405bb42d751e6cfdd4011a12c248b455c778e03 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Subject digest:
ea926cfbc3957090becbcbbb65ad177161a2ff2ad578b5a6ec9bb1e1cd78753c
- Sigstore transparency entry: 195887285
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80f1df8dbe9572b4b7abdfa17eb5d78dd620b1d55d9e25f834efdbee872d3aed |
|
MD5 | 77d7df3a2a578bc05f7a1c3df385ff2b |
|
BLAKE2b-256 | a4ad2613c04633c7257d9481ab21d6b5364b59fc5d75faafd7cb8693523945a3 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
- Subject digest:
80f1df8dbe9572b4b7abdfa17eb5d78dd620b1d55d9e25f834efdbee872d3aed
- Sigstore transparency entry: 195887353
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39ad2e0f424394e3aebc40168845fee52df1394a4673a6ee512d840d14ab3013 |
|
MD5 | d8238c94d77f22d5b90a6c58ee41e2e0 |
|
BLAKE2b-256 | 6903239939915216de1e95e0ce2334bf17a7870ae185eb390fab6d706aadbfc0 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-win_amd64.whl
- Subject digest:
39ad2e0f424394e3aebc40168845fee52df1394a4673a6ee512d840d14ab3013
- Sigstore transparency entry: 195887361
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl - Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e616e7154c37669fc1dfc14584f11e284e05d1c650e1c0f972f281c4ccc53193 |
|
MD5 | 084902925b3c4d7425dbe706d5a02c2c |
|
BLAKE2b-256 | 791a4e85bd7cadf78412c2a3069249a09c32ef3323650fd3005c97cca7aa21df |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
- Subject digest:
e616e7154c37669fc1dfc14584f11e284e05d1c650e1c0f972f281c4ccc53193
- Sigstore transparency entry: 195887327
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl - Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf2c33d6791c598142f00c9c4c7d47f6476731c31081331664eb26d6ab583e01 |
|
MD5 | f97010b77cf9914e747e1871e93d6516 |
|
BLAKE2b-256 | 26da2c11d03b765efff0ccc473f1c4186dc2770110464f2177efaed9cf6fae01 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
- Subject digest:
bf2c33d6791c598142f00c9c4c7d47f6476731c31081331664eb26d6ab583e01
- Sigstore transparency entry: 195887308
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85d27ea4c889342f7e35f6d56e7e1cb345632ad592e8c51b693d7b7556043ce0 |
|
MD5 | bb2a331a2047cce7c86881811cbb0355 |
|
BLAKE2b-256 | b21be35d8a158e21372ecc48aac9c453518cfe23907bb82f950d6e1c72811eb0 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
85d27ea4c889342f7e35f6d56e7e1cb345632ad592e8c51b693d7b7556043ce0
- Sigstore transparency entry: 195887306
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 3.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d3348c95b766f54b76116d53d4cb171b52992a1027e7ca50c81b43b9d9e363 |
|
MD5 | 5fa75c5781093150e71d56d54655e8b5 |
|
BLAKE2b-256 | e2579968114457bd131063da98d87790d080366218f64fa2943b65ac6739abb3 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
f0d3348c95b766f54b76116d53d4cb171b52992a1027e7ca50c81b43b9d9e363
- Sigstore transparency entry: 195887354
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa442755e31c64037aa7c1cb186e0b369f8416c567381852c63444dd666fb772 |
|
MD5 | 454c5262a0323c2114bfadfa8670a330 |
|
BLAKE2b-256 | 6df1f7255c0838f8c1ef6d55b625cfb286835c17e8136ce4351c5577d02c443b |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Subject digest:
aa442755e31c64037aa7c1cb186e0b369f8416c567381852c63444dd666fb772
- Sigstore transparency entry: 195887283
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b7b0d4fd2635f54ad82785d56bc0d94f147096493a79985d0ab57aedd563156 |
|
MD5 | 0027eaec1fd00e95a089ed2badc0da11 |
|
BLAKE2b-256 | 3349c8c21e4255b4f4a2c0c68ac18125d7f5460b109acc6dfdef1a24f9b960ef |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
- Subject digest:
9b7b0d4fd2635f54ad82785d56bc0d94f147096493a79985d0ab57aedd563156
- Sigstore transparency entry: 195887279
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 225c832a13326e34f212d2072982bb1adb210e0cc0b153e688743018c94a2681 |
|
MD5 | 2be0b93b95ae26d0a39f2685100e1ed5 |
|
BLAKE2b-256 | 673232dc030cfa91ca0fc52baebbba2e009bb001122a1daa8b6a79ad830b38d3 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-win_arm64.whl
- Subject digest:
225c832a13326e34f212d2072982bb1adb210e0cc0b153e688743018c94a2681
- Sigstore transparency entry: 195887360
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36d6b82164c39ce5482f649b437382c0fb2395eabc1e2b1702a6deb8ad647d6e |
|
MD5 | 80a3128155f1f4f3b905eb9e4feeeb55 |
|
BLAKE2b-256 | a5ac77525347cb43b83ae905ffe257bbe2cc6fd23acb9796639a1f56aa59d191 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-win_amd64.whl
- Subject digest:
36d6b82164c39ce5482f649b437382c0fb2395eabc1e2b1702a6deb8ad647d6e
- Sigstore transparency entry: 195887321
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0b55f27f584ed623221cfe995c912c61606be8513bfa0e07d2c674b4516d9dd |
|
MD5 | 4b53c8afdf36c8bc0004c58d42e5693f |
|
BLAKE2b-256 | b3921ca0c3f09233bd7decf8f7105a1c4e3162fb9142128c74adad0fb361b7eb |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-win32.whl
- Subject digest:
e0b55f27f584ed623221cfe995c912c61606be8513bfa0e07d2c674b4516d9dd
- Sigstore transparency entry: 195887336
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f91ebf30830a48c825590aede79376cb40f110b387c17ee9bd59932c961044f9 |
|
MD5 | 05116bda36f9da80e3b0e5c36e35fb3d |
|
BLAKE2b-256 | 4965dca4d2506be482c2c6641cacdba5c602bc76d8ceb618fd37de855653a419 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Subject digest:
f91ebf30830a48c825590aede79376cb40f110b387c17ee9bd59932c961044f9
- Sigstore transparency entry: 195887365
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eb92eca2711ef8be42fd3f67533765d9fd043b8c80db204f16c8ea62ee1a751 |
|
MD5 | bd60f075cf3af3149054e39ea1996d40 |
|
BLAKE2b-256 | 1d260fd443365d9c63bc79feb219f97d935cd4b93af28353cba78d8e77b61719 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Subject digest:
4eb92eca2711ef8be42fd3f67533765d9fd043b8c80db204f16c8ea62ee1a751
- Sigstore transparency entry: 195887366
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062b7a42d672c45a70fa1f8b43d1d38ff76b63421cbbe7f88146b39e8a558d91 |
|
MD5 | 291ca58357a26e431466ec40016d90ad |
|
BLAKE2b-256 | 654deaf9068dc687c24979e977ce5677e253624bd8b616b286f543f0c1b91662 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl
- Subject digest:
062b7a42d672c45a70fa1f8b43d1d38ff76b63421cbbe7f88146b39e8a558d91
- Sigstore transparency entry: 195887304
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31df6e2d3d8fc99f993fd253e97fae451a8db2e7207acf97859732273e108406 |
|
MD5 | f47a05e81bdb54edd1d95c4179da2d34 |
|
BLAKE2b-256 | fda4bfe78777076dc405e3bd2080bc32da5ab3945b5a25dc5d8acaa9de64a162 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl
- Subject digest:
31df6e2d3d8fc99f993fd253e97fae451a8db2e7207acf97859732273e108406
- Sigstore transparency entry: 195887315
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63b5dff3a68f371ea06025a1a6966c9a1e1ee452fc8020c2cd0ea41b83e9037b |
|
MD5 | 5bc28b30c9923e0ba922323c5c921155 |
|
BLAKE2b-256 | 07948be03d50b70ca47fb434a358919d6a8d6580f282bbb7af7e4aa40103461d |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
63b5dff3a68f371ea06025a1a6966c9a1e1ee452fc8020c2cd0ea41b83e9037b
- Sigstore transparency entry: 195887373
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9622e3b6c1d8b551b6e6f21873bdcc55762b4b2126633014cea1803368a9aa16 |
|
MD5 | 456bb24e74eaeef0dcccfb34d2cd8f65 |
|
BLAKE2b-256 | b7cb6faf3fb1e7705fd2db74e070f3bf6f88693601b0ed8e81049a8266de4754 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
9622e3b6c1d8b551b6e6f21873bdcc55762b4b2126633014cea1803368a9aa16
- Sigstore transparency entry: 195887319
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ee66787e095127116d91dea2143db65c7bb1e232f617aa5957c0d9d2a3f23a7 |
|
MD5 | 6be83920869f9ad51f43d5c62d310967 |
|
BLAKE2b-256 | 180e1c68532d833fc8b9f404d3a642991441d9058eccd5606eab31617f29b6d4 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl
- Subject digest:
9ee66787e095127116d91dea2143db65c7bb1e232f617aa5957c0d9d2a3f23a7
- Sigstore transparency entry: 195887323
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ce2e8411c7aaef53e6bb29fe98f28cd4fbd9a1d9be2eeea434331aac0536b22 |
|
MD5 | 5216a39e73bff250ff7f3f436487572f |
|
BLAKE2b-256 | c43ec328c48b3f0ead7bab765a84b4977acb29f101d10e4ef57a5e3400447c03 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl
- Subject digest:
8ce2e8411c7aaef53e6bb29fe98f28cd4fbd9a1d9be2eeea434331aac0536b22
- Sigstore transparency entry: 195887350
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5119225c622403afb4b44bad4c1ca6c1f98eed79db8d3bc6e4e160fc6339d66c |
|
MD5 | 995dcd5b21f6fe128476411070b4f54a |
|
BLAKE2b-256 | 23f12fc1e1e294de897df39fa8622d829b8828ddad938b0eaea256d65b84dd72 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-win_arm64.whl
- Subject digest:
5119225c622403afb4b44bad4c1ca6c1f98eed79db8d3bc6e4e160fc6339d66c
- Sigstore transparency entry: 195887333
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74ee3d7ecb3f3c05459ba95eed5efa28d6092d751ce9bf20e3e253a4e497e691 |
|
MD5 | fe510c7d9153ca3464985152e6eee77a |
|
BLAKE2b-256 | 6dec1179083b8d6067a613e4d595359b5fdea65d0a3b7ad623fee906e1b3c4d2 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-win_amd64.whl
- Subject digest:
74ee3d7ecb3f3c05459ba95eed5efa28d6092d751ce9bf20e3e253a4e497e691
- Sigstore transparency entry: 195887359
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fe735ced9a607fee4f481423a9c36701a39719252a9bb251679635f99d0f7d2 |
|
MD5 | 0e89d86ead09e1b1d86b8a0a1e0555ae |
|
BLAKE2b-256 | 94868f2e9d2dc3d308dfd137a07fe1cc478df0a23d42a6c4093b087e738e4827 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-win32.whl
- Subject digest:
3fe735ced9a607fee4f481423a9c36701a39719252a9bb251679635f99d0f7d2
- Sigstore transparency entry: 195887310
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe15238d3798788d00716637b3d4e7bb6bde18b26e5d08335a96e88564a36b6b |
|
MD5 | 227c40dd3a4a259b408e5a9b666416e8 |
|
BLAKE2b-256 | 43ab8f81312d255d713b99ca37479a4cb4b0f48195e530cdc1611990eb8fd04b |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Subject digest:
fe15238d3798788d00716637b3d4e7bb6bde18b26e5d08335a96e88564a36b6b
- Sigstore transparency entry: 195887329
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 750f96efe0597382660d8b53e90dd1dd44568a8edb51cb7f9d5d918b80d4de14 |
|
MD5 | b5a1eb500b41a5f421cdc611ca9fd171 |
|
BLAKE2b-256 | 72d1924ce51bea494cb6e7959522d69d7b1c7e74f6821d84c63c3dc430cbbf3b |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Subject digest:
750f96efe0597382660d8b53e90dd1dd44568a8edb51cb7f9d5d918b80d4de14
- Sigstore transparency entry: 195887313
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad275964d52e2243430472fc5d2c2334b4fc3ff9c16cb0a19254e25efa03a155 |
|
MD5 | c582275993b286a862c5a2aa9be9b8e1 |
|
BLAKE2b-256 | 13eb2552ecebc0b887f539111c2cd241f538b8ff5891b8903dfe672e997529be |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
- Subject digest:
ad275964d52e2243430472fc5d2c2334b4fc3ff9c16cb0a19254e25efa03a155
- Sigstore transparency entry: 195887331
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 191955c55d8a712fab8934a42bfefbf99dd0b5875078240943f913bb66d46d9f |
|
MD5 | 199c4c6086e1f18a0175b6a390e8eb91 |
|
BLAKE2b-256 | f9b3dd4338d8fb8a5f312021f2977fb8198a1184893f9b00b02b75d565c33b51 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl
- Subject digest:
191955c55d8a712fab8934a42bfefbf99dd0b5875078240943f913bb66d46d9f
- Sigstore transparency entry: 195887343
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d189ba1bebfbc0c0e529159631ec72bb9e9bc041f01ec6d3233d6d82eb823bc1 |
|
MD5 | de216ae37ed800f530883a2b9911df9b |
|
BLAKE2b-256 | 695fcbe509c0ddf91cc3a03bbacf40e5c2339c4912d16458fcb797bb47bcb269 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
d189ba1bebfbc0c0e529159631ec72bb9e9bc041f01ec6d3233d6d82eb823bc1
- Sigstore transparency entry: 195887372
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bdb5e09068332578214cadd9c05e3d64d99e0e87591be22a324bdbc18925be0 |
|
MD5 | 05d0363e7e44b2788f00a04d3c773388 |
|
BLAKE2b-256 | 715d446ee132ad35e7600652133f9c2840b4799bbd8e4adba881284860da0a36 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
7bdb5e09068332578214cadd9c05e3d64d99e0e87591be22a324bdbc18925be0
- Sigstore transparency entry: 195887346
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0e130705d568e2f43a17bcbe74d90958e8a16263868a12c3e0d9c8162690830 |
|
MD5 | 472db96370d9f7662ac02edc8ef0283e |
|
BLAKE2b-256 | b50929d5cd052f7566a63e5b506fac9c60526e9ecc553825551333e1e18a4858 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
b0e130705d568e2f43a17bcbe74d90958e8a16263868a12c3e0d9c8162690830
- Sigstore transparency entry: 195887335
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdec757fea0b793056419bca3e9932eb2b0ceec90ef4813ea4c1e072c389eb28 |
|
MD5 | e743a8036dbfd7ff458831f964c5b84e |
|
BLAKE2b-256 | 369c447528ee3776e7ab8897fe33697a7ff3f0475bb490c5ac1456a03dc57956 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl
- Subject digest:
fdec757fea0b793056419bca3e9932eb2b0ceec90ef4813ea4c1e072c389eb28
- Sigstore transparency entry: 195887345
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21e1470ac9e5739ff880c211fc3af01e3ae505859392bf65458c224d0bf283eb |
|
MD5 | be217289039f1526cfcf8cdc7453f7e0 |
|
BLAKE2b-256 | dabbe8d656c9543276517ee40184aaa39dcb41e683bca121022f9323ae11b39d |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-win_arm64.whl
- Subject digest:
21e1470ac9e5739ff880c211fc3af01e3ae505859392bf65458c224d0bf283eb
- Sigstore transparency entry: 195887287
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14e33b28bf17c7a38eede290f77db7c664e4eb01f7869e37fa98a5aa95978941 |
|
MD5 | 5daa1463088a3dcfce0fe569ea7937d4 |
|
BLAKE2b-256 | 7c1824bff2ad716257fc03da964c5e8f05d9790a779a8895d6566e493ccf0189 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-win_amd64.whl
- Subject digest:
14e33b28bf17c7a38eede290f77db7c664e4eb01f7869e37fa98a5aa95978941
- Sigstore transparency entry: 195887299
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d535df14716e7f8776b9e7fee118576d65572b4aad3ed639be9e4fa88a1cad3 |
|
MD5 | 293d02d38ace61fb4e54c5ac44a0aa85 |
|
BLAKE2b-256 | 96aeca0099a3995976a9fce2f423166f7bff9b12244afdc7520f6ed38911539a |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-win32.whl
- Subject digest:
1d535df14716e7f8776b9e7fee118576d65572b4aad3ed639be9e4fa88a1cad3
- Sigstore transparency entry: 195887317
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598174aef4589af795f66f9caab87ba4ff860ce08cd5bb447c6fc553ffee603c |
|
MD5 | d370d522ce9f44af69786aad06e6abc0 |
|
BLAKE2b-256 | 6ac5e795c9f2ddf3debb2dedd0df889f2fe4b053308bb59a3cc02a0cd144d641 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Subject digest:
598174aef4589af795f66f9caab87ba4ff860ce08cd5bb447c6fc553ffee603c
- Sigstore transparency entry: 195887278
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da3104c57bbd72948d75f6a9389e6727d2ab6333c3617f0a89d72d4940aa0443 |
|
MD5 | 643884b20c416a28a2105922d3ab0ca8 |
|
BLAKE2b-256 | b32f65738384e0b1acf451de5a573d8153fe84103772d139e1e0bdf1596be2ea |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Subject digest:
da3104c57bbd72948d75f6a9389e6727d2ab6333c3617f0a89d72d4940aa0443
- Sigstore transparency entry: 195887322
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2dbea1012ccb784a65349f57bbc93730b96e85b42e9bf7b01ef40443db720b4 |
|
MD5 | 0aff94aa187ad586193489d55f0ee696 |
|
BLAKE2b-256 | fe7cd8b1330458e4d2f3f45d9508796d7caf0c0d3764c00c823d10f6f1a3b76d |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
- Subject digest:
b2dbea1012ccb784a65349f57bbc93730b96e85b42e9bf7b01ef40443db720b4
- Sigstore transparency entry: 195887289
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e645b020f3209a0181a418bffe7b4a93171eef6c4ef6cc20980b30bebf17b7d |
|
MD5 | be6f7365f402090817df818bd95f8683 |
|
BLAKE2b-256 | e43a427e4cb0b9e177efbc1a84798ed20498c4f233abde003c06d2650a6d60cb |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl
- Subject digest:
3e645b020f3209a0181a418bffe7b4a93171eef6c4ef6cc20980b30bebf17b7d
- Sigstore transparency entry: 195887300
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c7b29dbd4281923a2bfe562acb734cee96bbb129e96e6972d315ed9f232bef4 |
|
MD5 | 0b19400419ff8cb090b29833b9e4ad80 |
|
BLAKE2b-256 | 6273972b7742e38ae0e2ac76ab137ca6005dcf877480da0d9d61d93b613065b4 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
0c7b29dbd4281923a2bfe562acb734cee96bbb129e96e6972d315ed9f232bef4
- Sigstore transparency entry: 195887314
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a5f306095c6780c52e6bbb6109624b95c5b18e40aab1c3041da3e9e0cd3e2d |
|
MD5 | e6b6439849523ed8514f66fb317dc8b1 |
|
BLAKE2b-256 | a45c467a161f9ed53e5eab51a42923c33051bf8d1a2af4626ac04f5166e58e0c |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
25a5f306095c6780c52e6bbb6109624b95c5b18e40aab1c3041da3e9e0cd3e2d
- Sigstore transparency entry: 195887368
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78092232a4ab376a35d68c4e6d5e00dfd73454bd12b230420025fbe178ee3b0b |
|
MD5 | d1b6cf2295fac30cc0e751acbba0d181 |
|
BLAKE2b-256 | e57eb86dbd35a5f938632093dc40d1682874c33dcfe832558fc80ca56bfcb774 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
78092232a4ab376a35d68c4e6d5e00dfd73454bd12b230420025fbe178ee3b0b
- Sigstore transparency entry: 195887296
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78afba22027b4accef10dbd5eed84425930ba41b3ea0a86fa8d20baaf19d807f |
|
MD5 | ea004565e037d0f6f0b2652e9751067e |
|
BLAKE2b-256 | c740052610b15a1b8961f52537cc8326ca6a881408bc2bdad0d852edeb6ed33b |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl
- Subject digest:
78afba22027b4accef10dbd5eed84425930ba41b3ea0a86fa8d20baaf19d807f
- Sigstore transparency entry: 195887301
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d375eb838755f2528ac8cbc926c3e31cc49ca4ad0cf79cff48b20e30634a4a7 |
|
MD5 | dd5ea100c041c4c78627629fa76bff9e |
|
BLAKE2b-256 | 069e76825e39efee61efea258b479391ca77d64dbd9e5804e4ad0fa453b4ba55 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-win_arm64.whl
- Subject digest:
4d375eb838755f2528ac8cbc926c3e31cc49ca4ad0cf79cff48b20e30634a4a7
- Sigstore transparency entry: 195887292
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f5c7eda47bf8e3c8a283762cab94e496ba977a420868cb819159980b6709193 |
|
MD5 | 70ab9cc63ee411dba5792795b7e59921 |
|
BLAKE2b-256 | e27225a8f40170dc262e86e90f37cb72cb3de5e307f75bf4b02535a61afcd519 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-win_amd64.whl
- Subject digest:
0f5c7eda47bf8e3c8a283762cab94e496ba977a420868cb819159980b6709193
- Sigstore transparency entry: 195887275
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc5d875d56e49f112b6def6813c4e3d3036d269c008bf8aef72cd08d20ca6df6 |
|
MD5 | acb66f77506d55ca6d967d655354768d |
|
BLAKE2b-256 | 6e1ac8217b6f2f73794a5e219fbad087701f412337ae6dbb956db37d69a9bc43 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-win32.whl
- Subject digest:
cc5d875d56e49f112b6def6813c4e3d3036d269c008bf8aef72cd08d20ca6df6
- Sigstore transparency entry: 195887276
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b0c664ccb879109ee3ca702a9272d877f4fcd21e5eb63c26422fd6e415365e |
|
MD5 | fc8bc4c9bb3f3b2d47495bb61a08aae5 |
|
BLAKE2b-256 | 62aef29c705a09cbc9e2a456590816e5c234382ae5d32584f451c3eb41a62062 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Subject digest:
f6b0c664ccb879109ee3ca702a9272d877f4fcd21e5eb63c26422fd6e415365e
- Sigstore transparency entry: 195887357
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0a6709b47019dff32e678bc12c63008311b82b9327613f534e496dacaefb71e |
|
MD5 | f9252be412690b70fa553861ef1c39f6 |
|
BLAKE2b-256 | 716b4ef8a288b4bb2e0180cba13ca0a519fa27aa982875882392b65131401099 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Subject digest:
a0a6709b47019dff32e678bc12c63008311b82b9327613f534e496dacaefb71e
- Sigstore transparency entry: 195887374
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f4f3724c068be008c08257207210c138d5f3731af6c155a81c2b09a9eb3a788 |
|
MD5 | c8b731507e9d30a5d5d90dbe2b6096ab |
|
BLAKE2b-256 | 20f2805ad600fc59ebe4f1ba6129cd3a75fb0da126975c8579b8f57abeb61e80 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
- Subject digest:
8f4f3724c068be008c08257207210c138d5f3731af6c155a81c2b09a9eb3a788
- Sigstore transparency entry: 195887290
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6def7eed9e7fa90fde255afaf08060dc4b343bbe524a8f69bdd2a2f0018f600 |
|
MD5 | e88f2cf35c4e5c83e045bc9605ffb06e |
|
BLAKE2b-256 | 21f56ba14718135f08fbfa33308efe027dd02b781d3f1d5c471444a395933aac |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-manylinux_2_28_aarch64.whl
- Subject digest:
e6def7eed9e7fa90fde255afaf08060dc4b343bbe524a8f69bdd2a2f0018f600
- Sigstore transparency entry: 195887324
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b93a07e76d13bff9444f1a029e0af2964e654bfc2e2c2d46bfd080df5ad5f3d8 |
|
MD5 | b1845259379b95bd7b666c24b31ceac8 |
|
BLAKE2b-256 | 1fe30a58b5d838687f40891fff9cbaf8669f90c96b64dc8f91f87894413856c6 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
b93a07e76d13bff9444f1a029e0af2964e654bfc2e2c2d46bfd080df5ad5f3d8
- Sigstore transparency entry: 195887337
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4e5c5edee874dce4f653dbe59db7c73a600119fbea8d31f53423586ee2aafd7 |
|
MD5 | 99b8ebb50e5e7b3d02a26811ed5f4132 |
|
BLAKE2b-256 | 3c8cac2f99d2a70ff966bc7eb13dacacfaab57c0549b2ffb351b6537c7840b12 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
d4e5c5edee874dce4f653dbe59db7c73a600119fbea8d31f53423586ee2aafd7
- Sigstore transparency entry: 195887284
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0409af9f829f87a2dfb7e259f78f317a5351f2045158be321fd135973fff7bf |
|
MD5 | 6ac50de5fda1cce3649339f5e814c349 |
|
BLAKE2b-256 | 84926505b1af3d2849d5e714fc75ba9e69b7255c05ee42383a35a4d58f576b16 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
e0409af9f829f87a2dfb7e259f78f317a5351f2045158be321fd135973fff7bf
- Sigstore transparency entry: 195887370
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, macOS 10.10+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35ca289f712ccfc699508c4658a1d14652e8033e9b69839edf83cbdd0ba39e70 |
|
MD5 | dc4138c7fff1b6b751bddba2646e0675 |
|
BLAKE2b-256 | 68083fbf4b98924c73037a8e8b4c2c774784805e0fb4ebca6c5bb60795c40125 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
- Subject digest:
35ca289f712ccfc699508c4658a1d14652e8033e9b69839edf83cbdd0ba39e70
- Sigstore transparency entry: 195887280
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2728567e249cdd939f6cc3d1f049595c66e4187f3c34078cbc0a7d21c47482d2 |
|
MD5 | e63f298b0ae92ced0e5786d66687b6c2 |
|
BLAKE2b-256 | 01971f66ff8a1503d8cbfc5bae4dc99d54c6ec1e22ad2b946241365320caabc2 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-win_arm64.whl
- Subject digest:
2728567e249cdd939f6cc3d1f049595c66e4187f3c34078cbc0a7d21c47482d2
- Sigstore transparency entry: 195887342
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bc7ae48b8057a611e5fe9f853baa88093b9a76303937449397899385da06fad |
|
MD5 | 733268cd5f023622c354d6f998a968fc |
|
BLAKE2b-256 | ed3c9831da3edea527c2ed9a09f31a2c04e77cd705847f13b69ca60269eec370 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-win_amd64.whl
- Subject digest:
9bc7ae48b8057a611e5fe9f853baa88093b9a76303937449397899385da06fad
- Sigstore transparency entry: 195887338
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 312c77b7f07ab2139924d2639860e084ec2a13e72af54d4f08ac843a5fc9c79d |
|
MD5 | 8aec3c34a11f23f07bf107f68a3b167e |
|
BLAKE2b-256 | 5b0bede75063ba6023798267023dc0d0401f13695d228194d2242d5a7ba2f964 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-win32.whl
- Subject digest:
312c77b7f07ab2139924d2639860e084ec2a13e72af54d4f08ac843a5fc9c79d
- Sigstore transparency entry: 195887282
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc1c3bc53befb6096b84165956e886b1729634a799e9d6329a0c512ab651e579 |
|
MD5 | 44d107690196996c6bacd343570d42f7 |
|
BLAKE2b-256 | 424952b719b89ac7da3185b8d29c94d0e6aec8140059e3d8adcaa46da3751180 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Subject digest:
cc1c3bc53befb6096b84165956e886b1729634a799e9d6329a0c512ab651e579
- Sigstore transparency entry: 195887364
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c3e6d0f59171dfa2e25d7116217543310908dfa2770aa64b8f87605f8cacc97 |
|
MD5 | 763910cfe7a3aed743d067966ec47133 |
|
BLAKE2b-256 | 0281c3d9d38ce0c4878a77245d4cf2c46d45a4ad0f93000227910a46caff52f3 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Subject digest:
0c3e6d0f59171dfa2e25d7116217543310908dfa2770aa64b8f87605f8cacc97
- Sigstore transparency entry: 195887330
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c97209e85b5be259994eb5b69ff50c5d20cca0f458ef9abd835e262d9d88b39d |
|
MD5 | 4eaf4c2f3f0f70c1598f2249a27332cd |
|
BLAKE2b-256 | f35e7ca9c815ade5fdca18853db86d812f2f188212792780208bdb37a0a6aef4 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
- Subject digest:
c97209e85b5be259994eb5b69ff50c5d20cca0f458ef9abd835e262d9d88b39d
- Sigstore transparency entry: 195887340
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 562d11134c97a62fe3af29581f083033179f7ff435f78392565a1ad2d1c2c45c |
|
MD5 | 2412a0b2c59561b581a3e3b944122230 |
|
BLAKE2b-256 | c26f240b772a3b35cdd7384166461567aa6713799b4e78d180c555bd284844ea |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-manylinux_2_28_aarch64.whl
- Subject digest:
562d11134c97a62fe3af29581f083033179f7ff435f78392565a1ad2d1c2c45c
- Sigstore transparency entry: 195887363
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bd62331e5032bc396a93609982a9ab6b411c05078a52f5fe3cc59234a3abd1 |
|
MD5 | 20311bdcdc404cab28b5b5326f587433 |
|
BLAKE2b-256 | f3b4cc647f4d13f3eb837d3065824aa58b9bcf10821f029dc79955ee43f793bd |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
c8bd62331e5032bc396a93609982a9ab6b411c05078a52f5fe3cc59234a3abd1
- Sigstore transparency entry: 195887351
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4ba4be812c7a40280629e55ae0b14a0aafa150dd6451297562e1764808bbe61 |
|
MD5 | d3d0c6dd0bf661959cb1a2ff58a772a1 |
|
BLAKE2b-256 | 227f0e413bb3e2aa797b9ca2c5c38cb2e2e45d88654e5b12da91ad446964cfae |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
b4ba4be812c7a40280629e55ae0b14a0aafa150dd6451297562e1764808bbe61
- Sigstore transparency entry: 195887356
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 127bf6ac4a5b58b3d32fc8289656f77f80567d65660bc46f72c0d77e6600cc95 |
|
MD5 | 87b7eef4c0b25e0eb40e87b32400974f |
|
BLAKE2b-256 | b1f8bb5d956142f86c2d6cc36704943fa761f2d2e4c48b7436fd0a85c20f1713 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
127bf6ac4a5b58b3d32fc8289656f77f80567d65660bc46f72c0d77e6600cc95
- Sigstore transparency entry: 195887291
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp310-cp310-macosx_10_10_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp310-cp310-macosx_10_10_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, macOS 10.10+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp310-cp310-macosx_10_10_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57a75d53922fc20c165016a20d9c44f73305e67c351bbc60d1adaf662e74047 |
|
MD5 | 3df3dfc180cb4dbf3f92d6315f3b60ed |
|
BLAKE2b-256 | 0d8bb158ad57ed44d3cc54db8d68ad7c0a58b8fc0e4c7a3f995f9d62d5b464a1 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp310-cp310-macosx_10_10_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp310-cp310-macosx_10_10_x86_64.whl
- Subject digest:
d57a75d53922fc20c165016a20d9c44f73305e67c351bbc60d1adaf662e74047
- Sigstore transparency entry: 195887348
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-win_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-win_arm64.whl - Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c27476257b2fdcd7872d54cfd119b3a9ce4610fb85c8e32b70b42e3680a29a1e |
|
MD5 | 4276ebe78696d8547ea06da36090eb83 |
|
BLAKE2b-256 | 8008dc268475b22887b816e5dcfae31bce897f524b4646bab130c2142c9b2400 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-win_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-win_arm64.whl
- Subject digest:
c27476257b2fdcd7872d54cfd119b3a9ce4610fb85c8e32b70b42e3680a29a1e
- Sigstore transparency entry: 195887344
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-win_amd64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-win_amd64.whl - Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ebce70c3f486acf7591a3d73431fa504a4e18a9b97ff27f5f47b7368e4b9dd1 |
|
MD5 | 92fbbb94e9877246ab3ddc24ed8861ee |
|
BLAKE2b-256 | 58bb87efd58b3689537a623d44dbb2550ef0bb5ff6a62769707a0fe8b1a7bdeb |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-win_amd64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-win_amd64.whl
- Subject digest:
6ebce70c3f486acf7591a3d73431fa504a4e18a9b97ff27f5f47b7368e4b9dd1
- Sigstore transparency entry: 195887349
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-win32.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-win32.whl - Upload date:
- Size: 2.3 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b10428b3416d4f9c61f94b494681280be7686bda15898a3a9e08eb66a6d92d67 |
|
MD5 | 45d8e550940512952e79e76b0123949c |
|
BLAKE2b-256 | c72382ecb486384bb3578115c509d4a00bb52f463ee700a5ca1be53da3c88c19 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-win32.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-win32.whl
- Subject digest:
b10428b3416d4f9c61f94b494681280be7686bda15898a3a9e08eb66a6d92d67
- Sigstore transparency entry: 195887332
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-musllinux_1_2_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b835d89c08a6c2ee7781b8dd0a30209a8012b5f09c0a665b65b0eb3560b6f36 |
|
MD5 | a312b247a7ac74dbf29b8d636b889b3a |
|
BLAKE2b-256 | 68de17004ddb8ab855573fe1127ab0168d11378cdfe4a7ee2a792a70ff2e9ba7 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Subject digest:
4b835d89c08a6c2ee7781b8dd0a30209a8012b5f09c0a665b65b0eb3560b6f36
- Sigstore transparency entry: 195887376
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-musllinux_1_2_aarch64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd6b20b93b3ccc9c1b597999209e4bc5cf2853f9ee66e3fc9a400a78733ffc9a |
|
MD5 | 8a8e105941e0ee1e2a30ebc2ae926c1e |
|
BLAKE2b-256 | 4cf021ed6499a6216fef753e2e2254a19d08bff3747108ba042422383f3e9faa |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Subject digest:
dd6b20b93b3ccc9c1b597999209e4bc5cf2853f9ee66e3fc9a400a78733ffc9a
- Sigstore transparency entry: 195887271
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl - Upload date:
- Size: 4.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b490402c96f907a166615e9a5afacf2519e28295f157ec3a2bb9bd57de638cb |
|
MD5 | 4fb9f4557fb2b92aa04a72eca4b1e11e |
|
BLAKE2b-256 | be0b532e31abc7389617ddff12551af625a9b03cd61d2989fa595e43c470ec67 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl
- Subject digest:
2b490402c96f907a166615e9a5afacf2519e28295f157ec3a2bb9bd57de638cb
- Sigstore transparency entry: 195887272
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-manylinux_2_28_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-manylinux_2_28_aarch64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f781dcb0bc9929adc77bad571b8621ecb1e4cdef86e940fe2e5b5ee24fd33b35 |
|
MD5 | 844f1d2c755db0c82ad21447e2f2c7f3 |
|
BLAKE2b-256 | 937dbc723b41ce3d2c28532c47678ec988974f731b5c6fadd5b3a4fba9015e4f |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-manylinux_2_28_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-manylinux_2_28_aarch64.whl
- Subject digest:
f781dcb0bc9929adc77bad571b8621ecb1e4cdef86e940fe2e5b5ee24fd33b35
- Sigstore transparency entry: 195887325
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - Upload date:
- Size: 4.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3692b68c87096ac6308296d96354eddd25f98740c9d2ab54e1549d6c8aea9d79 |
|
MD5 | 51181ed1bfa6840e4dbb1c775c48e02d |
|
BLAKE2b-256 | 8bee0e5e51db34de1690264e5f30dcd25328c540aa11d50a3bc0b540e2a445b6 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
3692b68c87096ac6308296d96354eddd25f98740c9d2ab54e1549d6c8aea9d79
- Sigstore transparency entry: 195887371
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - Upload date:
- Size: 4.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 014ca0050c85003620526b0ac1ac53f56fc93af128f7546623cc8e31875ab928 |
|
MD5 | a13f1e883fa6c4945446b9005daf9c93 |
|
BLAKE2b-256 | 9d29530ca098c1a1eb31d4e163d317d0e24e6d2ead907991c69ca5b663de1bc5 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
014ca0050c85003620526b0ac1ac53f56fc93af128f7546623cc8e31875ab928
- Sigstore transparency entry: 195887309
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-macosx_11_0_arm64.whl - Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b02d8f9cb83c52578a0b4beadba92e37d83a4ef11570a8688bbf43f4ca50909 |
|
MD5 | ac858fe7f61a57c878c500bb1052e763 |
|
BLAKE2b-256 | b64ddcb7a9af3fc1e8653267c38ed622605d9d1793349274b3ef7af06457e257 |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-macosx_11_0_arm64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
8b02d8f9cb83c52578a0b4beadba92e37d83a4ef11570a8688bbf43f4ca50909
- Sigstore transparency entry: 195887302
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
File details
Details for the file pillow-11.2.1-cp39-cp39-macosx_10_10_x86_64.whl
.
File metadata
-
Download URL:
pillow-11.2.1-cp39-cp39-macosx_10_10_x86_64.whl - Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, macOS 10.10+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for pillow-11.2.1-cp39-cp39-macosx_10_10_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7491cf8a79b8eb867d419648fff2f83cb0b3891c8b36da92cc7f1931d46108c8 |
|
MD5 | 8a7aa0ee42da50751d95ab86a067f498 |
|
BLAKE2b-256 | 213ac1835d1c7cf83559e95b4f4ed07ab0bb7acc689712adfce406b3f456e9fd |
See more details on using hashes here.
Provenance
The following attestation bundles were made for pillow-11.2.1-cp39-cp39-macosx_10_10_x86_64.whl
:
Publisher:
wheels.yml
on python-pillow/Pillow
Attestations:
Values shown here reflect the state when the release was signed and may no longer be current.
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
pillow-11.2.1-cp39-cp39-macosx_10_10_x86_64.whl
- Subject digest:
7491cf8a79b8eb867d419648fff2f83cb0b3891c8b36da92cc7f1931d46108c8
- Sigstore transparency entry: 195887312
- Sigstore integration time:
Source repository:
- Permalink:
python-pillow/Pillow@339bc5db93bd95decf65a59fab273f300db6594d
- Branch / Tag:
refs/tags/11.2.1
- Owner: https://github.com/python-pillow
- Access:
public
Publication detail:
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
wheels.yml@339bc5db93bd95decf65a59fab273f300db6594d
- Trigger Event:
push
- Statement type:
Python — Install Pillow
The Pillow library is a powerful image processing library in Python. To install it using pip, follow these steps:
- Open your command prompt or terminal.
- Run the following command to install Pillow:
pip install Pillow
Example Output:
C:\workspace\python>pip install Pillow
Collecting Pillow
Installing collected packages: Pillow
Successfully installed Pillow-5.4.1
Once the installation is complete, you can start using the Pillow library in your Python programs.
Using Pillow in Python
After successfully installing Pillow, you can import the library to begin working with image processing tasks. Below is an example of how to import and use the library:
from PIL import Image
# Open an image file
img = Image.open('image.jpg')
img.show()
In this example, we import the Image
class from the PIL
module and use the Image.open()
method to load an image. The img.show()
method opens the image in the default viewer.
The Pillow library provides many powerful features for image manipulation, including resizing, cropping, rotating, and much more.
Common Uses of Pillow
- Opening and saving image files in different formats (JPEG, PNG, etc.)
- Image resizing and transformation
- Image filtering and enhancement (e.g., applying blur or sharpen effects)
- Drawing text and shapes on images
Summary
In this guide, we covered how to install the Pillow library in Python using pip. After installation, you can start using Pillow for various image manipulation tasks in your Python programs.
Introduction to Python Pillow Install
Python pillow install is available in both the 64 and 32 bits format. Raqm support necessitates the installation of FreeBSD separately. PIL library supports many file formats and has an efficient internal representation. We can install a pillow on the windows system using the pip command; we can also install the pillow on Linux and other operating systems. The process of an image via an algorithm is called digital image processing.
Overview of Python Pillow Install
Alex Clark and Contributors found a pillow. It started with the PIL code and evolved into a better, more modern, and user-friendly version of PIL. It supports many image file formats for opening, manipulating, and saving. Using image acquisition software, import the image. The image is being examined and manipulated. PIL that adds image opening, manipulation, and saving support to python. The current version can recognize and read a wide variety of file formats. To install a pillow on any operating system, first, we need to install python in our system.
In the below example, we have already installed python in our system, so we do not need to install python again on our system.
The below example shows to check that python is installed in our system. We are checking the same by checking the version and login into the python shell.
Code:
python –version
python
Output:
- In the above example, we can see that we have already installed the python version as 3.10.2 on our system, so we do not need to install it again to use the pillow module.
- After installing python, the second prerequisite to install a pillow on our operating system is to install pip. We must install pip before installing the pillow module in our operating system. Python allows us to work faster and more efficiently with systems.
- PIP is nothing but a package management system for installing and managing Python-based software packages and libraries.
- These files are kept in the Python Package Index, an extensive online repository. Pip’s default package and dependency source are PyPI.
- To install the pillow module using the pip command, we need to install pip in our system.
To verify the pip installation, we need to check the version of a pip by executing the below command as follows.
Code:
pip –version
pip –v
Output:
- In the above example, we can see that we have already installed the pip version as 22.0.3 on our system, so we do not need to install it again to install the pillow module. Also, we can see that this pip version is compatible with the python version of 3.10.
- The pip –version and pip –V command will work the same; it will show the installed version of pip we have installed on our system.
How to Install Python Pillow? (MacOS, Windows, FreeBSD)
As we know, that pillow module is not coming with the python package by default; we need to install the same using the pip command. To use the python pillow, we need to install the pillow module using the pip command on windows operating systems.
a. Install python pillow on windows
The steps below show how to install the pillow module on the windows operating system.
1. In the first step, we install the pillow module using the pip command. We can install a pillow module in the windows operating system. In the below example, we are installing a pillow module on windows operating systems.
Code:
pip install pillow
Output:
In the above example, we can see that pip will first download the latest pillow software before installing the pillow on our system. Then, after downloading the package, it will be installed the same on our system.
2. After installing the pillow modules, we open the python shell by using the python3 command to verify the installation.
Code:
python
Output:
3. After login into the python shell, in this step, we are checking pillow package is installed in our windows operating system.
Code:
from PIL import Image
Output:
b. Install python pillow on MacOS
In the below example, we are installing the pillow module on the macOS system. We need to use the following command to install the pillow module on the MacOS system.
Code:
python3 -m pip install --upgrade Pillow
Output:
In the above example, we can see that we will first collect all the packages related to the pillow module before installing the pillow on our system pip. Then, after collecting all the details, it will install the pillow module on the MacOS system.
Suppose we have already installed a pillow module on our system and are running the command to install the pillow again. Again, it will show that the requirement is already satisfied because we have installed the pillow module on the MacOS operating system.
The above example shows that the requirement is already satisfied after executing the pip command on the pillow module. So we do not need to install it again to use the pillow module in our python code.
c. Install python pillow on FreeBSD
We are installing the pillow module on the FreeBSD system in the example below. We need to use the following command to install the pillow module on the MacOS system.
We install the pillow module using the pkg command in the FreeBSD operating system.
Code:
pkg install py38-pillow
Output:
The above example shows that before installing the pillow on our system, pkg will first collect all the packages related to the pillow module. Then, after collecting all the details, it will install the pillow module on the FreeBSD system.
Conclusion
PIL that adds image opening, manipulation, and saving support to python. The current version can recognize and read a wide variety of file formats. Python pillow install is available in both the 64 and 32 bits format. Raqm support necessitates the installation of FreeBSD separately.
Recommended Articles
This is a guide to Python Pillow Install. Here we discuss the introduction, overview, and how to install the python pillow? For better understanding. You may also have a look at the following articles to learn more –
- Python BeautifulSoup
- Python Join List
- Binary search in python
- JSON to CSV Python