Python Game Development
Project description
English 简体中文 繁體中文 Français فارسی Español 日本語 Italiano Русский Ελληνικά Português (Brasil) Deutsch
Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.
This distribution is called ‘pygame - Community Edition’ (‘pygame-ce’ for short).
It is a fork of the upstream pygame project by its former core developers, and was created after impossible challenges prevented them from continuing development upstream. The new distribution aims to offer more frequent releases, continuous bugfixes and enhancements, and a more democratic governance model.
New contributors are welcome!
Installation
To install pygame-ce, first make sure you have Python (and pip) installed and available on your PATH. Then, run the following command in your terminal or command prompt:
pip install pygame-ce
Note that on some platforms you may need to use pip3 instead of pip.
Linux Note: “Breaking System Packages” Error
On some Linux distributions (like Ubuntu or Debian), installing Python packages with pip can trigger a message like the following:
error: externally-managed-environment This environment is externally managed when system packages are installed.
This means your system Python is managed by the OS, and using pip3 globally might interfere with system packages.
Recommended Solutions
Use venv (Virtual Environment):
You can create a virtual environment and install pygame-ce within it. This way you still use system Python but create a separate environment for installed packages so that they do not conflict with or break system ones.
python3 -m venv venv # create a venv named 'venv' source venv/bin/activate # activate venv pip install pygame-ce # install packages in venvUse pyenv (User-level Python management):
pyenv lets you install and manage your own Python versions at the user level without touching the system one. As a plus, you can install and use multiple Python versions side by side.
Use uv (Fast Modern Package Installer):
uv is a modern, fast Python package and environment manager that can serve as a replacement for both venv and pyenv.
Help
If you are just getting started with pygame, you should be able to get started fairly quickly. Pygame comes with many tutorials and introductions. There is also full reference documentation for the entire library. Browse the documentation on the docs page. You can also browse the documentation locally by running python -m pygame.docs in your terminal. If the docs aren’t found locally, it’ll launch the online website instead.
The online documentation stays up to date with the development version of pygame on github. This may be a bit newer than the version of pygame you are using. To upgrade to the latest full release, run pip install pygame-ce --upgrade in your terminal.
Best of all, the examples directory has many playable small programs which can get you started playing with the code right away.
Building From Source
If you want to use features that are currently in development, or you want to contribute to pygame-ce, you will need to build pygame-ce locally from its source code, rather than pip installing it.
Installing from source is fairly automated. The most work will involve compiling and installing all the pygame dependencies. Once that is done, run the setup.py script which will attempt to auto-configure, build, and install pygame.
Much more information about installing and compiling is available on the Compilation wiki page.
Dependencies
Pygame is obviously strongly dependent on SDL and Python. It also links to and embeds several other smaller libraries. The font module relies on SDL_ttf, which is dependent on freetype. The mixer (and mixer.music) modules depend on SDL_mixer. The image module depends on SDL_image. Transform.rotozoom has an embedded version of SDL_rotozoom, and gfxdraw has an embedded version of SDL_gfx. Dependency versions:
CPython |
>= 3.10 (Or use PyPy3) |
SDL |
>= 2.0.14 |
SDL_mixer |
>= 2.0.4 |
SDL_image |
>= 2.0.4 |
SDL_ttf |
>= 2.0.15 |
How to Contribute
First of all, thank you for considering contributing to pygame-ce! It’s people like you that make pygame-ce a great library. Please follow these steps to get started:
Read the Contribution Guidelines and the Many Ways to Contribute wiki pages.
Read the documentation on Opening A Pull Request and Opening a Great Pull Request.
Read how to label and link reported issues.
Check the issue tracker for open issues that interest you or open a new issue to start a discussion about your idea.
There are many more resources throughout the wiki pages that can help you get started.
If you have any questions, please feel free to ask in the Pygame Community Discord Server or open an issue.
License
License Identifier: LGPL-2.1-or-later
This library is distributed under GNU LGPL version 2.1, which can be found in the file docs/LGPL.txt. We reserve the right to place future versions of this library under a different license.
This basically means you can use pygame in any project you want, but if you make any changes or additions to pygame itself, those must be released with a compatible license (preferably submitted back to the pygame-ce project). Closed source and commercial games are fine.
The programs in the examples subdirectory are in the public domain.
See docs/licenses for licenses of dependencies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygame_ce-2.5.7.tar.gz.
File metadata
- Download URL: pygame_ce-2.5.7.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86beb797cd73c141299a29b56f7df2b0543fbdc81d428022458329ff694aaa51
|
|
| MD5 |
a17dba454a1b195057b2e5ccd5a06a3f
|
|
| BLAKE2b-256 |
e90dbb6a6fdf1b227c0bb9a44437a70962a3854bcc541533c261e5021a5ee691
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7.tar.gz:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7.tar.gz -
Subject digest:
86beb797cd73c141299a29b56f7df2b0543fbdc81d428022458329ff694aaa51 - Sigstore transparency entry: 1008411393
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 10.4 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79c4f961ffa89183380c4284914ed2f693591baec7fb92e42f05857dd8664bd
|
|
| MD5 |
a12b823b60a37f7a19352f222a5e65b0
|
|
| BLAKE2b-256 |
21e85e3782901f10ce39724797b4ed48138da69ce03332dde7bc21c15475684f
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
d79c4f961ffa89183380c4284914ed2f693591baec7fb92e42f05857dd8664bd - Sigstore transparency entry: 1008411592
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ac7120a6c39c042abdc6bd2f5491f7121936c68c425235b52dc451ed9583dbf
|
|
| MD5 |
9ce69c197f782d68aa605b971a936735
|
|
| BLAKE2b-256 |
a66f4ba6bd545113767ea1fc8204d2d6616fd749bb4f931c5357f90adf45ddd7
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
8ac7120a6c39c042abdc6bd2f5491f7121936c68c425235b52dc451ed9583dbf - Sigstore transparency entry: 1008411452
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.
File metadata
- Download URL: pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
- Upload date:
- Size: 13.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01c48daf8fccb66e8750d5d26bf20e3f0dc484a5f7748fa98fd7e2ac69a2f7f5
|
|
| MD5 |
977e74c896378e9c97061283b613c136
|
|
| BLAKE2b-256 |
1cda1506934539127781ea52bd826ceb620c4a7456c52bd5410d12259a95741c
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl -
Subject digest:
01c48daf8fccb66e8750d5d26bf20e3f0dc484a5f7748fa98fd7e2ac69a2f7f5 - Sigstore transparency entry: 1008411410
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e4289438b0b530bbfa6e2a9088a5b4a9dc0524b6d60989c846e2c74cd149f77
|
|
| MD5 |
ffa1238d26f30fe5696fe1951cbfc7c6
|
|
| BLAKE2b-256 |
287cdad02bf97b55a71bff3e60e8909ac2be58f27520094e9182ed00ea70e4e4
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
6e4289438b0b530bbfa6e2a9088a5b4a9dc0524b6d60989c846e2c74cd149f77 - Sigstore transparency entry: 1008411503
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl
- Upload date:
- Size: 17.1 MB
- Tags: PyPy, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8718bc75cd4ec4bd2b0b4862e5c615b119a45038e4572c9030731db3c6740cfe
|
|
| MD5 |
108c0092afe79c43b3e11c0f925b6cc7
|
|
| BLAKE2b-256 |
6955c4397d5c0c0d459d3c0dbda0cb55f7fae778117c6a3d89736968f2978a3e
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl -
Subject digest:
8718bc75cd4ec4bd2b0b4862e5c615b119a45038e4572c9030731db3c6740cfe - Sigstore transparency entry: 1008411559
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 11.1 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e6ce74fd5a5f146f1bcf0224ae3e880c733917a9edbb53f790329d235520433
|
|
| MD5 |
9f789f6925d31550e76b54f4a27de644
|
|
| BLAKE2b-256 |
81bb93c5dadb66ac9733ca52952e063cce117a9312d6f97facd5dc4932f3d777
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-win_arm64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-win_arm64.whl -
Subject digest:
3e6ce74fd5a5f146f1bcf0224ae3e880c733917a9edbb53f790329d235520433 - Sigstore transparency entry: 1008411459
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 10.6 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
595f4257c15fed11cd816ae0bfabad3d99f8f04a000d7d164a22c0f9afd6cb65
|
|
| MD5 |
49a403eee1ce0bd8452d05a1ed0f23b0
|
|
| BLAKE2b-256 |
9696c94d0e508954093e37a77b03101a3cf51a242e02cc0ec726edcb117f8885
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-win_amd64.whl -
Subject digest:
595f4257c15fed11cd816ae0bfabad3d99f8f04a000d7d164a22c0f9afd6cb65 - Sigstore transparency entry: 1008411612
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-win32.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-win32.whl
- Upload date:
- Size: 10.0 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b7e641af3aeac92bb7e4df1402d6802271f4bd09c747d2665f154ef9b07a4e6
|
|
| MD5 |
3d36caccd50d6756fb03f83c1301f578
|
|
| BLAKE2b-256 |
a29b0e0996573a9dd4bb34874c10643224a72372818242e07486c9eb4a22eebb
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-win32.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-win32.whl -
Subject digest:
1b7e641af3aeac92bb7e4df1402d6802271f4bd09c747d2665f154ef9b07a4e6 - Sigstore transparency entry: 1008411436
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1ed4100311015cc67d24fe4e4d7c2f4cb25c34e043545061271c1d018c02d4
|
|
| MD5 |
2af710d857562552f06c3a849b3ce970
|
|
| BLAKE2b-256 |
00a46fb0054bfb2522c4ad3ff82ecbc9c1a3c6694c50d24f2451717121636a1d
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
5c1ed4100311015cc67d24fe4e4d7c2f4cb25c34e043545061271c1d018c02d4 - Sigstore transparency entry: 1008411635
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c92feb289e34ac323a7b62b91d230a4e32b44059c4d7fb95631e504b1d9b365
|
|
| MD5 |
30142fb304c3285919d1448aa1f4cb35
|
|
| BLAKE2b-256 |
40c7217c5430c8c612879162beb2d18cb10ad8b1b4db6ce03245289a3de6bc1b
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
1c92feb289e34ac323a7b62b91d230a4e32b44059c4d7fb95631e504b1d9b365 - Sigstore transparency entry: 1008411481
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl
- Upload date:
- Size: 17.2 MB
- Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
addfbf7d119647eec157d611f463e5d572836fa74d0d222c59210294ed618b9d
|
|
| MD5 |
405080db02d3f6b2da29480ed9b366e5
|
|
| BLAKE2b-256 |
26089fe0003d69077ff8faff242a85260b8a192d3b7111c02332b8b2f515d40c
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl -
Subject digest:
addfbf7d119647eec157d611f463e5d572836fa74d0d222c59210294ed618b9d - Sigstore transparency entry: 1008411601
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 10.9 MB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5a7197096ef82d588539f13b0f7ade767f800c7b0b015a94e386f488e1039f6
|
|
| MD5 |
4a857632e6df5c668f78c4479836dcd8
|
|
| BLAKE2b-256 |
47d5e4419a340ae24bd0dde5a6861406c24114f59a543aad44f1d2f2ae4752d5
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-win_arm64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-win_arm64.whl -
Subject digest:
f5a7197096ef82d588539f13b0f7ade767f800c7b0b015a94e386f488e1039f6 - Sigstore transparency entry: 1008411632
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 10.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25047c97760fc640a6a8bbfdf3398c5825adfd55986a7523a65c95a1fb61d759
|
|
| MD5 |
764180d61b2b30acb447de4c01cbca84
|
|
| BLAKE2b-256 |
06a07acd164b3a206327bf53df5e5399227a5baf858ae2944cba562a0ae77e0a
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-win_amd64.whl -
Subject digest:
25047c97760fc640a6a8bbfdf3398c5825adfd55986a7523a65c95a1fb61d759 - Sigstore transparency entry: 1008411624
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-win32.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-win32.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6439100bdee81da96f5acffb280f20511c93dd67178d8a8cf29d6cfd1aa46dd
|
|
| MD5 |
3d2565a872c92ddfcd93dafc3ad8dfa9
|
|
| BLAKE2b-256 |
8fed8e3c6f5d4ac763f6766c2043f842b2c52028b30a4ce2ce2f5dced5961354
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-win32.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-win32.whl -
Subject digest:
f6439100bdee81da96f5acffb280f20511c93dd67178d8a8cf29d6cfd1aa46dd - Sigstore transparency entry: 1008411565
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e9a4ece43b08adc8ffb0bbbe0fe183eef4bb501a7d31552ae7398592ec0a82
|
|
| MD5 |
7320b3daea49d80e1523c5ae4b25bad7
|
|
| BLAKE2b-256 |
fe96e400d3a2c6456e3a334d9fae1f8704d964027b60064935278028dd79293f
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
48e9a4ece43b08adc8ffb0bbbe0fe183eef4bb501a7d31552ae7398592ec0a82 - Sigstore transparency entry: 1008411427
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
- Upload date:
- Size: 13.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d5732cd512c8ec0b47e9a3e6c683fb811bdf2090362580778ce698222a64ab
|
|
| MD5 |
c55c20afcdd2ab14b0875c8e97e2c217
|
|
| BLAKE2b-256 |
130d6d6c29aa5ecf63a66983bdf04066dc019290e7412f64b0ae5133c5e53d47
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl -
Subject digest:
92d5732cd512c8ec0b47e9a3e6c683fb811bdf2090362580778ce698222a64ab - Sigstore transparency entry: 1008411519
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58eabfc184dd28c682e5e6ccfce01224bb12653c6648babcd0bb9d9bd662d938
|
|
| MD5 |
b240d75fe001003aa7f263a8b5bf0e40
|
|
| BLAKE2b-256 |
b8f0a3e4d0ad2519d106d178652ae7ec692e8acadf3d2260493840c27f8eabb8
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
58eabfc184dd28c682e5e6ccfce01224bb12653c6648babcd0bb9d9bd662d938 - Sigstore transparency entry: 1008411571
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 17.2 MB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8766985d802017e150fcfb9adc659967d8548a961d491b8974f0748412cc0427
|
|
| MD5 |
954764a4220bfa425b71bc8394af0806
|
|
| BLAKE2b-256 |
2196d28381210ec2ed5d7a04f77cd8f6949a7734f75a7a7d9a95fe8ed60fe3ba
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl -
Subject digest:
8766985d802017e150fcfb9adc659967d8548a961d491b8974f0748412cc0427 - Sigstore transparency entry: 1008411470
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 10.9 MB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb99a8a7185057064163610b3ca3e1d3307f0eb3dfff6e19556fa5132c6bca87
|
|
| MD5 |
0c11157db59c6876a4562e8761bc0d2c
|
|
| BLAKE2b-256 |
181b971a432d8bab8c52031ddbd0e681750a57348213ec0f8a0e0d6713e8df46
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-win_arm64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-win_arm64.whl -
Subject digest:
eb99a8a7185057064163610b3ca3e1d3307f0eb3dfff6e19556fa5132c6bca87 - Sigstore transparency entry: 1008411492
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 10.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6b7eec2779fac11ed265a18ab926b3829654120a5c9a07c36eeedeb012b8c3c
|
|
| MD5 |
b3102df5d9058792fc77541bcf4e3024
|
|
| BLAKE2b-256 |
1fd443b006affa13e2f4572aa28a0d1f64c91c330d289c30a022b5416245714c
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-win_amd64.whl -
Subject digest:
b6b7eec2779fac11ed265a18ab926b3829654120a5c9a07c36eeedeb012b8c3c - Sigstore transparency entry: 1008411486
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-win32.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-win32.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
604207c8813a594919bb7e6d3ed3834f79aa099d2d648e8a8fc3d786ad3fa1c8
|
|
| MD5 |
72abe86ed9e8c55ac1fb89e7a8753589
|
|
| BLAKE2b-256 |
40db1cfcfb7813ce6d2202919ad87c7e1b278a4f820902ba826df43dc8906e34
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-win32.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-win32.whl -
Subject digest:
604207c8813a594919bb7e6d3ed3834f79aa099d2d648e8a8fc3d786ad3fa1c8 - Sigstore transparency entry: 1008411445
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d8fa8822c0f4b5ae6b44ada7be9f2193fd512da1381c37fa3c5bda8971d64cb
|
|
| MD5 |
dbcc6ebb99e59aeafa3bca876dc032b7
|
|
| BLAKE2b-256 |
db1770ada4cef84eca48a995cc9e0f2f087e6190b3e4111e9c8ec3c7a8f689bd
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
0d8fa8822c0f4b5ae6b44ada7be9f2193fd512da1381c37fa3c5bda8971d64cb - Sigstore transparency entry: 1008411401
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
- Upload date:
- Size: 13.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
538689d77c44f5dbefc0abeab5b9806d6c90ebc6d64078736c8a4c731f08b37e
|
|
| MD5 |
267ac67786510076d75e547474578774
|
|
| BLAKE2b-256 |
098ba7886b7bfe874fa381201ee538928af3c1cab2fe3e36927ed08f3f1d0b61
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl -
Subject digest:
538689d77c44f5dbefc0abeab5b9806d6c90ebc6d64078736c8a4c731f08b37e - Sigstore transparency entry: 1008411539
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dc989462faf2c5947881f708fa406d7ac13c1bc987c1588d630ca62ad369989
|
|
| MD5 |
5fcd6d08b1c031b7b6e8821b5de2604d
|
|
| BLAKE2b-256 |
e5947f6304a31ccc7d11d4443e590cbfa6fce2bd34077575a7790d4f0a14f440
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
4dc989462faf2c5947881f708fa406d7ac13c1bc987c1588d630ca62ad369989 - Sigstore transparency entry: 1008411648
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 17.2 MB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca2f8ba56bf3b4b8c73c4863d0603773403f4f66bc2fe25784ea74aee3fffc3
|
|
| MD5 |
f551ed04f7b26fb8ba6d051c1e803a35
|
|
| BLAKE2b-256 |
57a7cd305034f505bfa1a1acdafd3d86af54da14b29151a0d99f348306272773
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl -
Subject digest:
dca2f8ba56bf3b4b8c73c4863d0603773403f4f66bc2fe25784ea74aee3fffc3 - Sigstore transparency entry: 1008411442
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 10.9 MB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f5a7e5d08f26dc8e4a899be502e6ef06ac5a2800a442750267141bca7703ba7
|
|
| MD5 |
ca284b6a81a3d14d375419f2e5041d91
|
|
| BLAKE2b-256 |
c3c1e69e7ae0f66fc21e8af25d456f396e15c47002bdba86924b1e223d4b7fbd
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-win_arm64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-win_arm64.whl -
Subject digest:
1f5a7e5d08f26dc8e4a899be502e6ef06ac5a2800a442750267141bca7703ba7 - Sigstore transparency entry: 1008411547
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 10.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca51a671b5b6cfd747399f54fa91259d4b01980f517c9e8043f5c3e795f06ac
|
|
| MD5 |
ad80424ef05e3b4b2f650770dcfb4ce7
|
|
| BLAKE2b-256 |
12760366387cae2b9f4a2c0ccaa9a84f86db545e835bd933dc14d011765962f9
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-win_amd64.whl -
Subject digest:
5ca51a671b5b6cfd747399f54fa91259d4b01980f517c9e8043f5c3e795f06ac - Sigstore transparency entry: 1008411530
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-win32.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-win32.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecac266ccd459e354d693f2150a065fc695a6ffcdf15eaca06709620bb837fea
|
|
| MD5 |
cf474ce037e13e939f7018506f10b8a4
|
|
| BLAKE2b-256 |
8c1f70b974faa39f3c8d622128eb6554f19b0531792c8fdc8d2575954c320d17
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-win32.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-win32.whl -
Subject digest:
ecac266ccd459e354d693f2150a065fc695a6ffcdf15eaca06709620bb837fea - Sigstore transparency entry: 1008411580
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d35105bf5a453ffb64333bc3be685f8c55cbc4695c05733a68849a92345dcb45
|
|
| MD5 |
6c14fffee69f03a9210772a94e3b0031
|
|
| BLAKE2b-256 |
4ade694c1bffb4c2b1afa5451549b38ae79372552085ec2cac8ec3244691c425
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
d35105bf5a453ffb64333bc3be685f8c55cbc4695c05733a68849a92345dcb45 - Sigstore transparency entry: 1008411510
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
- Upload date:
- Size: 13.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a980109b5aee984b78c884d607d4a406a92b63a8a7044180d0e2f8a26a7276a7
|
|
| MD5 |
d1687346e4c56d4ff101fd5b1a60bef8
|
|
| BLAKE2b-256 |
729a202c2c3f5e0eb8a016ce8bce185992c979866bb73ad7d8ab01d0de39577b
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl -
Subject digest:
a980109b5aee984b78c884d607d4a406a92b63a8a7044180d0e2f8a26a7276a7 - Sigstore transparency entry: 1008411497
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec2f2d8c95d1a5c9bfc9ffbae4c356fd71bcbc4fde70e59e3d050261bacfe908
|
|
| MD5 |
8fc1886cd68007334c7a299ca1ffc597
|
|
| BLAKE2b-256 |
2bc778d3fc4e27b4372cef878996a3973749bebf553758106dcc0ca7976acf9e
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
ec2f2d8c95d1a5c9bfc9ffbae4c356fd71bcbc4fde70e59e3d050261bacfe908 - Sigstore transparency entry: 1008411616
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl
- Upload date:
- Size: 17.2 MB
- Tags: CPython 3.11, macOS 10.11+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
903eab0a59563fd0d134e502a11c9f144d21dc93ee1f5b4b4eec31f8745142b4
|
|
| MD5 |
5e2f5f0f00530e3e11a24040ffad33af
|
|
| BLAKE2b-256 |
e7db4f899c372e114e6f7eab1546c46233fae621594cb0271cd8a967f1b38a06
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl -
Subject digest:
903eab0a59563fd0d134e502a11c9f144d21dc93ee1f5b4b4eec31f8745142b4 - Sigstore transparency entry: 1008411641
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 10.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de75f752d6a090839ebdc69b3365478d0f8a98ea02d1eee417a4a1436c1b5168
|
|
| MD5 |
93b1dd4e10c977afde6aa54e178ba73c
|
|
| BLAKE2b-256 |
0441186172be6e46a7198f6d8fc07b455b5d6af326e109a518bac2cf39239ba5
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-win_amd64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-win_amd64.whl -
Subject digest:
de75f752d6a090839ebdc69b3365478d0f8a98ea02d1eee417a4a1436c1b5168 - Sigstore transparency entry: 1008411501
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-win32.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-win32.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275910c7f26baa7bf52b8e0ebd9301fe968806b9bd777506d6fc17e2bbcf3121
|
|
| MD5 |
622d4075a6bf86925e5ba53388974a24
|
|
| BLAKE2b-256 |
75869e90ddb19cd000024dac7c5de587ccd65a7ba522dd13cea17fb31a22e9f0
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-win32.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-win32.whl -
Subject digest:
275910c7f26baa7bf52b8e0ebd9301fe968806b9bd777506d6fc17e2bbcf3121 - Sigstore transparency entry: 1008411619
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 12.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
322052db99d25f7faca0502e0b2a905eb68c10ec5f7a1fd59803c4175f1d1269
|
|
| MD5 |
889775fcf771416455baab3e9f9b2b58
|
|
| BLAKE2b-256 |
2554dd8ef25eec93dc7e2b1c35cf2d596791887aefaa98cc37f0050793dda52b
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
322052db99d25f7faca0502e0b2a905eb68c10ec5f7a1fd59803c4175f1d1269 - Sigstore transparency entry: 1008411419
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
- Upload date:
- Size: 13.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f9a60af653f367807dc50059122a5f6cbd1b5de68233306421b0c3218bcc92d
|
|
| MD5 |
f65339ff12ba85e1e13b81a87a1b575f
|
|
| BLAKE2b-256 |
d48f4ae05558744db08d681b96a36d61c1e2c647ba14cbd0b53a6aea1402b9a0
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl -
Subject digest:
1f9a60af653f367807dc50059122a5f6cbd1b5de68233306421b0c3218bcc92d - Sigstore transparency entry: 1008411424
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 12.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da68411fd4a1bb50375a40cc0ee5c0f83da51450acda8a87e7a83837670f657
|
|
| MD5 |
266a9ee356ad60eb645f4a572b8a6f9c
|
|
| BLAKE2b-256 |
fe9e228bfcd45db754eb70112e969c05678704da71508f105b2a59964029d0fc
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
9da68411fd4a1bb50375a40cc0ee5c0f83da51450acda8a87e7a83837670f657 - Sigstore transparency entry: 1008411525
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl.
File metadata
- Download URL: pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl
- Upload date:
- Size: 17.2 MB
- Tags: CPython 3.10, macOS 10.11+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d7d27cc46b846c814f1d85366d5af066483917f26433a10a949e74f471dfeb
|
|
| MD5 |
dc8a4f1b0924281c43cb002b8a25a5b7
|
|
| BLAKE2b-256 |
c32449a68d24908ae0be0e69631c015e288ea3b4f3e851aae60141faeb8d3892
|
Provenance
The following attestation bundles were made for pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl:
Publisher:
release-pypi.yml on pygame-community/pygame-ce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl -
Subject digest:
77d7d27cc46b846c814f1d85366d5af066483917f26433a10a949e74f471dfeb - Sigstore transparency entry: 1008411477
- Sigstore integration time:
-
Permalink:
pygame-community/pygame-ce@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Branch / Tag:
refs/tags/2.5.7 - Owner: https://github.com/pygame-community
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@2895f7aed85ca8fdff2704c42b286cefcf6a6344 -
Trigger Event:
release
-
Statement type: