Skip to main content

Python Game Development

Project description

pygame

AppVeyorBuild PyPiVersion PyPiLicense Python3 GithubCommits LGTMAlerts LGTMGradePython LGTMGradeC BlackFormatBadge

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

pip install pygame-ce

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.

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, you will need to build pygame 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.

Credits

Thanks to everyone who has helped contribute to this library. Special thanks are also in order.

  • Marcus Von Appen: many changes, and fixes, 1.7.1+ freebsd maintainer

  • Lenard Lindstrom: the 1.8+ windows maintainer, many changes, and fixes

  • Brian Fisher for svn auto builder, bug tracker and many contributions

  • Rene Dudfield: many changes, and fixes, 1.7+ release manager/maintainer

  • Phil Hassey for his work on the pygame.org website

  • DR0ID for his work on the sprite module

  • Richard Goedeken for his smoothscale function

  • Ulf Ekström for his pixel perfect collision detection code

  • Pete Shinners: original author

  • David Clark for filling the right-hand-man position

  • Ed Boraas and Francis Irving: Debian packages

  • Maxim Sobolev: FreeBSD packaging

  • Bob Ippolito: MacOS and OS X porting (much work!)

  • Jan Ekhol, Ray Kelm, and Peter Nicolai: putting up with early design ideas

  • Nat Pryce for starting our unit tests

  • Dan Richter for documentation work

  • TheCorruptor for his incredible logos and graphics

  • Nicholas Dudfield: many test improvements

  • Alex Folkner for pygame-ctypes

Thanks to those sending in patches and fixes: Niki Spahiev, Gordon Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman, Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier, James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya, Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan, Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine, Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske, Cambell Barton.

And our bug hunters above and beyond: Angus, Guillaume Proux, Frank Raiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck, Michael Benfield, David Lau

There’s many more folks out there who’ve submitted helpful ideas, kept this project going, and basically made our life easier. Thanks!

Many thank you’s for people making documentation comments, and adding to the pygame.org wiki.

Also many thanks for people creating games and putting them on the pygame.org website for others to learn from and enjoy.

Lots of thanks to James Paige for hosting the pygame bugzilla.

Also a big thanks to Roger Dingledine and the crew at SEUL.ORG for our excellent hosting.

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, which also can use libjpeg and libpng. The transform module has an embedded version of SDL_rotozoom for its own rotozoom function. The surfarray module requires the Python NumPy package for its multidimensional numeric arrays. Dependency versions:

  • CPython >= 3.6 or PyPy3

  • SDL >= 2.0.4

  • SDL_mixer >= 2.0.0

  • SDL_image >= 2.0.2

  • SDL_ttf >= 2.0.11

  • SDL_gfx (optional, vendored in)

  • NumPy >= 1.6.2 (optional)

