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.

We need your help to make pygame the best it can be! New contributors are welcome.

Installation

pip install pygame

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 --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-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-2.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.5 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (12.6 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (12.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.1.3-pp36-pypy36_pp73-win32.whl (10.2 MB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pygame-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pygame-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

pygame-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygame-2.1.3-cp310-cp310-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pygame-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame-2.1.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pygame-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (12.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame-2.1.3-cp39-cp39-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

pygame-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygame-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pygame-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (12.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pygame-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pygame-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (17.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame-2.1.3-cp38-cp38-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

pygame-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygame-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pygame-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (12.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pygame-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pygame-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (17.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame-2.1.3-cp37-cp37m-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame-2.1.3-cp37-cp37m-win32.whl (10.2 MB view details)

Uploaded CPython 3.7mWindows x86

pygame-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pygame-2.1.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pygame-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (12.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pygame-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pygame-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (17.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pygame-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pygame-2.1.3-cp36-cp36m-win_amd64.whl (10.6 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame-2.1.3-cp36-cp36m-win32.whl (10.2 MB view details)

Uploaded CPython 3.6mWindows x86

pygame-2.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pygame-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pygame-2.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pygame-2.1.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pygame-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (12.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pygame-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pygame-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (17.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

pygame-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pygame-2.1.3.tar.gz
  • Upload date:
  • Size: 12.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3.tar.gz
Algorithm Hash digest
SHA256 df29c4369df9231eebffac801fa7af021279d7e9dc4c1cae698cc4077c98d069
MD5 f4f22515debcafef37cb9b6734ca88c0
BLAKE2b-256 8d78819c3665f1f3e0ac71aeacc9f63d6ece23138cbae6ce92ea9c8d06104f60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd259998a71a2f7793a4e5d5fc31493f7c7d9ec73e4320895145e7dbc1c8e48d
MD5 c30f851c3b5beaea0f6c118dfecaa504
BLAKE2b-256 f783fb53fd868e910f509d6cdd6ec7b99eb99af9dbadc102b48115b71f5696fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f2c3c25a1018495011dd0734df4f23ddf6e88037e884b9ecb03ef33a17c5b4c
MD5 28bab5a587a6e482815e5d171e649be3
BLAKE2b-256 17397890932b270e71a35b9daa88bf6700504c45c6eba3e6ff524829ad42f8db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d138b15cf378b3755e1e48ea49f0f0406067ada2c176bc6489e70bc836ab72d
MD5 fac6ed7a4e8e74478b1e76ca62471124
BLAKE2b-256 e6e60340a78009ea30083ff7e17aad8043aa74b860b3de20ba1b2b2e1f2ba661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff16c4cffa9958935d39eed73e5a707fc6e86b85f1ec06baf7172c555801730d
MD5 2692c62cc91ce6c734edc943ad86969c
BLAKE2b-256 a666bdf3fd40c7513c6a8a2e4630d18e821b2c6e57f6c15e31c02fd771a15f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76f8207ed3feeda63df711245bec8613809b7aea71db7d0a1515268c5bd6f52d
MD5 70085fd68e6b77fa584e85fc3e0e3494
BLAKE2b-256 04023b1946e0e1ea896961d783aafe143570e5fcf19f6ada3b5d78178fe07fcd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9fe7d817ae099f1b1fd0aac7502f7472a3ba18b068efa3dc30b5d293760565a
MD5 fc49d00e1aa83ce38395f567cc62739d
BLAKE2b-256 b9a50f27eae485277d8f32897e6701ed650993c30d39ccd71f86cfa8cd70a46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f26e9f1385dddffe605d8afbcba1f90f81156deadbc27327dcc844eb71e24ffa
MD5 ba738e166e85cdb47f4c9d7ce57c5417
BLAKE2b-256 8ae56f7d5ac97e8d6c30b2e686a5ccd12e4254beff52333528277d0f0d0270fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 787c1f46905c2f6dd0310144fa7c61cb54d97990c477992601555edf01699f95
MD5 e2ddc3782ecec26c055d1fe20ae2be6b
BLAKE2b-256 ea216004f27414a49d313c44c447582b853c14b700e808417ea97a61628ea0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 704cb29a380b8e84d4051300e7eccd918e35cb8c44ae931fc0ec8c942e42c71f
MD5 b4a0af572bc88edd0860b285d54410b8
BLAKE2b-256 3e7175bd67484ccb57c684765dd684f51bd415c6b262935cd93fd44129d62240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ad0835f1406a8589ebe7447801a47ff68c16b753d2b27193947e21c8adbac8c1
MD5 177098a0bd5a96a8a31b080141026179
BLAKE2b-256 8a6fcb9da70ff914b07a98a1be42654bdc88f18352d862259c83f639f49f8ae5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 595b639fab8a1acafe78050ef71668eae0a22fb5efa022b0cd2bce26a15a371d
MD5 c5de1ad42472e92fce63da79a9450ccd
BLAKE2b-256 97c12765fd51d5a928513b102b60724a57cc87d33f4f4bf6d5b8925a301ff405

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pygame-2.1.3-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 PyPy/7.3.2

File hashes

Hashes for pygame-2.1.3-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 8fa2701374d3125084b2fd1f9c6d056e7e0fb8ec655e46a5fa1531b7e419fa69
MD5 b12975a0669367ccd6f590a7fa579cf0
BLAKE2b-256 9c90a1529bf16119f239bc8dae85d67df4a8ccb07fd9ff8a403bbab735d542d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-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.11.0rc2

File hashes

Hashes for pygame-2.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e18c6b0fa9e39ad3fe68e48ace92285c026ee70f05bf4dfa54a33fa89f7a0474
MD5 0a3ebc1f08502edc3d0038ff0e75cd61
BLAKE2b-256 23c464a649c9c9dc649c8c01d7f1027c0656155fc48ba17e6fdd2cb38a993610

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-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.11.0rc2

File hashes

Hashes for pygame-2.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bf1024e516fd3a3948ec45f0ad3b63e69f66c342e4678b2e04a383f735272b8f
MD5 26eac1e613859561bd3e3551901271f1
BLAKE2b-256 c7f3500a5222ee49875fddff468bc69b7ab76278437f132ee6f339648c81e900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f04d89bdf7951e9fde68c7174b522befd9ae6e5c2a75d195435223df044aaacc
MD5 21bcb3f1435c0cc12fb3bc6c7618d42f
BLAKE2b-256 80ca9010783cbe3790afc0c078c3891ce5fb429f67b7ddf13ec7b7bacd44958a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9f24b4aeba86e882f3640c4251b0325f86556a5f2661bd7c9e3dc1c9fe966c6
MD5 65154aaf255a19be4685f1325cc28bcb
BLAKE2b-256 ac7aedd525b2ac4ba9a507a0a11c2de3ce365d22bf9054aaf6b51e30510d67d5

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55374e1afb72c6dc546fb1d9ac972de2adf642de69ec7003e66023254512f1e5
MD5 a2f89d191cdb28da5c697fccb11b5c1c
BLAKE2b-256 a6db2463e6b95582903747d3720569feb25225735aa9124ffa5d5fd351256d25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 217072e80f470847e121b5c5658f89be35e2c1c3ab23d4126fe80fc64fd34d27
MD5 e31afb6df9c437c49515d5bd8a3a0191
BLAKE2b-256 7f212aec0d2568ef49abd4b9a9e7559ea40c5fb5df9a3eabd94c0adff0a6073c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb0493d0f7fa378fccfc65548aec92edeadbde981c964337f11c884432bfaa35
MD5 27c54b763023d86a9b6f59a993c0464a
BLAKE2b-256 966538a333e19fa24e5abaa91256382672ad066666970040d3d0c662c2ad7abf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ba578c5cac85358566de3010b3f3393df3b936b310eba6811abbae5241ec19c0
MD5 f925d11b69a3cd046c6d6beba442bd71
BLAKE2b-256 321b173505e1437ad9edb8c7a7cfce70225e540b5be9aae40c5c59528fe2c413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-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.10.0

File hashes

Hashes for pygame-2.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1924826a32cc49c0d6b2e523f05e2ea608e1ff631ba595a910ddf37a8b38ee77
MD5 7faf245e6c650ec747f0bd0408802027
BLAKE2b-256 771d189d25b4367fc4d928824ebe7bfd03a20747ec55951038ed213af42764f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b75481cc17a22679c69014ef2322d55cfa66be0923abbd9206e01ef10bb5dab6
MD5 304675830df59f0d3a5512479e6ffd74
BLAKE2b-256 118bd0f9fae7ee0f958c6812dead324af0de31db89f80967e36531e06112b960

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 009e9886a463f4cb86e5d11024fafb6b9a5f5808d21c4df66938922adc6ee90b
MD5 ffb71d30480c82584fb9e6ceb0f18901
BLAKE2b-256 39ae7c17536b063d47cdbabf14f4cf01ce7126898b3a4bddf88ead383017969b

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab841fe3a4c703cc021d3bb466a9bf5df41edfa3267c44fff5bd6f47944cd4c3
MD5 d69113dd4fe75d05524b44a813ff47d3
BLAKE2b-256 3d4255623b0627bfbb4fb0f28c412fc6365697639357d04d97edfa652f58c2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6403f1705fc3b4fc2a51e06f3a7102cc1ed9884dc9ff5b99a4cac0d65255ad58
MD5 3bf8a16ab5d97452d6f6cb9645ac3341
BLAKE2b-256 50497a93a6db125759eda139a60bbb8619d58ded5dc0b61696b881ed176d5bfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d9764bb10f61a1137aa1118b832417c52e53da19971f4fa94605ea5bd4acc92b
MD5 c2b15d1cb38a60ed9b439a881be6eaac
BLAKE2b-256 87d702ce7be3c8b5e09fb14568ceddfad773fc2b72bd5299dc046af80a10b588

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64d37dc04a14df9519e2e87611cac6a144c6204365e3fdb0bfb86fa459e32f38
MD5 a383be7f1aa41f81716eeeb479298055
BLAKE2b-256 2510e6e9cb9ebd05f472ae366453add575e5bd0451aef8e2c685f2d572c5e43f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfc8a0d863470ec673ff267caaff59b858e967ef78170dc04fc318a7c5f9dd33
MD5 9643d47779987d4f432634c265537ac9
BLAKE2b-256 110176283c2e2902b4b8e2dffa2265da418e1d398c812e43ed6b155df57a3340

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d61bbd7a071d80706fd6337abd96484398dc04b3245e8e5df4e7c99e3676086b
MD5 69a9e8496bf1530c200eec352e417178
BLAKE2b-256 e071fbf4dee5e69f7fd2e606c7c91e448d631acece3d61b2c60b7b14a7395e90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-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.0

File hashes

Hashes for pygame-2.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 df450cc4342d5664accfdd895c5ee380710eaf16942722117c01deab3373bb35
MD5 fecfcf6115679d827bf9991fe85d799e
BLAKE2b-256 cc7229ede865bf96b8e8fcf87b7da78fd32e8104ee7c64da5beb907b5b804bc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 13.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41baee1b5502b7472df0eb59af66ee347ac8ef042b08b553c85546e34daa736a
MD5 fe41ee1ecb232c75d199e65195022b3a
BLAKE2b-256 0683a49d8f29676456a76ca7c4e0c5ef7fa742f04bb1542622126ef0f2078787

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06e8e4d04f8d57969689d9316bbffc7e4b9862534541535b6e892e410c4f4248
MD5 340a92f1d92420482450f0b0a3eb541a
BLAKE2b-256 1077046cea97fc9b565fa40b23d857a10e6a1a2b2353676e012201d9b5333ff6

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45cfe97fa4de560d866f53afbf3c61136bfb4114eb585ac4b6c82c278baf2c1c
MD5 5765778eb4f45f3f8543eb6e7d91b51a
BLAKE2b-256 d458691c19bcbad4dee69ec3a24010bd8178d33b6ff5671746ff3f80851609a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5624318d189403dde7c58bdb62c340edd0faad6f18a6cf46a9f6923a66db2ba4
MD5 8bf234c07d406a417517a33bd3fcecd6
BLAKE2b-256 dacc569f8d7de77d9d51c6f382699fd107be1827bed24b93648c98f4c264847f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 50934f9efc6f51d1c4408b607d34162f74ec0763628c6384e062f6bc3e97d98a
MD5 130683962b8add72fda02ef637cf7f6e
BLAKE2b-256 48c85cee207cab92e2bb30cebddba4a2dc80866120acbf7abf88b89ab7b5a69d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b0bfcc7359308748edfe277137efd19f21e5b22373f106848d64dc048db22701
MD5 554f80df8ba7fe85ce3f25d58e7d3f5a
BLAKE2b-256 674ed88d57af97249b10c01201f4ec6e26e601a14377612853c662bb956990c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0745fc99d104c71bf90c70c09a541b7922ba47391e16e9629490722fc1f3e46b
MD5 fed0a3cc2f075fb740ae7506565c91e1
BLAKE2b-256 704b7289b86444c4ccbb48f174de1a628a394a4b86d8cf584d2aa8f02e6e92ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af925800444941cea5e45eb94954e5335006fb1b5d35d996e22b3f616e9e0e8e
MD5 66b98972890bc08c39024287ae682c2d
BLAKE2b-256 13e559674f26041c6b1d3ba4d1ae126613760c2eae48e2bc85b388ae7426e760

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 565cccf5bf47e2ec577a0c237919aef9da66d075e982d339fae31e37734e02b8
MD5 23f5feac7ecda306c93ff08700a3b503
BLAKE2b-256 25bec25b6519fc71316b1253015dec633e01f346a9c27dbd1889d076f476d712

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7b06978de0400276e451cbbbba80cc9566cf5663dbb8518b7ec598078440de06
MD5 a4df6dff5cb8f4f5bd7a73eb4345ce32
BLAKE2b-256 81c688f8a06b7d77714a5750a8d230f45fc0c2d4e15ec81e4f97d7469bd7d2ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-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.8.0

File hashes

Hashes for pygame-2.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 867498b0ac20f5c981dcc3ee00262d06b3806b355c632f42c11f5b716ccb2ba1
MD5 0388c0fbadf6e2323b04ee57044c820b
BLAKE2b-256 0ed09149977397e2cb04ecbd8d5ce0295ced8b2006f92eb3320ec34e75d2a1dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 13.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e26c4bb679e7514a7f6c69ca8a68a495013bf46f200476d334459c44a733356f
MD5 a651562bf8002dd388d26d4aa5bd1178
BLAKE2b-256 5a3cdaad71df5af05763932ef0c39c2d95be0d45f14fb7064636b77d933acade

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 986805fbc0827bf8b8dd8c52aa4ce2fbd4475d51fe1df326bf3e788c1b9f59fd
MD5 9bcba0cc1bdf25217b461d3b01be9799
BLAKE2b-256 db304492c8efd177f5c4fc024c17268e0d57f068300a656398d29846f8b68e30

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cd54e859e1b626c332e254128db30e5d6d33544c10154a1ec7a052cac6a50a4
MD5 50f852ac30ad2dcd2985ddb7b455bb97
BLAKE2b-256 0a41d683c696042509a51481800bf066c1123a8c93bca22b3f26bd5b91d61c55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1758bbf986efc9f08344c7eae733f6d04f596745f737bc4c02412b809ac65d58
MD5 edbca61c7bcc06dfc83d56c9fe82a2a2
BLAKE2b-256 d5f41f867e7219ca254c9e9fdd5ddef0aa131828a3728662b8b24344e14520ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5581841a9baa902d7efc243d3d03ae380f929e90d98ecccbbd49b1fa03e0a6ff
MD5 0d9563d6cf2b3f4322d32a66e4847050
BLAKE2b-256 0b11d24fe2398308ba98b9d51f89991a985bc566650dcbec9b1381ac2d8b6476

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fa8efe34b13a6bfb37e627c2b28e9967b87cd01de92cd000852e08ef8aed1cf0
MD5 49c89529f4fbc70599b9a4aa5df265b1
BLAKE2b-256 12cfc41847954e7f3a0b7a6a552aadb259785ceb1d34da2ec6f2caba54d8bf45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4908fc837fd9f68b6cfdfeffb99b342c25cf770d76768498dc4c066c2f8b2776
MD5 f5010cebdef28d8a247a5f4cb76ffe26
BLAKE2b-256 0a26a67a174cf9507115e550f8aabbc4edd28d856ea5a6acd5c8dbf6e96b0436

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c473efee52359806d8c0a876f42ccb7ead088e7ae8f5d31e6e43f94793c943ea
MD5 795bc3246ab1927745efb0daae32a394
BLAKE2b-256 241350171446831aa5c967af95d9804bb4b005aade24b29fd05fd174fe7e028e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0420eb1015abb3ebba4d29c1239010eac4d82a36b94659847d18af218293aa4
MD5 2137cebfc6a21408b4df00880017ba8b
BLAKE2b-256 b9ac26230d700c03bdf79cf1047dc57e15eadd0a4ada7718afe3d7e97d3e94c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0e8cb75c4cb8ae512e4f3d5410ea64359b049f7825a6e8a9010fdf5c539b8433
MD5 13019b84519122f2887e5d12dc41f6b0
BLAKE2b-256 897522d252e3e71f16463c29958fb7175d700f863f2dcdd440952e2403dc7076

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 97b0ec29c9810ca1125df013656e13a89388e5ca72fdd4d900235bceaed30349
MD5 e117d57a2604f7e6eec1ec02a3f3f45b
BLAKE2b-256 c65c6b69b6d9d3b3bf156db2893f8d7252c239cf522ba43dbc3538e4a9356d45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a139c4290fa5227ccead2c57f6e41195c22f643e0fb7336c9da0c734c9df3cd4
MD5 bf06d45219bbe15b06f42d3d089de4e4
BLAKE2b-256 67c9d74d805d61c442b7cf0df4b22b390d82e67d7d68df2c6340dfbc202c15e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc1bbb23e4f32b361956275bdde5992893981362fd37c0e62586537400bd4a4b
MD5 d78cf829786e85505ab08052ff5fe484
BLAKE2b-256 97107e6d3d42f2f83ffa0c9e8e6cf046ce614f43b7dbd09b47f6c1cbf258b148

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5760ea0f181c8395bc39fdb50000ce2b77d453ba4c0d98e00303a89af6ae5f0
MD5 fcda13724af834e4ccf84f9d86b233f4
BLAKE2b-256 252c71e46464b40ffd2910db3fb30e94f8229436dfacf0245d141384bd716993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 caa4c10f79793b7be9eb1e647f84eee3e9ebb79d143d72eecaaaeb94eb44e1c1
MD5 64c6fbac52524321aca3a3240cee0aaa
BLAKE2b-256 3df78a9e27881fb71d700e45efe2be6ab2833caae92a388918edcd7e5f452234

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4ef7f1f7d37ffddee63569b5d09f693d0704b04e7c2ff5af90bf61e4cdffe6c7
MD5 1e2e7a2110dc590121fc6b5a7650abe9
BLAKE2b-256 c9c735a9d65b8e37d4a9053d9526b886919ce51ea9be12e76cc83694f0d8c33e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c9d827fbd093d5d4ef35bd9ec2994535b5f37af15860975be7e59a2d415b51c7
MD5 a058f82e1432f9296007c2549520bf35
BLAKE2b-256 71d2c0b7d86ae896dd387cbe258e78a97fce3dee973beba0375d82c55196f056

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b358abc054bf94fede79bb213f7ac9dd8a8737c8ac48a6bb0fa72314c147bd76
MD5 6a7045ce7a47b49ab2b77e76c042fc2f
BLAKE2b-256 65ef3e60d6188b8413da34f7013c7a24dabf80802c54839236fffe0a2a693ab1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 240f920f846150ffb2c217d75cd1005989fbedd007df82949db361934bfa9660
MD5 dd2d893b2b57dbf9df38efcd75a04d75
BLAKE2b-256 40867848f5449bd2a200a44f20340f0f73fd6488e8cdd85f7671867086adbb2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0b182a6010f16571b1a92e34208ac1e9ad01a725f2fa3c1ad158c4b515ae12de
MD5 87e755287da570eca358daffa045923d
BLAKE2b-256 1c48d2079a080e05797344b05b0dffc57dbf3d4f373598f53e0374918a2ae591

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1e083351df89cc0f9ce003cff003d420fa0362e9fd00a793c9a68fc8cd0a2e5f
MD5 5694420f9b5dce5a06847007571c6612
BLAKE2b-256 97aca766e67081d25193bc0a965dac11c8df0457f6e3021af27a9cc150f33b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf5b5fbb526fe76b0eb5a076b94afd29e0a91bc1ba9d6b573fad9722b7e8a5d9
MD5 8a14741bbafaaaea4bbb12b55470e498
BLAKE2b-256 81f82dac5cd0ff4f2bc1a1fc2ead8733218f79e4cad8d6263573cd0f0e36e5e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 787fff1984107da0c533d2e87c85b0082788c8b24952adf9f0bc6459be485e7f
MD5 5af6278c60d8ba18ed4850128d0e36f5
BLAKE2b-256 58688ed3dedb39c7433fcfb639efde00c7347d76caa30bfe3c92e1e41cbf583d

See more details on using hashes here.

File details

Details for the file pygame-2.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 154a0a0a953006e8ab90353055037b6710e00aa19941e2fbc1b4f0358e1a4882
MD5 ce11bbb2ac736eb6f06d12a5dba755ea
BLAKE2b-256 056218d1c0f51b8744c0bdf90f7fcf1997e5e88bec377492d73558038a403f29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 868ec3a2b87fdca43b4f4ef8314d4fb00c4d9ef6e732f5a9b0348ae3d015de3d
MD5 fd5f301eb517f7797f225d3ff9e6c91f
BLAKE2b-256 70993d9f6a12e3782d744ba2a72c4efb68422a7cf41c49dc21f30aaa03934008

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 21a4fbc7462d3b8bd9692a6198fb031a80a85e7ac24cfcee382901b2b57db67c
MD5 95e23b14a088e54daaaaab0eaa3b346c
BLAKE2b-256 d02a51b2056b119b87f2c3f85c9e3402bb098806302cf3cf3c197746133255da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 261fd434d869e1ae285b3ca90112d62c712fde53679e1bce3dfcee79e93f2b06
MD5 233ab6c2c26bc1f3af10b4d4408db2e8
BLAKE2b-256 8a9ac194065c43ca414483674072540ef5d71b8e4e968202f748ed64b8a1b5ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2fbbd59b95017824a9b7c3695b13f2df27a64c557c42970a6cad2e26dd5f4f31
MD5 7d17ee9b9cf5d7a4a978a7f792a97d3b
BLAKE2b-256 9a71cf1f1604b5cd9d224d415a61f4b1160efe842c5ef03fd60676775963cb27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.13

File hashes

Hashes for pygame-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f71cfb9f161473511543ba8e713f1b34c6b00c70412ecd2d71111da82fe7f062
MD5 3971fe88b1f8459c351e739ae9bc07d0
BLAKE2b-256 15182713ea73de2b3f3968de05bb5ef913aa26db61e78a0871b08ce11e3de9f2

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