Skip to main content

Python Game Development

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge DiscordBadge

English 简体中文 繁體中文 Français فارسی Español 日本語 Italiano Русский Ελληνικά Português (Brasil) Deutsch

Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.

This distribution is called ‘pygame - Community Edition’ (‘pygame-ce’ for short).

It is a fork of the upstream pygame project by its former core developers, and was created after impossible challenges prevented them from continuing development upstream. The new distribution aims to offer more frequent releases, continuous bugfixes and enhancements, and a more democratic governance model.

New contributors are welcome!

Installation

To install pygame-ce, first make sure you have Python (and pip) installed and available on your PATH. Then, run the following command in your terminal or command prompt:

pip install pygame-ce

Note that on some platforms you may need to use pip3 instead of pip.

Linux Note: “Breaking System Packages” Error

On some Linux distributions (like Ubuntu or Debian), installing Python packages with pip can trigger a message like the following:

error: externally-managed-environment
This environment is externally managed when system packages are installed.

This means your system Python is managed by the OS, and using pip3 globally might interfere with system packages.

Help

If you are just getting started with pygame, you should be able to get started fairly quickly. Pygame comes with many tutorials and introductions. There is also full reference documentation for the entire library. Browse the documentation on the docs page. You can also browse the documentation locally by running python -m pygame.docs in your terminal. If the docs aren’t found locally, it’ll launch the online website instead.

The online documentation stays up to date with the development version of pygame on github. This may be a bit newer than the version of pygame you are using. To upgrade to the latest full release, run pip install pygame-ce --upgrade in your terminal.

Best of all, the examples directory has many playable small programs which can get you started playing with the code right away.

Building From Source

If you want to use features that are currently in development, or you want to contribute to pygame-ce, you will need to build pygame-ce locally from its source code, rather than pip installing it.

Installing from source is fairly automated. The most work will involve compiling and installing all the pygame dependencies. Once that is done, run the setup.py script which will attempt to auto-configure, build, and install pygame.

Much more information about installing and compiling is available on the Compilation wiki page.

Dependencies

Pygame is obviously strongly dependent on SDL and Python. It also links to and embeds several other smaller libraries. The font module relies on SDL_ttf, which is dependent on freetype. The mixer (and mixer.music) modules depend on SDL_mixer. The image module depends on SDL_image. Transform.rotozoom has an embedded version of SDL_rotozoom, and gfxdraw has an embedded version of SDL_gfx. Dependency versions:

CPython

>= 3.10 (Or use PyPy3)

SDL

>= 2.0.14

SDL_mixer

>= 2.0.4

SDL_image

>= 2.0.4

SDL_ttf

>= 2.0.15

How to Contribute

First of all, thank you for considering contributing to pygame-ce! It’s people like you that make pygame-ce a great library. Please follow these steps to get started:

  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 history Release notifications | RSS feed

This version