License

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

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.1.3.tar.gz (12.8 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.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (12.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.1.3-pp38-pypy38_pp73-win_amd64.whl (10.4 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.3 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (12.4 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame_ce-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (12.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.3 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (12.4 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame_ce-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (12.5 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pygame_ce-2.1.3-cp311-cp311-win32.whl (10.1 MB view details)

Uploaded CPython 3.11Windows x86

pygame_ce-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp311-cp311-macosx_11_0_arm64.whl (11.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygame_ce-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygame_ce-2.1.3-cp310-cp310-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame_ce-2.1.3-cp310-cp310-win32.whl (10.1 MB view details)

Uploaded CPython 3.10Windows x86

pygame_ce-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (17.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (16.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (15.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

pygame_ce-2.1.3-cp310-cp310-macosx_11_0_arm64.whl (11.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame_ce-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame_ce-2.1.3-cp39-cp39-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame_ce-2.1.3-cp39-cp39-win32.whl (10.1 MB view details)

Uploaded CPython 3.9Windows x86

pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (17.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (16.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (15.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (20.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pygame_ce-2.1.3-cp39-cp39-macosx_11_0_arm64.whl (11.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame_ce-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame_ce-2.1.3-cp38-cp38-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame_ce-2.1.3-cp38-cp38-win32.whl (10.1 MB view details)

Uploaded CPython 3.8Windows x86

pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (17.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (16.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (21.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (20.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pygame_ce-2.1.3-cp38-cp38-macosx_11_0_arm64.whl (11.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame_ce-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame_ce-2.1.3-cp37-cp37m-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame_ce-2.1.3-cp37-cp37m-win32.whl (10.1 MB view details)

Uploaded CPython 3.7mWindows x86

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (17.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (20.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pygame_ce-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pygame_ce-2.1.3-cp36-cp36m-win_amd64.whl (10.7 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame_ce-2.1.3-cp36-cp36m-win32.whl (10.3 MB view details)

Uploaded CPython 3.6mWindows x86

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (17.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (15.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (20.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

pygame_ce-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pygame-ce-2.1.3.tar.gz.

File metadata

  • Download URL: pygame-ce-2.1.3.tar.gz
  • Upload date:
  • Size: 12.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame-ce-2.1.3.tar.gz
Algorithm Hash digest
SHA256 67e03005b5c1c0dc3f1c18ea390a8ab3ed1871b79503ac4a04ad952b9e0d94fd
MD5 231ab53a29d42b65523f70f81d226fad
BLAKE2b-256 1fba8a95430f3b70ed9cb35a9702e3bac5f93c797c62c0f616f233462c13ef47

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47b62b672bddc22907055466ad3a9f0d9c46f1b8524750c092ceb7675e96a3f7
MD5 1b3d5ac527b1fb2ba70bacb1a162ba01
BLAKE2b-256 e55987e7672cf679d12070a78f852867f338f2e2bda2ee5e37f409abfe0aafa2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9202be1436cf8c634bd45ea3568169f97d31b7aa76e886e1b617f6f1784f6711
MD5 6c6415f54c1ddd4b1aa64e0e7234f5d6
BLAKE2b-256 465477c6bb11d777a5c5d7454068bde9e1fafcba8f5ebabc10617bd8dfb157d2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbbfc56034b75211d938547f4bee4d7153d8f02b807ef6b3ce0ecef11fda0343
MD5 b69a3e29c11bdf194b11b748d271f4cf
BLAKE2b-256 6cce216079af01d430d8692d4ead5192513f2c3d9ed3f0b88427bfc136f8ba2d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3d30c837eba6105d6da5092d9e91f67d264027bfaa9aa74f0e08a5369d184015
MD5 cd4c585c35b1ac406deb37ddc64dbd87
BLAKE2b-256 86529d4cf6589eeea42f546930a9315d18e868d27533afaab69b6bfe649dd446

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bc409880f9f7a3dcb0cd242d4790a216a8850672d959eb67be78d16f15dbbb0
MD5 7998fb69d44118c3d3cb20ae4c355fad
BLAKE2b-256 29b7ba94cfeecdc1e96b6786ba823a690982554e817d6f93bea664702ec94353

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e65cd9696781fd19c90b36512ea706f48579f2782cbfc3b0e968b039bf90ec43
MD5 537166483df5788d997888ef3e2cc88c
BLAKE2b-256 e0ccf78c0b387df075d7c3e18e99f46466b1e819b94013f468f3c79e0fa2535e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1544ff6c29be9fac024efdbda135745b4bbd35b593733c588203f6d52b2e4506
MD5 83908f4054655bd906fe770ffd4ab654
BLAKE2b-256 4ffe1ba4d84aeb8e5ae6ebd6f8e9af0bd22f507fb528a452ebe6872e5a40f7d6

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cfe77cb4188ef9624e63a11bd234241bb049597409a740a2ba1332bb9953a9f6
MD5 8d90419a3ba7f411fc0c7cdce6327ee4
BLAKE2b-256 7516d094c68e5e23a03634c91f6978a15285e7685836a8ad5a48dee83101bb3a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb787bca39af835cfee3565980189926093d6c6511df49e962d43e6bf7f2dbd3
MD5 3a1dae0225ae6e49abbc84f30e01db78
BLAKE2b-256 21d3e587a31eb07ed593212fa2dd52e8b2696ec25f1cbdc305e3b81096a08613

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8d28c80b1998dc0bf15e330d664a8104a2eaa8a052c6bb3fdf5d0095147517e
MD5 080d45203e996ab26ae7256b203d1fea
BLAKE2b-256 ef2fa223e703462469b61809e315d9873e5f075d88ccce0e219787416ca64e3d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45e4df686f89bde27022e3cee1c478847a87d0806b0bc5c98c4247f05ccda521
MD5 ec50620ec1a0ccb28d3b4ef82b41feda
BLAKE2b-256 1c9ba523ff6cd090b547c4a5bd5129e45bf7e5f1d8f114482efb3fd6bb2f21e1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 285c3b57af7d014e47747ec83c03cfdb05bc13b02913e297299080651478f2f2
MD5 3b6b98e8e88a3e22a52941b04be66840
BLAKE2b-256 8fc97eedb182702a8138701314b4e464c85c230d2fbae88881003c8a78dfca59

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2eaee45d943103fb9dad8904d15c9e31f210293479316ce513b91ca85339556a
MD5 fa224f684ef3553f670d8e451f1e04ea
BLAKE2b-256 a94a4428883364d8f4e2904ec095cc822ebc73dcf8768446da29affe73693129

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61cd5bcdaef3e41032bfad6a7a0946f9c801a9eeeb3042c4ebc76375ad109566
MD5 e020963e9915e158595b10b468fe7a4d
BLAKE2b-256 d6b38b04890303541b75d349df0cb2c0caecc4624693ea0771f7ebd1c774e017

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5b370a82000b8c54ea31a428f1341bf69ee3500131515c9925d1b2f1d58377fa
MD5 c890acb24f56c70c5d49cecb19ff5e0b
BLAKE2b-256 addeb545aa40c5bca235d026da8dcb2f252ea0cd11c02c86237e39bd9824d968

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1f2e1e44875eba284e3d0778b49bb72cd31b2503de3ed4d8836889b868731c2f
MD5 123b5625ef44c494a712740b4d1b0ce5
BLAKE2b-256 b84d9c2bb086610a2f69ebbb8521990e5c44c632edadf3246e45c30be496d53d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2a3f21dfbb53d3063aa1c07c4940750ff9e887072d6375dec76b479fc6d268b
MD5 64961a316a5acc862b0059d6c397dfcf
BLAKE2b-256 d80203907a30d13abc16dfca16322c818bd078b6b1ecaa25c5036fd104c4b051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8166c59d6b1f3d7c50e4b46eebda34fa4d03aba1bb4e2daa1a801729271b1e3
MD5 257b471bd16f4cd733b13c2c4600a0ad
BLAKE2b-256 bdb762f316919a5eb8fd4f1c88be583dad2832e2bddcf9764e1eee1ff85f51d8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 189f10ce9f75a1fe29aa2765aac9867c5c71b09bc969a0743727d8d656b53dfa
MD5 5cf6c83d7c615b8278a0eb48d4fcd1b1
BLAKE2b-256 07e5e39320972f6e367bb0290b38bc6faafd00d83a3d4676f285dd5a19dc342f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e263afc56d22b7ef22e40accff1808c628b31fcec64055213f0557dd0bf25096
MD5 c2c8857afc41ba6d0462ec049c7c76dc
BLAKE2b-256 f9338f8576cf5b1aeb094ba7f34d1851587333b1ab6e1b07f689070c37f81c87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03a3ecc4d4c574ea12784846c0336675c7762eba1cc4e9b1227eea382be28013
MD5 6c865768f06dad93f58d8302989f1716
BLAKE2b-256 3cfe7d3e4dc5f8eec3da3b4a006aecb8c1e94c3e878c5cb9a2b299172d2e9752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0ee77733444e350461d7e40f3d2ae1b2b9dc66dca23cc42118a4e8e996593846
MD5 6a0d6a3578e09c2cb7635ed026798d5a
BLAKE2b-256 96ad205f89bba735b21103860964fe6a32e88066bcfe4c2fa08eb9a68f678bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5f0c96d62f354e291dec4d60ee0ecc4f04681ac945a846ed5edcdcfddeab10b
MD5 3a03603e5ace5f4ddca70416a45a48bc
BLAKE2b-256 5122b4268cec3b27018b4022c82040b6ad0ba049c0659f80bfb253f864da9aa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c074f4678faed05c033d7fc93ec2794cacdfb68d6b215ca7d1f6ebdeeb0f544
MD5 cc352c4a5056723734680169bc4a94db
BLAKE2b-256 bbb8016a087c75751e986760764f8711fbe39df12143db178730aa44a3d2d2d5

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 12d86fab4251c772c22d374429f72498d055cbe76417f142b934d448dadb5aac
MD5 9b64b7cdcfd5a9a2e012e312caa0d1ec
BLAKE2b-256 4be1e431b67d7ba196681164da93ec4f4b2c1ebac806cc843c2ddf641c481a3f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1ba1e63a423b856cde7162df6fa46b470bda0bcfb3b655924fb3a398dc7fef47
MD5 4015f1123bc0aab515b63540eaf5d064
BLAKE2b-256 3a3c6a110db600ad8a4c06df3fc6d8f86da2d762a4eb063bb44e5be590551d85

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a708859273d70c7909d61a23d3298a8fc077e7e831ed9244510f0754f2ba6493
MD5 aec25ce37db32d3aa6f1994b1d1c9969
BLAKE2b-256 147aca809fd14159ca751ebb3f390ef173d6ef77990333509b37de06c7b0a879

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3233407bd39dfe1d30eeab3e33de18147a64ad0c918e70a021d23785bbccb425
MD5 09baef0c620613566813466d18851067
BLAKE2b-256 db83041f1438ca88fc5361d9f4f025c52fbd6f483fc6245c21924059f33dbc95

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 857e06a37dc5047e57c8e904e15e25cd33ce76bf241511ab62e1561601388d07
MD5 3541581131036f4c205e46bbedaf112f
BLAKE2b-256 568aa4b31d763df59c0ce585786cb30ec7db6eb0a0bb7c91445e72648b986610

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cfa7f9582dfa39e4340b38189f87dc05c48cdb34e0ed8d9f7958bc3607b8eb4e
MD5 3254fb3a786504c613604512210adaf6
BLAKE2b-256 4e4f26a84005a7c9d7eed48d1769eaad2c2262fdadcda943af33c1aa66e2f487

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7c6061ca56338e440222f69eb6d6c6f35f163e87a9d788ec06f29929b792731
MD5 314d53cd8dc620aee3a57b351b775ad4
BLAKE2b-256 10654d5d37d16bf2ac456311aaf216149cd48c2d1512b1a3a569eca22fb9111a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35318b5198120a1ffc6fbaa26062895340191aef96342b1de9d9657d915a043f
MD5 630c72ec97175d2d8affc73a9d6b2e92
BLAKE2b-256 31f648e62513b0105aaf153c9c6278d2c58b06d5190859f1d3e30aaef810d519

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 925203327eb7bafca63759cf96bcea6443d4bc65553239c62475e8db666c9887
MD5 ad27b76d673202ca65a437745b22d3a9
BLAKE2b-256 07cf02dd66540f445c0db0fca858e1897e3b3a2f437f04e661520e44cc5792a8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6a5a7670737c3faf1bc9b9f0197ee707e94e7b5c44c9376e91b6585db6cd9e11
MD5 4f4a774a652e2e6c0949359054c68d87
BLAKE2b-256 24af1161a82b5519e05f9496f80c7a15b1138c19292f3174014f4560529a7f5e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 750fed8310ca20d1ede330381ff03fb4cf43bd6b5d9c2283a49d88ec3542b853
MD5 717d54b3d369c988961f3699d29169ce
BLAKE2b-256 b88d0a69d37892984040f0e8fc4c74c2893bfed2824bd0fc47e1c54c39f6bb93

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1222f7545f56cd5c6d4ee175ddf1f92641e539d91f802821a38916016d3a604e
MD5 28bd6c76d259f833240d66e97cefa67c
BLAKE2b-256 3b336f5a65848a636736a10e176ab521c0cfb85dcdf81331560148e43008880f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48de8ba2eda8a993376fddd729d7db5cf0c5a019293c6f43aba000fb01bb1bc2
MD5 3e6b3ef9319fbccb8fd7376b0441e942
BLAKE2b-256 cb7615f82fd13b9d3b7ca401729dbb22617ec5428e0182df9227883ae3c5ce65

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca0523b134bef5bc803f3c9ab006d26db3700ccff747cf14e868268e153e60b3
MD5 d0b2685807e3ca98d9e9bfc236b2295b
BLAKE2b-256 4ab71f32e364f130f1c53d56fc44531511b0689618196c990866d56965f7a108

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 88f22ab5dcaf0c4b53d9058988ee0269315b2c1aeea867569a9f33e63456cb46
MD5 8c4111e0e1061fb8ec37f404be9a5337
BLAKE2b-256 08ee69da4a987dae4cae0cb17debd2437547479ada0629f171616df8f8d90c2f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a175b7d7a3771a1bf26045a286d3e099de703819f5df7923900dd126ef49bbea
MD5 4c0f2ebb910d17abc9693acd10fb2c66
BLAKE2b-256 2dec1f642200e7e99a0c7600a4525129c215aac6e027b4fd6b4543db949d7c04

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe098886821b8a2145fcf6f441fec852ec76dfdd9f741119988a7be7ccd2c9ff
MD5 7988f17c0974f0bf20fa1a3c8dc58513
BLAKE2b-256 5ad5dd093a5651ee906ab59d2d856d4e6f93fcc9fd552ab06e5c06fc2c91eca3

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2462f70bae42e5757542714ee777b725efc88396f01297d7820c1d049338c5e
MD5 6b2fd9d1e9a424cda1b811b6269be5f1
BLAKE2b-256 268d51409738b61c267bf9044a9f506b868f42e598e61946a206f439324b7bcf

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 37e8779935a5901be90c5280b5a89ce75fc46e61a33c7b916d0158835d25865e
MD5 f924f4f9cdb7f9778aba70a9aa26c192
BLAKE2b-256 711452c304dd65b6c94a56a17479450aad9a1ba38fe722d3d8ccd8b275a834a5

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a6fb23decb3a816112249eb942b113af071b944b446ca5ab88130cc28e29f28e
MD5 0da50cd401dc8d02a1fe5199eb90406f
BLAKE2b-256 04ba7b02bdba8e92b3f437b75cd53b9a1b9b157ca06ad413146fcbd5f703b888

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1fd9a7be8452dc5be1bcd2975e7e95a6e5bfc3f45ff5824b9359b8ea50763a2d
MD5 2bf6235827fbdd0cad42d877ba5e8eb8
BLAKE2b-256 c47589f705190cd1700183b2491855bb8e4664bdd866864200b59b150ffc1e99

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cf5b35474156d49f2b7b30c465b5971175b445703ed860d0b6663a9c8aff80b4
MD5 292e8619591cfa4bf80b82e00ac810a6
BLAKE2b-256 c85aa3e3d4a829529c290fb873096f6672d2efa7fe4a22592b69858cb250fe4c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4125772b30ad631b8824fba8df65aea9a571ec80bc004b1d313a317c676648f
MD5 e4b5a092abd9b880494c300afd0e9d79
BLAKE2b-256 d0dcad634d4d420342dbb1bfb2e243f7fb6324ee6a53004cef99ef1d9e5dfb88

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee41dc38693b4bd84a06af680e6ec1f61cab3fb1499f871deb252766b27912f7
MD5 c9c465833a96776a30b5b3f8c43d5bae
BLAKE2b-256 e88b25e99341af2e24375325584d0e448e9796071fc142c93711522b8ebf16dc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 da6d2dc9ed5776f41bfd61359fca432ee405174b84423237a2cbdc3d8bb59aa1
MD5 2d9f1d7277db5e47300c31c634fa591d
BLAKE2b-256 8f84f428642a40c8a58b7f6f4c1d4333c9a72930e886c27de1e5c2f557a9626a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7810731bf48d6aa81c2647cac2718c9863d22e5e153ce3920e56cf441d8066b9
MD5 4c4b72a685cf151103426ee2c3a43e5d
BLAKE2b-256 1bb6800d99c53c92e9ec2658fd7940a73b29f94f1812cef544c5d9093c7162a8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6c380fce86cd6be64cd3615f0c929ba028b38035a5a63d03a67be8dc7eca09c
MD5 e7e4347649d515e9f4c0de0bd3969c9a
BLAKE2b-256 863db46213ac1a50eb49e1c4829ef8482894cc4d62d55afcffbe16f04426b13b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c470cd98c79fbf88b44277f006c1db7e476caa430ff41b9e39deb8ac8ffed0c
MD5 bd46f8c61c08378e0370725c6996e361
BLAKE2b-256 06b3632e224d8cc377be76555d250a923cbf088d088366f2ace84b881d46bb05

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 234b071ed1eedef566af55f59aef709a8c015464fd54d35656634b66d10169d3
MD5 e44f7015feaa92f269cf1a4adcbbb87b
BLAKE2b-256 7cf31c557034b2c376ec851b5056b1cd84f6ae054b17f1f3f5dfecb87d3cbe3c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d5b521ad856882e37ecebe10c62ee48990cfafed6b3e9b2f25901dbdcb952c0a
MD5 dad42cf5ee73174c093ade150075c692
BLAKE2b-256 5009f0973c32ba2c887a08d09a49b277ff36e75885e406bf2082ed06c45b9e6a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6c7d6ef9fe48a71328e7ab53c0227517c028b94b4b958ca5f5ca3495ffb132cb
MD5 a9719b66b9653655db8baa1104e6c3d8
BLAKE2b-256 3dd7c55bc672c7819c30feed38fd61e5b68c9ca3fabcc8bf3f6ba0095bf46b7d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c567d61de9138e30af549b72a9ba8c94819abd3a72d29268db7eefc58c1e8911
MD5 ecd89f2ffa25fda5fc006a4ede383641
BLAKE2b-256 daa9544ed410e9716ba496e54e7cb68e1cb30adbfb6380bafb24120268780fd8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bd8d66997ff68c090bd50b2cd416ba85490a2cb88424cd1bd89c976e736bbdd
MD5 14bf8274dbe18925d5fc335770779bd9
BLAKE2b-256 2023c4991e4c1cbcfe46ffe100fe59903ccc8ba295d9c9cf422c67090dff6c95

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 10.7 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dceb49a4bd9d522f628d1de7bb26b924daf5cae9b4155aa26ddbc45cb53588ce
MD5 58d6cf9d65fa7ab787e7761159d07523
BLAKE2b-256 36903d989d5f20fb9cd415949a7d0e6859850fc0af69bad1196e545fa05054d6

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pygame_ce-2.1.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 95795432d21212f4c4543cc729b4b2f94beb46af891089a586a1e99f6e54a44d
MD5 221416fe4c7572acbc0e6524833e8d48
BLAKE2b-256 66f651ea98f66c21e61b3414df9af6227784dae18b2fae2398ed5e5008dbe33a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22b49e922ff7e48e1b3f94c4d698f496a7291c34dbcdd320e696cf9db8105ed8
MD5 e290b439c0e850775b6e2db60b83d8a4
BLAKE2b-256 a4b8984afbc81d9f16a731ba21d0f6cd9a696b9b5f614310cd31124c707ed4bc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1177df9d64572697e12c7be1a3d918c911748bf35945cf7f40bba87d27361e3e
MD5 974bf920a57687aece3f9200651cbbb3
BLAKE2b-256 a62c25e3303eedb249606c4ee30319144bf56848058db25f4d67c5de4116a5e9

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ce0b914b3c79b865736bd048bb3d294ff841123a701bdc61be9403178b3b514
MD5 09dd3a44b780511e27b310c8d209f57f
BLAKE2b-256 d7a45ffd6ee1086786723473422ef67ab72c0a8cf15515b822963fac8ef590cd

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c42c6194447a383a90d76eded1b5c6016c2143a25f9370fe223f2a2e8b45be1
MD5 7b70e19890d616818388ab7b068c48a0
BLAKE2b-256 433f1ef90b7694d0e72f07ef948a9d6ffa4a186367e97d7524ec512550c9fd28

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1e53feb52dcfc4add0c377c11d7ee572519906417dcf902fb71df15e277251cd
MD5 928642195baf30dc6d727a14fd9ff993
BLAKE2b-256 518e83e51df9dbf13eac1aa3e7ce5de2013585c333582cc1876e7d5fedac4fda

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7084ab5d5c931cd0360c3a28d5e8b46b77e76bccf302e4178e9fe0c7a4d5e18e
MD5 757e427fd85f7a0e297e6beb7f76f2a6
BLAKE2b-256 36a0895d87505779e96c67d3241436319b40af3d623139bf7b101f5d237c14c1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b0fd89bce4c3c70e8482dfe7f2a2a716ff3b347a2f4355041658406cf5d3b91
MD5 88568f165468874549c6d8d1aac597e5
BLAKE2b-256 a831ce0a2e84d12869f65a02813a4cfb45ab7845b7d7407fbbca3c819e0f2494

See more details on using hashes here.

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