Skip to main content
pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge DiscordBadge


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.

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.20

SDL_mixer

>= 2.0.4

SDL_image

>= 2.0.5

SDL_ttf

>= 2.0.18

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:

  1. Read the Contribution Guidelines and the Many Ways to Contribute wiki pages.

  2. Read the documentation on Opening A Pull Request and Opening a Great Pull Request.

  3. Read how to label and link reported issues.

  4. 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.

Release files for pygame-ce 2.5.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pygame-ce 2.5.8
File Size Uploaded
pygame_ce-2.5.8.tar.gz 5.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pygame-ce 2.5.8
File
pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
pygame_ce-2.5.8-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
pygame_ce-2.5.8-cp315-cp315-win32.whl CPython 3.15 CPython 3.15 Windows x86-32 Details
pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl CPython 3.15 CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
pygame_ce-2.5.8-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
pygame_ce-2.5.8-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
pygame_ce-2.5.8-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pygame_ce-2.5.8-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
pygame_ce-2.5.8-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pygame_ce-2.5.8-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
pygame_ce-2.5.8-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pygame_ce-2.5.8-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl CPython 3.11 CPython 3.11 macOS 10.11+ universal2 (ARM64, x86-64) Details
pygame_ce-2.5.8-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pygame_ce-2.5.8-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl CPython 3.10 CPython 3.10 macOS 10.11+ universal2 (ARM64, x86-64) Details

Total release size: 553.1 MB

Release files / pygame_ce-2.5.8.tar.gz

Download URL pygame_ce-2.5.8.tar.gz
Size 5.3 MB
Tags Source
SHA-256 checksum
How to use checksums
3c8e69088ead310037972c391306ea58e74d7296b35d1890067749235fd554ba
BLAKE2b-256 checksum
How to use checksums
262d0f942ec31d558a6a1f2fd0df9965ff0055f165ed5b8d36f6509b1f3768a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl

Download URL pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl
Size 9.6 MB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
f2f2f1c03dc8d4460779f9e55f959a7c7e523101b3530f60f3208e5ca65a6216
BLAKE2b-256 checksum
How to use checksums
47b51068d4d24891b17fcb6cf3556b1de8d5821a2bc44ebbea2b25dbd767ae2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.1 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
9ea02f653f76d496870766e1fb8419b6a6aebd81d40265057672f1f6d63d3509
BLAKE2b-256 checksum
How to use checksums
286c2a8d9ca41d40e2d30e940107a019bbc17de518948c360789f59a439d689a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.5 MB
Tags Linux glibc 2.17+ x86-32 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
0d0c4b2b38e1946ea7a7c625ea317e237573e8731e4a56055eb4361b3c2daa0f
BLAKE2b-256 checksum
How to use checksums
f526a14abbac97c681385dbb01d5c44c867992dbf2265a784af35141c485813e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
894faf17699ea7f14eabd9161ef532c1d248e40f568dab9240fc68b4c1ea85dc
BLAKE2b-256 checksum
How to use checksums
bc33d02386a4314be22bc6198d93c2d99f372c0c8c7b71fc9c390cf36d5c5c99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl

Download URL pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl
Size 16.5 MB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0aa908c9fce4d508205e0b9cdc0f7338066da63322f6bcaa9a9c8aff9155a87e
BLAKE2b-256 checksum
How to use checksums
9fb8525dfcfda50ea9e98cd4097d6d0beabcfa0a6007475c04dab2021077c6de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-win_arm64.whl

Download URL pygame_ce-2.5.8-cp315-cp315-win_arm64.whl
Size 10.4 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
28c4fed3870e3edf72ea7ea359bb5f64c55db0fb9cb3bdb26b4b674b4b4bcff4
BLAKE2b-256 checksum
How to use checksums
5fa27a844f772c6f0967e75d49cb10602fbb878b9daee1cc080d2b9597bcc873
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-win_amd64.whl

Download URL pygame_ce-2.5.8-cp315-cp315-win_amd64.whl
Size 9.8 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
5b789aa7e4239be025c9de8428c2c422f0811f0e3dd702b574d836fd9ae040eb
BLAKE2b-256 checksum
How to use checksums
8741404836598d666ffe02681fd0c29f013daaa8baf18e5de5f7a5d4870b6105
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-win32.whl

