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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygame_ce-2.5.8.tar.gz (5.3 MB view details)

Uploaded Source

Built Distributions

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

pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl (9.6 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (12.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl (16.5 MB view details)

Uploaded PyPymacOS 10.15+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp315-cp315-win_arm64.whl (10.4 MB view details)

Uploaded CPython 3.15Windows ARM64

pygame_ce-2.5.8-cp315-cp315-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.15Windows x86-64

pygame_ce-2.5.8-cp315-cp315-win32.whl (9.3 MB view details)

Uploaded CPython 3.15Windows x86

pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl (16.6 MB view details)

Uploaded CPython 3.15macOS 10.15+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp314-cp314-win_arm64.whl (10.4 MB view details)

Uploaded CPython 3.14Windows ARM64

pygame_ce-2.5.8-cp314-cp314-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.14Windows x86-64

pygame_ce-2.5.8-cp314-cp314-win32.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86

pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl (16.6 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp313-cp313-win_arm64.whl (10.2 MB view details)

Uploaded CPython 3.13Windows ARM64

pygame_ce-2.5.8-cp313-cp313-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.13Windows x86-64

pygame_ce-2.5.8-cp313-cp313-win32.whl (9.1 MB view details)

Uploaded CPython 3.13Windows x86

pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl (16.6 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp312-cp312-win_arm64.whl (10.2 MB view details)

Uploaded CPython 3.12Windows ARM64

pygame_ce-2.5.8-cp312-cp312-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.12Windows x86-64

pygame_ce-2.5.8-cp312-cp312-win32.whl (9.1 MB view details)

Uploaded CPython 3.12Windows x86

pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl (16.6 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp311-cp311-win_arm64.whl (10.2 MB view details)

Uploaded CPython 3.11Windows ARM64

pygame_ce-2.5.8-cp311-cp311-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.11Windows x86-64

pygame_ce-2.5.8-cp311-cp311-win32.whl (9.1 MB view details)

Uploaded CPython 3.11Windows x86

pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl (16.6 MB view details)

Uploaded CPython 3.11macOS 10.11+ universal2 (ARM64, x86-64)

pygame_ce-2.5.8-cp310-cp310-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame_ce-2.5.8-cp310-cp310-win32.whl (9.1 MB view details)

Uploaded CPython 3.10Windows x86

pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (12.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl (16.6 MB view details)

Uploaded CPython 3.10macOS 10.11+ universal2 (ARM64, x86-64)

File details

Details for the file pygame_ce-2.5.8.tar.gz.

File metadata

  • Download URL: pygame_ce-2.5.8.tar.gz
  • Upload date:
  • Size: 5.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8.tar.gz
Algorithm Hash digest
SHA256 3c8e69088ead310037972c391306ea58e74d7296b35d1890067749235fd554ba
MD5 19c387715970349940694b64024710f8
BLAKE2b-256 262d0f942ec31d558a6a1f2fd0df9965ff0055f165ed5b8d36f6509b1f3768a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8.tar.gz:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f2f2f1c03dc8d4460779f9e55f959a7c7e523101b3530f60f3208e5ca65a6216
MD5 3f65572c6c0d80a6cd79684e6aef22af
BLAKE2b-256 47b51068d4d24891b17fcb6cf3556b1de8d5821a2bc44ebbea2b25dbd767ae2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9ea02f653f76d496870766e1fb8419b6a6aebd81d40265057672f1f6d63d3509
MD5 0fccd81fec9a9e4c021dd6e32b463419
BLAKE2b-256 286c2a8d9ca41d40e2d30e940107a019bbc17de518948c360789f59a439d689a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0d0c4b2b38e1946ea7a7c625ea317e237573e8731e4a56055eb4361b3c2daa0f
MD5 acd9628c80e8a8b4dfee3d5b8bd4f3dd
BLAKE2b-256 f526a14abbac97c681385dbb01d5c44c867992dbf2265a784af35141c485813e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 894faf17699ea7f14eabd9161ef532c1d248e40f568dab9240fc68b4c1ea85dc
MD5 bee1a07ff3441c0ec5545dfad7d7b289
BLAKE2b-256 bc33d02386a4314be22bc6198d93c2d99f372c0c8c7b71fc9c390cf36d5c5c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0aa908c9fce4d508205e0b9cdc0f7338066da63322f6bcaa9a9c8aff9155a87e
MD5 1310b19b4f8f6cc9200c44b91d645e6e
BLAKE2b-256 9fb8525dfcfda50ea9e98cd4097d6d0beabcfa0a6007475c04dab2021077c6de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-pp311-pypy311_pp73-macosx_10_15_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 28c4fed3870e3edf72ea7ea359bb5f64c55db0fb9cb3bdb26b4b674b4b4bcff4
MD5 b3aab48be548d45ca8dffafd3d304471
BLAKE2b-256 5fa27a844f772c6f0967e75d49cb10602fbb878b9daee1cc080d2b9597bcc873

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-win_arm64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 5b789aa7e4239be025c9de8428c2c422f0811f0e3dd702b574d836fd9ae040eb
MD5 0ffc99c4bb8aa4bf88f3f1b2f1d14bf2
BLAKE2b-256 8741404836598d666ffe02681fd0c29f013daaa8baf18e5de5f7a5d4870b6105

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp315-cp315-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 312a01ff5439a0bd2e55b56683518454da4cbe4cad493d0580e9c49f6aacc2d8
MD5 566ba1700060782baa1e4eec92c9bf6a
BLAKE2b-256 6392c99ed51479f2d2a5d7fc9d5aa3b880e4c0fcc87f30cb95ecf325f35dd2fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d9cbf6e2648ae6d76aa8ece82187d240300cfd9f4c90860e1e466f78cf0ab14a
MD5 80b65e41aca96c8153debfa1f03fff75
BLAKE2b-256 21ce8c167ba5ba736e372730ae29ef0f8cb2e62a88580e647ae987bc112eb1cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d084b79535f3529aa157edd9401f4f33e5082f318d287029291d6596bb225105
MD5 15d90dd7e6cdd17971b319d3153d45d5
BLAKE2b-256 da5ebed22b0d07d9e96bb9a448acc9da7a235f046280264c33476f0c0753d302

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d7f03d38b3693c014dd47d4e281620b6756669129e545af1cd608a9484582846
MD5 178e29838a3ac00c1e3a13e4acdc98e8
BLAKE2b-256 f195694cd02641a0c0956b6c5919b56599af302524ac133551b654f550f28919

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0a4e0804d53bae8d9aa5192fc2259b40dd084b48ea273dd7dd6e1c12b73303c4
MD5 939462038cc4165df4fcd87ca28d31e1
BLAKE2b-256 fd110b47f80b261d6379c86b9cc3fa405af5bd62af10506de7e28c2275d67b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp315-cp315-macosx_10_15_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b23034594412456504822d3088cf5f292f63bbe415eac29735340a59999e4116
MD5 e6f6003eca1653c8329b971a794b0fee
BLAKE2b-256 5a264024483d4a3161ed8fb8d3f3f4957580af31d468e0c31df7e6038f45ccdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-win_arm64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b4c2e28c201240199356952e6bd0221969d2eb8a1a15c3454d77db209bad7891
MD5 4e2e1516a58de596336a1a9966adbab2
BLAKE2b-256 f13192d32a9bf9b78e9ef10cec7224e2f00efc957757505822af8dc4225e9b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp314-cp314-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c5285d444e4b789ef95522bbd2b90433163ad2b89e0ae4891236fde88a027fbd
MD5 18d093755af485ae8abb606189a7634c
BLAKE2b-256 055714d6b40318af71cf20e4c750866795424e018f79c5a5cf3a9a74a8717c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0027bd2255cbb39789d9c7ff95a5f040f56d1cfeb09504497447c0ee06169a24
MD5 cf42afc5cf1ff58eaac59c9ea0acdf9b
BLAKE2b-256 dd6206f0ceb7f5a154e0071a4ce81a16de47b9f3b85034fa391686d489d15be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 68bd9c4ac42bb2549c034d56399404f16c87c56714db721ed975a759798a3d16
MD5 17da7d947e283e2bcb2df56757d91254
BLAKE2b-256 997eb0c4f5d43261e8707353ef40cf6620d46d42f43a502c236e93ce6ea82e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bb91d0bb0b5e2a4da61910d752769d4580cacffb4b7338cee57c932351c67e7b
MD5 192b0942a571b86383acb609c4746995
BLAKE2b-256 2ef34f90a0b5e86635d741111084eaa4d4c65fcab2f461edb8c9efa502e4c630

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 7ec4efa6b57a194f5ad51b92211cc74b485320df951b0cc870235b2b889b9b6d
MD5 de78c1598a0401b726b8cda05e1d0bb6
BLAKE2b-256 4de68e83904cf4184223419345a78c905e7c1ace10228befd87eb497ba015c8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 dea22b4d4c418bbd0bd9853ae797ecfa882436d2684ceb6063ba8b520adc8500
MD5 bf4e920b725e1db6a7b00da453dff567
BLAKE2b-256 55d378136bc51be25afbd7954c22488860e80f32d9a885f6667fed8aac7df0d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-win_arm64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f495b0eb7a5c54c59da58e964bc7f68073c3f43cf307729fd48309104a04c190
MD5 9c2492f6ef1cde739b9d42663a55cc56
BLAKE2b-256 c01bda9186e5b88714c16fdb23bc4ba0bca4a75c21e3a5cf9607765773f68d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cab944d76af71e707803856b4db984ca90d9d6453e470e89771ed963c11ed912
MD5 a1623d6dcb1720d090035fd469c86f94
BLAKE2b-256 6e61c02613190a3256a656258bb4f677aecc09c3cb1f5521490ce7d5fb6308dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5bb966b610e161a8f6d908b4c62ef3a1f3e922bc7bed73bd70a3e15dc780b90e
MD5 e4a7e07e1c73a24ee8d1e281152d09a8
BLAKE2b-256 274d03fd52c7f958b8e929757a118cada9aee16ae9d4fd84f2682ee0cbd3941d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 841aecccb498419367936bea0b1b0c6e9d635dc81c41ef26ec1769158f1ab871
MD5 a065e8962d490f85262364f3fb09377d
BLAKE2b-256 5d8ff7d283799aaa2208c1276f085d514f2ac37ce1bb5df940c7cbac7e6a6320

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e3183bc0d808e739ca2400df45a5bfae10704ccbcacab0f04f9adc9027e86427
MD5 a28c788c047cf71128d6cb2acd02f6f2
BLAKE2b-256 4dfe4be67df98bb05f7b024900f80fe4d07a72cec7022262d17c449b2a9f6034

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 56441a9bb75c2461750dc0e6e4a46e3833b3cf6339bfbaf16f93ecac037510f3
MD5 75837cb379245f689632cc0b12867b50
BLAKE2b-256 8a06f2e2d9fe3eb2dc1fde30b90e250274e85ba355af729892ac71ba653924a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6c48a3ad5f7102e076055a3c817c12e932ee5c9b831080db2ea9754236b0490d
MD5 8a1797efc4b0bd1ee035547de650564c
BLAKE2b-256 b12e871161f0546d549fa458609029771d7a36c1e7758e164a3b2c2ed61b507b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-win_arm64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2cfe8afe1e7955780f0bd4f01d65f1b4903f561407052081cfcec31e80957c3c
MD5 0a2bf1764d5004fedc30bf3dc3ceaab1
BLAKE2b-256 81132bba0ebe563047ae9de68dc05656dc0bfa9394c60970548b06d2f2e106c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 91d2434d8cbdb7cd04c9b37e76a8154641da25f4e274265806407f495fe6e889
MD5 c00c0c2306266cfc74c3ffff62ce62cd
BLAKE2b-256 e3e6238b48936733ed1908486df072137e7eef61fd26de4620d54e438b69d509

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bf9c8b4376077efec6ae31443172ae98545f278d0e4426852e81c28ab1f5d7c2
MD5 56548466300323661cf587e4ce127a35
BLAKE2b-256 1e07e139faa8911d48991e161e356e652be2a642303f3baf6a57c7ba4a1f0f49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 6d4839f127b1b66f1dfe7e0dca3d2233b6f3a63077690081d1996e24087c6055
MD5 36b6cea03e40bfbbbfc9bc70d39091ac
BLAKE2b-256 8b389961f6543bfb4ecc4dbeee0fdb57edbd633945dc143df9c70ee476416cc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e401643af9455cb69f8cb77050c325f290314da0051e9ab82c5ccaf8017c314a
MD5 ec1e286ce8c18078b9090c7daeadab3d
BLAKE2b-256 a683f4979079f5a8f729b0f488e987db1227086816c26e1b985d61fc9a60605f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0ae2141c81595b4b13b780d325b9ea0016c6647f8b3a6004278b00765a96664d
MD5 dc11863c068f5300573f087ec2cc04e9
BLAKE2b-256 ab2a9c48c56cb36baa49d8732fc41896d2d8a6027bf94155aa1a5663fd72f7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8e7931bd6b8ffc1474e7b3d5717e18bf8ff3eed95ab9042f1b9a0907e9ff6519
MD5 2dffce480c87a50ffc37e4602c5784d6
BLAKE2b-256 b78a79129cc0c755d639d180a582869e4c7a0d5106dbf611262bcf5d554ce59d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-win_arm64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0f75f6cf17607e380687aa5551c46aa830c8037b2950c71e48be8891ddc737da
MD5 a0f56c83129608b59dc97255bde557da
BLAKE2b-256 e76854cbebea295bbd9598604e3b4c3ef2aff75df1612482c2d102963151096c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b919b49b8a41564f7d0ad43f6dc97a66f29d3956fb592581f4abd62442644c9c
MD5 6221cb76a428fc794f21f1c9c1c26cff
BLAKE2b-256 173db9d57ebab57fdef946626ae275b111c077b83fe0d0ccc3a2ec12b17523d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 33e1b5a78cd6d25c2c8f00c09cdc0ba8000eec81b53dc7d8d7323d8319691d69
MD5 50eba7b28d4df53bfaafb16cdc41e6e4
BLAKE2b-256 0502c315738725cd08d2ff4cc8f8dd29638e69e70f200d3610bcd291cbb886b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 ff283d1bee65e208cf2f0da7f2f4e3d0993d1787938898de2872fbefab1f786b
MD5 82cb11fbfceb57eb90f21cfb868858d8
BLAKE2b-256 ca8b7ba5dbf40ff461984327539a6895ada8ab2eac4c035238f97a0fd9da9866

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a7b2a54548926eaf535ac574cfa6528f96bd1e2f524a20fea514b2922dd68bcc
MD5 91dc4ff9ec5e5801fcf3facfcbfcb777
BLAKE2b-256 6f7db3f3a58cd09e97dbbedde419bedb7ead1f7e4d3cd6465b00bdf56766ded9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl
Algorithm Hash digest
SHA256 9e98223c8874177c8441923a8f60da76b1de9d7f2450602a4c7ef24c15e84f1a
MD5 c28cafccf850d13d00d92f905a22e282
BLAKE2b-256 979b884fb7367951e74e7f77061bb08e893272794c07b1212dc61ba258c3c71e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp311-cp311-macosx_10_11_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15a408aa324c7d3f465a80595a0cf2525c74ef147479a7b37322dbc1d99b8edf
MD5 40393324d30937ca0549f0517eaed0b4
BLAKE2b-256 0aabcb70e088badbe81514560c7bf432857c2a95e2be78a19764f8b7fb7ca41d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ceabf943fb485dbcdc497d504bf267463e1d8ec62973a637635a03be312eb215
MD5 706dee6db7f202efa9dbb3374e300e27
BLAKE2b-256 fca75461a494e2ce27959574783af3ee539d64fd6aba53821a11f76f99efcc1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-win32.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6de2f738e0a6130f70ae47cf8da8845b2f228014f2c71b37477f10fb1febec5a
MD5 518188773486e6ca8bcda6e9a53f2a29
BLAKE2b-256 125c2e98e55c00ccc84dc8153fdb0ca457629b04b4035ad1504d8e1d5230dae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 49aca63362d075c6efbf0571380b759c7a87341ae474acd23d897f3307bb9506
MD5 8ca542101a603571505532a4232c8d72
BLAKE2b-256 86b8da5babccf83873bbfbeed8099706826b2da7409a4d7f60da9d263d200895

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 514f2c13e008af13cbc45ef93e897af1d192bec35f07f8894212926286e89ef0
MD5 297207bb2747b2071fbf9f7b354fba1f
BLAKE2b-256 2653aae8515c5bfa1bf1724282c0414c4b406b5e15c202303b02fb9cf3cf85eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

File details

Details for the file pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl
Algorithm Hash digest
SHA256 e43021583000ff05657517f1455b6183d69796a39781ef91f82b5b2b869d4156
MD5 f4ae2c6a39c21096f6ad9a1443a447eb
BLAKE2b-256 22e37b4afd3a116d06345bf67abb80f8da69338b00e1b7760fa93b509aea9655

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.8-cp310-cp310-macosx_10_11_universal2.whl:

Publisher: release-pypi.yml on pygame-community/pygame-ce

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

Release history Release notifications | RSS feed

This release

2.5.8

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page