2.5.7

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.7.tar.gz (5.9 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.7-pp311-pypy311_pp73-win_amd64.whl (10.4 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl (13.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl (17.1 MB view details)

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

pygame_ce-2.5.7-cp314-cp314-win_arm64.whl (11.1 MB view details)

Uploaded CPython 3.14Windows ARM64

pygame_ce-2.5.7-cp314-cp314-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.14Windows x86-64

pygame_ce-2.5.7-cp314-cp314-win32.whl (10.0 MB view details)

Uploaded CPython 3.14Windows x86

pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl (17.2 MB view details)

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

pygame_ce-2.5.7-cp313-cp313-win_arm64.whl (10.9 MB view details)

Uploaded CPython 3.13Windows ARM64

pygame_ce-2.5.7-cp313-cp313-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pygame_ce-2.5.7-cp313-cp313-win32.whl (9.8 MB view details)

Uploaded CPython 3.13Windows x86

pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (13.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl (17.2 MB view details)

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

pygame_ce-2.5.7-cp312-cp312-win_arm64.whl (10.9 MB view details)

Uploaded CPython 3.12Windows ARM64

pygame_ce-2.5.7-cp312-cp312-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pygame_ce-2.5.7-cp312-cp312-win32.whl (9.8 MB view details)

Uploaded CPython 3.12Windows x86

pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (13.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl (17.2 MB view details)

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

pygame_ce-2.5.7-cp311-cp311-win_arm64.whl (10.9 MB view details)

Uploaded CPython 3.11Windows ARM64

pygame_ce-2.5.7-cp311-cp311-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pygame_ce-2.5.7-cp311-cp311-win32.whl (9.8 MB view details)

Uploaded CPython 3.11Windows x86

pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (13.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl (17.2 MB view details)

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

pygame_ce-2.5.7-cp310-cp310-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame_ce-2.5.7-cp310-cp310-win32.whl (9.8 MB view details)

Uploaded CPython 3.10Windows x86

pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (13.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl (17.2 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7.tar.gz
Algorithm Hash digest
SHA256 86beb797cd73c141299a29b56f7df2b0543fbdc81d428022458329ff694aaa51
MD5 a17dba454a1b195057b2e5ccd5a06a3f
BLAKE2b-256 e90dbb6a6fdf1b227c0bb9a44437a70962a3854bcc541533c261e5021a5ee691

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygame_ce-2.5.7.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.7-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d79c4f961ffa89183380c4284914ed2f693591baec7fb92e42f05857dd8664bd
MD5 a12b823b60a37f7a19352f222a5e65b0
BLAKE2b-256 21e85e3782901f10ce39724797b4ed48138da69ce03332dde7bc21c15475684f

See more details on using hashes here.

Provenance

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

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

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.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8ac7120a6c39c042abdc6bd2f5491f7121936c68c425235b52dc451ed9583dbf
MD5 9ce69c197f782d68aa605b971a936735
BLAKE2b-256 a66f4ba6bd545113767ea1fc8204d2d6616fd749bb4f931c5357f90adf45ddd7

See more details on using hashes here.

Provenance

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

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

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.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 01c48daf8fccb66e8750d5d26bf20e3f0dc484a5f7748fa98fd7e2ac69a2f7f5
MD5 977e74c896378e9c97061283b613c136
BLAKE2b-256 1cda1506934539127781ea52bd826ceb620c4a7456c52bd5410d12259a95741c

See more details on using hashes here.

Provenance

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

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

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.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6e4289438b0b530bbfa6e2a9088a5b4a9dc0524b6d60989c846e2c74cd149f77
MD5 ffa1238d26f30fe5696fe1951cbfc7c6
BLAKE2b-256 287cdad02bf97b55a71bff3e60e8909ac2be58f27520094e9182ed00ea70e4e4

See more details on using hashes here.

Provenance

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

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

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.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-pp311-pypy311_pp73-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8718bc75cd4ec4bd2b0b4862e5c615b119a45038e4572c9030731db3c6740cfe
MD5 108c0092afe79c43b3e11c0f925b6cc7
BLAKE2b-256 6955c4397d5c0c0d459d3c0dbda0cb55f7fae778117c6a3d89736968f2978a3e

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-win_arm64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3e6ce74fd5a5f146f1bcf0224ae3e880c733917a9edbb53f790329d235520433
MD5 9f789f6925d31550e76b54f4a27de644
BLAKE2b-256 81bb93c5dadb66ac9733ca52952e063cce117a9312d6f97facd5dc4932f3d777

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 595f4257c15fed11cd816ae0bfabad3d99f8f04a000d7d164a22c0f9afd6cb65
MD5 49a403eee1ce0bd8452d05a1ed0f23b0
BLAKE2b-256 9696c94d0e508954093e37a77b03101a3cf51a242e02cc0ec726edcb117f8885

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-win32.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1b7e641af3aeac92bb7e4df1402d6802271f4bd09c747d2665f154ef9b07a4e6
MD5 3d36caccd50d6756fb03f83c1301f578
BLAKE2b-256 a29b0e0996573a9dd4bb34874c10643224a72372818242e07486c9eb4a22eebb

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5c1ed4100311015cc67d24fe4e4d7c2f4cb25c34e043545061271c1d018c02d4
MD5 2af710d857562552f06c3a849b3ce970
BLAKE2b-256 00a46fb0054bfb2522c4ad3ff82ecbc9c1a3c6694c50d24f2451717121636a1d

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1c92feb289e34ac323a7b62b91d230a4e32b44059c4d7fb95631e504b1d9b365
MD5 30142fb304c3285919d1448aa1f4cb35
BLAKE2b-256 40c7217c5430c8c612879162beb2d18cb10ad8b1b4db6ce03245289a3de6bc1b

See more details on using hashes here.

Provenance

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

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

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.7-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 addfbf7d119647eec157d611f463e5d572836fa74d0d222c59210294ed618b9d
MD5 405080db02d3f6b2da29480ed9b366e5
BLAKE2b-256 26089fe0003d69077ff8faff242a85260b8a192d3b7111c02332b8b2f515d40c

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f5a7197096ef82d588539f13b0f7ade767f800c7b0b015a94e386f488e1039f6
MD5 4a857632e6df5c668f78c4479836dcd8
BLAKE2b-256 47d5e4419a340ae24bd0dde5a6861406c24114f59a543aad44f1d2f2ae4752d5

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 25047c97760fc640a6a8bbfdf3398c5825adfd55986a7523a65c95a1fb61d759
MD5 764180d61b2b30acb447de4c01cbca84
BLAKE2b-256 06a07acd164b3a206327bf53df5e5399227a5baf858ae2944cba562a0ae77e0a

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f6439100bdee81da96f5acffb280f20511c93dd67178d8a8cf29d6cfd1aa46dd
MD5 3d2565a872c92ddfcd93dafc3ad8dfa9
BLAKE2b-256 8fed8e3c6f5d4ac763f6766c2043f842b2c52028b30a4ce2ce2f5dced5961354

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 48e9a4ece43b08adc8ffb0bbbe0fe183eef4bb501a7d31552ae7398592ec0a82
MD5 7320b3daea49d80e1523c5ae4b25bad7
BLAKE2b-256 fe96e400d3a2c6456e3a334d9fae1f8704d964027b60064935278028dd79293f

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 92d5732cd512c8ec0b47e9a3e6c683fb811bdf2090362580778ce698222a64ab
MD5 c55c20afcdd2ab14b0875c8e97e2c217
BLAKE2b-256 130d6d6c29aa5ecf63a66983bdf04066dc019290e7412f64b0ae5133c5e53d47

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 58eabfc184dd28c682e5e6ccfce01224bb12653c6648babcd0bb9d9bd662d938
MD5 b240d75fe001003aa7f263a8b5bf0e40
BLAKE2b-256 b8f0a3e4d0ad2519d106d178652ae7ec692e8acadf3d2260493840c27f8eabb8

See more details on using hashes here.

Provenance

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

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

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.7-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8766985d802017e150fcfb9adc659967d8548a961d491b8974f0748412cc0427
MD5 954764a4220bfa425b71bc8394af0806
BLAKE2b-256 2196d28381210ec2ed5d7a04f77cd8f6949a7734f75a7a7d9a95fe8ed60fe3ba

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 eb99a8a7185057064163610b3ca3e1d3307f0eb3dfff6e19556fa5132c6bca87
MD5 0c11157db59c6876a4562e8761bc0d2c
BLAKE2b-256 181b971a432d8bab8c52031ddbd0e681750a57348213ec0f8a0e0d6713e8df46

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b6b7eec2779fac11ed265a18ab926b3829654120a5c9a07c36eeedeb012b8c3c
MD5 b3102df5d9058792fc77541bcf4e3024
BLAKE2b-256 1fd443b006affa13e2f4572aa28a0d1f64c91c330d289c30a022b5416245714c

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 604207c8813a594919bb7e6d3ed3834f79aa099d2d648e8a8fc3d786ad3fa1c8
MD5 72abe86ed9e8c55ac1fb89e7a8753589
BLAKE2b-256 40db1cfcfb7813ce6d2202919ad87c7e1b278a4f820902ba826df43dc8906e34

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0d8fa8822c0f4b5ae6b44ada7be9f2193fd512da1381c37fa3c5bda8971d64cb
MD5 dbcc6ebb99e59aeafa3bca876dc032b7
BLAKE2b-256 db1770ada4cef84eca48a995cc9e0f2f087e6190b3e4111e9c8ec3c7a8f689bd

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 538689d77c44f5dbefc0abeab5b9806d6c90ebc6d64078736c8a4c731f08b37e
MD5 267ac67786510076d75e547474578774
BLAKE2b-256 098ba7886b7bfe874fa381201ee538928af3c1cab2fe3e36927ed08f3f1d0b61

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4dc989462faf2c5947881f708fa406d7ac13c1bc987c1588d630ca62ad369989
MD5 5fcd6d08b1c031b7b6e8821b5de2604d
BLAKE2b-256 e5947f6304a31ccc7d11d4443e590cbfa6fce2bd34077575a7790d4f0a14f440

See more details on using hashes here.

Provenance

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

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

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.7-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 dca2f8ba56bf3b4b8c73c4863d0603773403f4f66bc2fe25784ea74aee3fffc3
MD5 f551ed04f7b26fb8ba6d051c1e803a35
BLAKE2b-256 57a7cd305034f505bfa1a1acdafd3d86af54da14b29151a0d99f348306272773

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1f5a7e5d08f26dc8e4a899be502e6ef06ac5a2800a442750267141bca7703ba7
MD5 ca284b6a81a3d14d375419f2e5041d91
BLAKE2b-256 c3c1e69e7ae0f66fc21e8af25d456f396e15c47002bdba86924b1e223d4b7fbd

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5ca51a671b5b6cfd747399f54fa91259d4b01980f517c9e8043f5c3e795f06ac
MD5 ad80424ef05e3b4b2f650770dcfb4ce7
BLAKE2b-256 12760366387cae2b9f4a2c0ccaa9a84f86db545e835bd933dc14d011765962f9

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ecac266ccd459e354d693f2150a065fc695a6ffcdf15eaca06709620bb837fea
MD5 cf474ce037e13e939f7018506f10b8a4
BLAKE2b-256 8c1f70b974faa39f3c8d622128eb6554f19b0531792c8fdc8d2575954c320d17

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d35105bf5a453ffb64333bc3be685f8c55cbc4695c05733a68849a92345dcb45
MD5 6c14fffee69f03a9210772a94e3b0031
BLAKE2b-256 4ade694c1bffb4c2b1afa5451549b38ae79372552085ec2cac8ec3244691c425

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 a980109b5aee984b78c884d607d4a406a92b63a8a7044180d0e2f8a26a7276a7
MD5 d1687346e4c56d4ff101fd5b1a60bef8
BLAKE2b-256 729a202c2c3f5e0eb8a016ce8bce185992c979866bb73ad7d8ab01d0de39577b

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ec2f2d8c95d1a5c9bfc9ffbae4c356fd71bcbc4fde70e59e3d050261bacfe908
MD5 8fc1886cd68007334c7a299ca1ffc597
BLAKE2b-256 2bc778d3fc4e27b4372cef878996a3973749bebf553758106dcc0ca7976acf9e

See more details on using hashes here.

Provenance

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

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

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.7-cp311-cp311-macosx_10_11_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp311-cp311-macosx_10_11_universal2.whl
Algorithm Hash digest
SHA256 903eab0a59563fd0d134e502a11c9f144d21dc93ee1f5b4b4eec31f8745142b4
MD5 5e2f5f0f00530e3e11a24040ffad33af
BLAKE2b-256 e7db4f899c372e114e6f7eab1546c46233fae621594cb0271cd8a967f1b38a06

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de75f752d6a090839ebdc69b3365478d0f8a98ea02d1eee417a4a1436c1b5168
MD5 93b1dd4e10c977afde6aa54e178ba73c
BLAKE2b-256 0441186172be6e46a7198f6d8fc07b455b5d6af326e109a518bac2cf39239ba5

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 275910c7f26baa7bf52b8e0ebd9301fe968806b9bd777506d6fc17e2bbcf3121
MD5 622d4075a6bf86925e5ba53388974a24
BLAKE2b-256 75869e90ddb19cd000024dac7c5de587ccd65a7ba522dd13cea17fb31a22e9f0

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 322052db99d25f7faca0502e0b2a905eb68c10ec5f7a1fd59803c4175f1d1269
MD5 889775fcf771416455baab3e9f9b2b58
BLAKE2b-256 2554dd8ef25eec93dc7e2b1c35cf2d596791887aefaa98cc37f0050793dda52b

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 1f9a60af653f367807dc50059122a5f6cbd1b5de68233306421b0c3218bcc92d
MD5 f65339ff12ba85e1e13b81a87a1b575f
BLAKE2b-256 d48f4ae05558744db08d681b96a36d61c1e2c647ba14cbd0b53a6aea1402b9a0

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9da68411fd4a1bb50375a40cc0ee5c0f83da51450acda8a87e7a83837670f657
MD5 266a9ee356ad60eb645f4a572b8a6f9c
BLAKE2b-256 fe9e228bfcd45db754eb70112e969c05678704da71508f105b2a59964029d0fc

See more details on using hashes here.

Provenance

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

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

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.7-cp310-cp310-macosx_10_11_universal2.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.7-cp310-cp310-macosx_10_11_universal2.whl
Algorithm Hash digest
SHA256 77d7d27cc46b846c814f1d85366d5af066483917f26433a10a949e74f471dfeb
MD5 dc8a4f1b0924281c43cb002b8a25a5b7
BLAKE2b-256 c32449a68d24908ae0be0e69631c015e288ea3b4f3e851aae60141faeb8d3892

See more details on using hashes here.

Provenance

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

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

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

Supported by

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