Download URL pygame_ce-2.5.8-cp315-cp315-win32.whl
Size 9.3 MB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
312a01ff5439a0bd2e55b56683518454da4cbe4cad493d0580e9c49f6aacc2d8
BLAKE2b-256 checksum
How to use checksums
6392c99ed51479f2d2a5d7fc9d5aa3b880e4c0fcc87f30cb95ecf325f35dd2fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.1 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d9cbf6e2648ae6d76aa8ece82187d240300cfd9f4c90860e1e466f78cf0ab14a
BLAKE2b-256 checksum
How to use checksums
21ce8c167ba5ba736e372730ae29ef0f8cb2e62a88580e647ae987bc112eb1cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
d084b79535f3529aa157edd9401f4f33e5082f318d287029291d6596bb225105
BLAKE2b-256 checksum
How to use checksums
da5ebed22b0d07d9e96bb9a448acc9da7a235f046280264c33476f0c0753d302
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.15 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d7f03d38b3693c014dd47d4e281620b6756669129e545af1cd608a9484582846
BLAKE2b-256 checksum
How to use checksums
f195694cd02641a0c0956b6c5919b56599af302524ac133551b654f550f28919
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl

Download URL pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl
Size 16.6 MB
Tags CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0a4e0804d53bae8d9aa5192fc2259b40dd084b48ea273dd7dd6e1c12b73303c4
BLAKE2b-256 checksum
How to use checksums
fd110b47f80b261d6379c86b9cc3fa405af5bd62af10506de7e28c2275d67b86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-win_arm64.whl

Download URL pygame_ce-2.5.8-cp314-cp314-win_arm64.whl
Size 10.4 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
b23034594412456504822d3088cf5f292f63bbe415eac29735340a59999e4116
BLAKE2b-256 checksum
How to use checksums
5a264024483d4a3161ed8fb8d3f3f4957580af31d468e0c31df7e6038f45ccdc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-win_amd64.whl

Download URL pygame_ce-2.5.8-cp314-cp314-win_amd64.whl
Size 9.8 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
b4c2e28c201240199356952e6bd0221969d2eb8a1a15c3454d77db209bad7891
BLAKE2b-256 checksum
How to use checksums
f13192d32a9bf9b78e9ef10cec7224e2f00efc957757505822af8dc4225e9b41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-win32.whl

Download URL pygame_ce-2.5.8-cp314-cp314-win32.whl
Size 9.3 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
c5285d444e4b789ef95522bbd2b90433163ad2b89e0ae4891236fde88a027fbd
BLAKE2b-256 checksum
How to use checksums
055714d6b40318af71cf20e4c750866795424e018f79c5a5cf3a9a74a8717c4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0027bd2255cbb39789d9c7ff95a5f040f56d1cfeb09504497447c0ee06169a24
BLAKE2b-256 checksum
How to use checksums
dd6206f0ceb7f5a154e0071a4ce81a16de47b9f3b85034fa391686d489d15be5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
68bd9c4ac42bb2549c034d56399404f16c87c56714db721ed975a759798a3d16
BLAKE2b-256 checksum
How to use checksums
997eb0c4f5d43261e8707353ef40cf6620d46d42f43a502c236e93ce6ea82e7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
bb91d0bb0b5e2a4da61910d752769d4580cacffb4b7338cee57c932351c67e7b
BLAKE2b-256 checksum
How to use checksums
2ef34f90a0b5e86635d741111084eaa4d4c65fcab2f461edb8c9efa502e4c630
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl

Download URL pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl
Size 16.6 MB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
7ec4efa6b57a194f5ad51b92211cc74b485320df951b0cc870235b2b889b9b6d
BLAKE2b-256 checksum
How to use checksums
4de68e83904cf4184223419345a78c905e7c1ace10228befd87eb497ba015c8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-win_arm64.whl

Download URL pygame_ce-2.5.8-cp313-cp313-win_arm64.whl
Size 10.2 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
dea22b4d4c418bbd0bd9853ae797ecfa882436d2684ceb6063ba8b520adc8500
BLAKE2b-256 checksum
How to use checksums
55d378136bc51be25afbd7954c22488860e80f32d9a885f6667fed8aac7df0d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-win_amd64.whl

Download URL pygame_ce-2.5.8-cp313-cp313-win_amd64.whl
Size 9.7 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
f495b0eb7a5c54c59da58e964bc7f68073c3f43cf307729fd48309104a04c190
BLAKE2b-256 checksum
How to use checksums
c01bda9186e5b88714c16fdb23bc4ba0bca4a75c21e3a5cf9607765773f68d22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-win32.whl

Download URL pygame_ce-2.5.8-cp313-cp313-win32.whl
Size 9.1 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
cab944d76af71e707803856b4db984ca90d9d6453e470e89771ed963c11ed912
BLAKE2b-256 checksum
How to use checksums
6e61c02613190a3256a656258bb4f677aecc09c3cb1f5521490ce7d5fb6308dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5bb966b610e161a8f6d908b4c62ef3a1f3e922bc7bed73bd70a3e15dc780b90e
BLAKE2b-256 checksum
How to use checksums
274d03fd52c7f958b8e929757a118cada9aee16ae9d4fd84f2682ee0cbd3941d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
841aecccb498419367936bea0b1b0c6e9d635dc81c41ef26ec1769158f1ab871
BLAKE2b-256 checksum
How to use checksums
5d8ff7d283799aaa2208c1276f085d514f2ac37ce1bb5df940c7cbac7e6a6320
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e3183bc0d808e739ca2400df45a5bfae10704ccbcacab0f04f9adc9027e86427
BLAKE2b-256 checksum
How to use checksums
4dfe4be67df98bb05f7b024900f80fe4d07a72cec7022262d17c449b2a9f6034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl

Download URL pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl
Size 16.6 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
56441a9bb75c2461750dc0e6e4a46e3833b3cf6339bfbaf16f93ecac037510f3
BLAKE2b-256 checksum
How to use checksums
8a06f2e2d9fe3eb2dc1fde30b90e250274e85ba355af729892ac71ba653924a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-win_arm64.whl

Download URL pygame_ce-2.5.8-cp312-cp312-win_arm64.whl
Size 10.2 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
6c48a3ad5f7102e076055a3c817c12e932ee5c9b831080db2ea9754236b0490d
BLAKE2b-256 checksum
How to use checksums
b12e871161f0546d549fa458609029771d7a36c1e7758e164a3b2c2ed61b507b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-win_amd64.whl

Download URL pygame_ce-2.5.8-cp312-cp312-win_amd64.whl
Size 9.7 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2cfe8afe1e7955780f0bd4f01d65f1b4903f561407052081cfcec31e80957c3c
BLAKE2b-256 checksum
How to use checksums
81132bba0ebe563047ae9de68dc05656dc0bfa9394c60970548b06d2f2e106c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-win32.whl

Download URL pygame_ce-2.5.8-cp312-cp312-win32.whl
Size 9.1 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
91d2434d8cbdb7cd04c9b37e76a8154641da25f4e274265806407f495fe6e889
BLAKE2b-256 checksum
How to use checksums
e3e6238b48936733ed1908486df072137e7eef61fd26de4620d54e438b69d509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bf9c8b4376077efec6ae31443172ae98545f278d0e4426852e81c28ab1f5d7c2
BLAKE2b-256 checksum
How to use checksums
1e07e139faa8911d48991e161e356e652be2a642303f3baf6a57c7ba4a1f0f49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
6d4839f127b1b66f1dfe7e0dca3d2233b6f3a63077690081d1996e24087c6055
BLAKE2b-256 checksum
How to use checksums
8b389961f6543bfb4ecc4dbeee0fdb57edbd633945dc143df9c70ee476416cc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e401643af9455cb69f8cb77050c325f290314da0051e9ab82c5ccaf8017c314a
BLAKE2b-256 checksum
How to use checksums
a683f4979079f5a8f729b0f488e987db1227086816c26e1b985d61fc9a60605f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl

Download URL pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl
Size 16.6 MB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0ae2141c81595b4b13b780d325b9ea0016c6647f8b3a6004278b00765a96664d
BLAKE2b-256 checksum
How to use checksums
ab2a9c48c56cb36baa49d8732fc41896d2d8a6027bf94155aa1a5663fd72f7ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-win_arm64.whl

Download URL pygame_ce-2.5.8-cp311-cp311-win_arm64.whl
Size 10.2 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
8e7931bd6b8ffc1474e7b3d5717e18bf8ff3eed95ab9042f1b9a0907e9ff6519
BLAKE2b-256 checksum
How to use checksums
b78a79129cc0c755d639d180a582869e4c7a0d5106dbf611262bcf5d554ce59d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-win_amd64.whl

Download URL pygame_ce-2.5.8-cp311-cp311-win_amd64.whl
Size 9.7 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
0f75f6cf17607e380687aa5551c46aa830c8037b2950c71e48be8891ddc737da
BLAKE2b-256 checksum
How to use checksums
e76854cbebea295bbd9598604e3b4c3ef2aff75df1612482c2d102963151096c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-win32.whl

Download URL pygame_ce-2.5.8-cp311-cp311-win32.whl
Size 9.1 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
b919b49b8a41564f7d0ad43f6dc97a66f29d3956fb592581f4abd62442644c9c
BLAKE2b-256 checksum
How to use checksums
173db9d57ebab57fdef946626ae275b111c077b83fe0d0ccc3a2ec12b17523d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
33e1b5a78cd6d25c2c8f00c09cdc0ba8000eec81b53dc7d8d7323d8319691d69
BLAKE2b-256 checksum
How to use checksums
0502c315738725cd08d2ff4cc8f8dd29638e69e70f200d3610bcd291cbb886b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ff283d1bee65e208cf2f0da7f2f4e3d0993d1787938898de2872fbefab1f786b
BLAKE2b-256 checksum
How to use checksums
ca8b7ba5dbf40ff461984327539a6895ada8ab2eac4c035238f97a0fd9da9866
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a7b2a54548926eaf535ac574cfa6528f96bd1e2f524a20fea514b2922dd68bcc
BLAKE2b-256 checksum
How to use checksums
6f7db3f3a58cd09e97dbbedde419bedb7ead1f7e4d3cd6465b00bdf56766ded9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl

Download URL pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl
Size 16.6 MB
Tags CPython 3.11 macOS 10.11+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
9e98223c8874177c8441923a8f60da76b1de9d7f2450602a4c7ef24c15e84f1a
BLAKE2b-256 checksum
How to use checksums
979b884fb7367951e74e7f77061bb08e893272794c07b1212dc61ba258c3c71e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-win_amd64.whl

Download URL pygame_ce-2.5.8-cp310-cp310-win_amd64.whl
Size 9.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
15a408aa324c7d3f465a80595a0cf2525c74ef147479a7b37322dbc1d99b8edf
BLAKE2b-256 checksum
How to use checksums
0aabcb70e088badbe81514560c7bf432857c2a95e2be78a19764f8b7fb7ca41d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-win32.whl

Download URL pygame_ce-2.5.8-cp310-cp310-win32.whl
Size 9.1 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
ceabf943fb485dbcdc497d504bf267463e1d8ec62973a637635a03be312eb215
BLAKE2b-256 checksum
How to use checksums
fca75461a494e2ce27959574783af3ee539d64fd6aba53821a11f76f99efcc1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 12.2 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6de2f738e0a6130f70ae47cf8da8845b2f228014f2c71b37477f10fb1febec5a
BLAKE2b-256 checksum
How to use checksums
125c2e98e55c00ccc84dc8153fdb0ca457629b04b4035ad1504d8e1d5230dae4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Size 12.6 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
49aca63362d075c6efbf0571380b759c7a87341ae474acd23d897f3307bb9506
BLAKE2b-256 checksum
How to use checksums
86b8da5babccf83873bbfbeed8099706826b2da7409a4d7f60da9d263d200895
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
514f2c13e008af13cbc45ef93e897af1d192bec35f07f8894212926286e89ef0
BLAKE2b-256 checksum
How to use checksums
2653aae8515c5bfa1bf1724282c0414c4b406b5e15c202303b02fb9cf3cf85eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release files / pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl

Download URL pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl
Size 16.6 MB
Tags CPython 3.10 macOS 10.11+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
e43021583000ff05657517f1455b6183d69796a39781ef91f82b5b2b869d4156
BLAKE2b-256 checksum
How to use checksums
22e37b4afd3a116d06345bf67abb80f8da69338b00e1b7760fa93b509aea9655
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 9, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.5.8 This release

47 release files

2.5.6

49 release files

2.5.2

61 release files

2.5.1

61 release files

2.5.0

51 release files

2.4.1

51 release files

2.3.0

42 release files

2.2.0

42 release files

2.1.3

67 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page