Skip to main content

Python Game Development

Project description

pygame

AppVeyorBuild LaunchpadBuild PyPiVersion PyPiLicense Python2 Python3 GithubCommits LGTMAlerts LGTMGradePython LGTMGradeC Coverity

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 >= 2.7 or PyPy >= 6.0.0 (and pypy3)

  • SDL >= 1.2.15

  • SDL_mixer >= 1.2.13

  • SDL_image >= 1.2.12

  • 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.0.3.dev6.tar.gz (5.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.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (17.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.6 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (15.0 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.0.3.dev6-pp36-pypy36_pp73-win32.whl (4.4 MB view details)

Uploaded PyPyWindows x86

pygame-2.0.3.dev6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.0.3.dev6-pp27-pypy_73-win32.whl (4.4 MB view details)

Uploaded PyPyWindows x86

pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_i686.manylinux2014_i686.whl (17.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.6 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_i686.manylinux2010_i686.whl (15.0 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-pp27-pypy_73-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.0.3.dev6-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame-2.0.3.dev6-cp310-cp310-win32.whl (4.5 MB view details)

Uploaded CPython 3.10Windows x86

pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame-2.0.3.dev6-cp39-cp39-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame-2.0.3.dev6-cp39-cp39-win32.whl (4.5 MB view details)

Uploaded CPython 3.9Windows x86

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp39-cp39-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame-2.0.3.dev6-cp38-cp38-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame-2.0.3.dev6-cp38-cp38-win32.whl (4.5 MB view details)

Uploaded CPython 3.8Windows x86

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp38-cp38-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame-2.0.3.dev6-cp37-cp37m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame-2.0.3.dev6-cp37-cp37m-win32.whl (4.5 MB view details)

Uploaded CPython 3.7mWindows x86

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pygame-2.0.3.dev6-cp36-cp36m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame-2.0.3.dev6-cp36-cp36m-win32.whl (4.5 MB view details)

Uploaded CPython 3.6mWindows x86

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp36-cp36m-macosx_10_9_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

pygame-2.0.3.dev6-cp35-cp35m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.5mWindows x86-64

pygame-2.0.3.dev6-cp35-cp35m-win32.whl (4.4 MB view details)

Uploaded CPython 3.5mWindows x86

pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp35-cp35m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.5+ x86-64

pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.5+ i686

pygame-2.0.3.dev6-cp27-cp27m-win_amd64.whl (4.7 MB view details)

Uploaded CPython 2.7mWindows x86-64

pygame-2.0.3.dev6-cp27-cp27m-win32.whl (4.4 MB view details)

Uploaded CPython 2.7mWindows x86

pygame-2.0.3.dev6-cp27-cp27m-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

Details for the file pygame-2.0.3.dev6.tar.gz.

File metadata

  • Download URL: pygame-2.0.3.dev6.tar.gz
  • Upload date:
  • Size: 5.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.12

File hashes

Hashes for pygame-2.0.3.dev6.tar.gz
Algorithm Hash digest
SHA256 2cd3476b75509689fa3bf5f895724aaae3b265d88a4ae80b35273505aa4932bd
MD5 bd5f1603ec29104f79f9ccac351c0b92
BLAKE2b-256 a4477249565e343ef3b9a1662d39a6575cb86851913c46787e91a1aa3365b50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79ba064a94cc50dc064660cf84aee0ee827dc3369ad1c0a9f9ae6561dc8b368d
MD5 eabb0776004c6a49141ded56e1a4ab0c
BLAKE2b-256 1f6dc2eef25af577830d477eb1af29e214fa2f870547f9f61b2b32e95cf4e432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c819d4f68d6a05e13dc37fbd25ffaefbe6eecabe9f294dd200f10a04477b76a4
MD5 1afb1d0c739e4bbf61592264d7e00600
BLAKE2b-256 859fa8ff8c92731509f90b260ff5f6b0589b75ace62d87f1356186c94b5a9ac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 34a08a6219bbbfd06942eecb1070c7f322d7f1ff958417dc188ee6ac407ded36
MD5 687234f4548ba0a594314f715eabe4da
BLAKE2b-256 80d6d516da7eeb007745f2c75c2bc048f4f9c8cbe6f3343366e91ba5235cb4d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee63c17c9bffc88a8ea664518a10b3aa655ed44e52d9f3022f957f2af3fb225a
MD5 3378cf469e43c5e26c2e2012f01095e1
BLAKE2b-256 dac25c5081230573ae6bae903217021cf1c3ef01249695e295631a64f7211575

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 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.12

File hashes

Hashes for pygame-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44245c2b94d4d8286d8027bc5346dc5021d3200acb9863fd53313f79ba9b54b6
MD5 7537924f8f803143b98b0ba267146486
BLAKE2b-256 19162ad4641f7c84037be7b018a236cd5c0ebe809ff8f81b9e4197562214872a

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 PyPy/7.3.2

File hashes

Hashes for pygame-2.0.3.dev6-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 5f97a7eaf2faafd7e331c4db8144a620c26e5ccb9e7ee17295fa93ee66095d9e
MD5 65bb7f0ca14b9701e1facffc66980adc
BLAKE2b-256 3b2473324d917e330e15dc0f5118227b99b791bfcfbbd93be3a4276d8f2d3fa2

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.9 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.12

File hashes

Hashes for pygame-2.0.3.dev6-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6a590c65c346d003925ee330ac6457fdd6f94cf56c85125f902c00764af9860
MD5 0871732b43b6c877bd7c363679f717d9
BLAKE2b-256 7beda0cd37978d02c5b829326f465180dc7b230823eb209c80edfd6eb6322bc7

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.62.3 PyPy/7.3.2

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 ec2d93bb2e566ea9ab473db7394cdbb4aa6bd8f64bdf5e524df08539368a9e68
MD5 40c35eb661a2c0928280d5c55a56fd4a
BLAKE2b-256 33bba4bc9115559ebe9688908610f6f8ca2b08dc7ff7a0ca8f26cf20e111fdfe

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf739ed332f02864f75fa0b2a8b4b79110bb57b003e6a8a47bd2aa618c9e6536
MD5 fcbd010f4f6029ede0e7881953d5141f
BLAKE2b-256 2d534a20479af7e66e7e9ec555d3e93ae01c949f8bc0d79a166cd9dcbd3d5102

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccda72182daaa73587ab0c6f3ce2824073eac3e7fc31112931c4885a1fc4d99c
MD5 8436f76625a6fe65b0c525b947d5061f
BLAKE2b-256 70cdd2c092b931513f1e67bbceaa8141eaeac02870d99d752e1531e1ce194454

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 424499f53105941e4a90e1c930bb71fab031eb8cf789ba641cc51d6f025ac7c3
MD5 fdcec631682090ea2ffb11098109d569
BLAKE2b-256 3d0bf5719c60f91cd495cf679d76330284047d7c5a6baafdf32174c2a85ac529

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ae9b2ec50595179fbd3cf76d6c3183188c825a827e736c673d1e0dacb7b41c40
MD5 fbec99782a243808002766fc26b0a3f8
BLAKE2b-256 71306f6570ca45e8e16f83a5e6f70bc98b612dbc520cfff9cc6ff347cdfd6d82

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-pp27-pypy_73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-pp27-pypy_73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 4.9 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.12

File hashes

Hashes for pygame-2.0.3.dev6-pp27-pypy_73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ff6c21a43b529b806b64642378e2ad0ecd10b835504a2331ec517e8551dd8ae
MD5 3b91348213a9d8762565bf2d9843c17a
BLAKE2b-256 a599045a868455b45ba32b96a3d241c9f718439f115434dca32abc62d136c7b0

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5ee5699707c525c1877812bb21cac9682948b921aab61d5c0be3720bb9e642de
MD5 1fbf0092529eec3449532b18b45997c2
BLAKE2b-256 5f61858747c6710fc33da6e3ed14c8b3a606a7a7244de3af568af7a69630cc7e

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5b676909e125c43d1826edcf7ad0f7c3ccd123b8baffcfe0cccb2fda1ce87052
MD5 e4d241fe0f204662b24904022cf8d858
BLAKE2b-256 ec20d5806358c5d747b9c252f6c7cc8b4b275b41f251141b8e5e580984f4a469

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d3dc2cc3f1fee7628ceb775542564945a3a59e9b3f2eb67896c351569f0a4b2
MD5 df2cdbbd624c8f2effb79b5afdc424e8
BLAKE2b-256 893475090e4af41d1c42cf1f80995cf188b32e091a64e57995af0572cbc02af7

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f266a92b4ff4d69a79e10d8fd8826a39400412b72621f9d8f1690aaad9696ba
MD5 86005e0ce34a22e9edf080b0fc60ca63
BLAKE2b-256 60e3e2d10f70b4febb12e0105a6d8584c856f0dc9e69ed4c1bf6718ed4a129bf

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b613e156f36202d8d2bc2fe324f2cdcd7a407a295f83b404976fb942c2329363
MD5 95720a23f1bd0db37b1de21fe958a8e2
BLAKE2b-256 5ffd25091232f422c057f3d383b7c513ade71b045f14858034b8f7955e351699

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 61145b3bc37e51e396c1449807933bf5eaab2c43f5e1a7734e20ebef2d9fc6db
MD5 b2fa1579313ffcdffeba16d450bad2ac
BLAKE2b-256 74457d40811239b4f5c8f31c0b2007b35767a815e70564e56fedb6db00273b0c

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c3c566d0295a3a98aca9e03913664334d6889c4d68c63268ce6c1cf1223f4cad
MD5 531c094a03d9163d03e35a06e7c8d9f5
BLAKE2b-256 418fd9d1b4ad5a153854527b3c64eb3c5d0b19f1aafa97fd79edb2d37b40ab5d

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 273a305ddc7238c9d0d4aadd6ec1689274ad15b62f7e3e0379a0d66eea82318c
MD5 0f7f5335e495e71aa06cf27c67184324
BLAKE2b-256 858050cfd7ca974c430536253ce680d1cf705b9df296c683c9a8908006d00a4b

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41ca466dedd8f9827037346614743bcb1ffa2e645c439a51d6567b5dc453b4f1
MD5 de381953339ebfe008f5e1b69cd5aecb
BLAKE2b-256 2e12e861184a1216bd4ae06d8f2626f3f526143c3b4291f0ce77c782b57939d2

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1e1a9d5d54df67ca1af3c274e389551d1b243137b6245a250224bcb102bcdafd
MD5 28d5bf0c93fdc94b40fd0c144c1e06e8
BLAKE2b-256 837cb4618df9dc51f0571b7b280a53ed04f41f5ec123fdc8fc44297c82db7b38

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b363c4428d939f1e64aa2ebfd591431e5f43e1b0326382c707a25c50ea89a14c
MD5 401f23756457f34a6326dc9b4258af3a
BLAKE2b-256 85ad2b72b79aa6d45acc85bf4ec4170e817728f3fc605aeed3552d77fb5c8da7

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99417feaf2febe35e483821a32cd35b414c823f3a9ba917ed276151dd1ffaa37
MD5 1721a9207eb06b586e4b7ed023ad821f
BLAKE2b-256 8d819cadc152ed98bcae23312ae4182b2a4970051d25e09c0a5d5843f71708db

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bccc9946651a44da6959b38b344a7866e5aded9a3eb5f9d83e5a47b5aa4c387
MD5 c3b14b0dd4e2aa23cccb7693a97c44e4
BLAKE2b-256 8563ff5e9e5b4c4004a2da26fcab9f2c721dfb156b969d31579f48d98c699697

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c72afc6231d3412e354668b9513a0c7d7c74d7cf670d8ef0b8354ceb81fd3e3
MD5 f802586d1b6489a1b296b848edf9f38d
BLAKE2b-256 cbe01f1038d413b565183cedf474276e7bba3569e5ac97094503aba90857cadc

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7f69a2bc4b6e65ce9f35bf8272b5f38a09bb13594845dd3989236514e94c8d5a
MD5 f3284992a8d4c33a76732053862332b9
BLAKE2b-256 aeb1ca4b2697c27d8229217466fbbc69ed14a508dcd8282a88de76979de20112

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 276b6745e2ed3cba8d78b05943652f7ae30b52e2667c85556a33f9332adc03b0
MD5 ca7c695dea443c78320516757618a776
BLAKE2b-256 b35929440fe049793da652bd7b268745267ee82c33c431d90f863580b71fb34a

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dfe5e60e2c0291faff1aaea0a0052e0cc445bf268ebcd9a296f34408309e20f7
MD5 7324dab5677bb881a54e541137f91ad7
BLAKE2b-256 4cb04defc6aab80753961e6b6d92fe6fac19050b607fcb8d11691d90997bbbde

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c0e61532f937bbb2ee2f1c3850b8afaa612cc8e0983ca82c2f0c6ca157149d88
MD5 85e2d4e3a4a8558091a24da6a316520c
BLAKE2b-256 48e19fbee39b95dd3e585fa1e37870b9277c9852277ed05fda2b4509464c4eb9

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de5c0f01e4abab9ff44ec4b0aaa8bb67220785dded3e2d9c1718fae5a2caa635
MD5 900eb211f7f3cb244651ba5fcaaf2813
BLAKE2b-256 0d3a33da41fa9812768a3be7dd8174d922c9316fe9cb707dc3d28fb19f61ff10

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7549e0cd295e44181e6f4a12a47a9ee1c29d0238d99cc2fa8e74cc639868e533
MD5 644369d461282fc080717e74d299af09
BLAKE2b-256 c928c0178e2feb9f2d9b2f9dac4b6782d1689beda533280c33f75a567ec26014

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b0e7cd4ef3f5004052128f29ea7d3925403f3f201a6ed937642f59cd3299c112
MD5 6f0404022ae76971d6b9a71de04b8a43
BLAKE2b-256 998a9bc047b5f4446b3c4e39378b1880499980368982532d8a349f25d6c47469

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d0aff14c9c465b690ea564b9a2841626333177531b9aa826b234885497aa7ec6
MD5 09ce22f5e4e11c69c30dc36bd2080d6d
BLAKE2b-256 b68d0f59ff88a0a50296824e2c098cc0cb22feca24cc194da3aa4fa9b4630d84

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce6b0620d13a4e0e152cb170007857433f06de9c5a95fab396a95e86ae654215
MD5 1918848f382d72dae8bcc17b7be5b84d
BLAKE2b-256 8e08fbe1a71bd6fa8297ed4701220f2347d9d664cc3e056c6f3950369b5d123c

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6eba447f41f8978f840c412a0745f6ec273676e44760b186f952c51bb4c6747
MD5 a0b722729a9a38acedd3a066ab6a88bd
BLAKE2b-256 5a1d1f4bf4a69b58b9bfa87752c32c06e2af82c81f96abacfd83c2993bf67a2d

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87046c647a0c5a5b3ba10bb732bcdb0079a9f27e9fb7a4473bb8b3703347ab61
MD5 59be1044efa03a1ff7c40af67c45846c
BLAKE2b-256 65eb61cecdf6d95168cbd40b63ca595442f87b4ee7d5aaaabb11566223728fe8

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1479c0c50ca2fab2fbd475834b50a83dd95419d29f953820e1fbe4e6ff2b5949
MD5 3cbc3aa00ab31fe7f7f2effb14490eb6
BLAKE2b-256 8e32db33da11f7e00d9a96c2c4901917b985b93c32626e3cce13708c27ea191a

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c40a0d287ad0fc6a1e9843c75d3484778bdd44aab1f6878c7132924f55d0ec97
MD5 5ba3e90ede37d761d37a8a69ee52f36f
BLAKE2b-256 7c86e888ca60716aefa172ee80ddb290e5d888a33e88137b7daf79745ec468a0

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2ea36627561de855380c0b811a8ae161487563af8080cb1f9e6852c04820b67f
MD5 f01ad4c4b1396f14f19e3c3562daf15b
BLAKE2b-256 dd68540b59e2cef174f2ffc00230b9edbba4d6c5b282ec2b2d0fca2835d28233

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 39a34c6132b7fae4cfcc6354b80a1972ec5b3dba08b54b69a6d79f2c3fe63ca3
MD5 37cfd01ec2d7d0bee59a8934e0b9013a
BLAKE2b-256 258ef22ab163da07b7504fff0159ac089729d6c2542b43ef4ca884d1bd879649

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.7 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf30bd6e3a0a07b4d63db6eaaa9c2322f22184a368683b3c836b30181a1a46f8
MD5 f45f905d7c5f118869f0206bafad2fc3
BLAKE2b-256 289b72377d24362ea54055db4abc6f19179bc339e7510fa2ed4bdbfd6755bf88

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b587b3f793d684da79cf338dcc587e82e88ceca1106abe4ecf102543188fe36
MD5 e91a256debcfca0c9a0bf39596beadc8
BLAKE2b-256 d9405fea1cf3d4c4b3e3cd729053277f1fa0aa5fadf50491d11dc8031f8b7a48

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 62647c8ecfef7beb2c1e504a497ab072cb497c4917438d68ab1fc1ad631cd0c4
MD5 2494091aa11c71e2c3dcfdc6ce9c5a23
BLAKE2b-256 406421b54405fb685867f038038996f19749293490b5c892ab07c95a8fc26a09

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 173572d77f1fe07fb32b8a1f64fbda181e03bae455790200d1949a8133c112d5
MD5 7c201a345e90d403f0c71ce79f13fd2a
BLAKE2b-256 15c0da9bbe2f6bf1826a3954eb4e0ce04d908e5d5d910b5635ba5d5554e1e685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f16db0e13110c5fc0ca2c2554737edfb6614f27fe82359543ad0f12d9c8b10f
MD5 fa29563fd8a6e5d0caa1249f5f91bbbd
BLAKE2b-256 01e4a60266d41aa6507542a94d6b89a45571b8fa1664a81b3844cbde5a5d3203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0df614410cfb8b243a5b17903ed196f552858c81d7df7514994d23b99697767e
MD5 7bee4eff566db976eff9b5e421642e38
BLAKE2b-256 474039b00507cbe40b69a4b112a2c731b89edeb00449c6170599348247b9917a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d010e6d26ea9fac9501d84556882f247e77f718ff9ab3a6d405a7b9845addff
MD5 0e004e30e886a3788e4c9aebe8d59356
BLAKE2b-256 c1d9f02eb462b8041bd12ce32941b309627febc23140e7412af85113f6b8737f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5cf0f6d36a810116c23cbc92fe0e8eb9452c466ef2ea77718f66ee23d86bac21
MD5 706443a47b4bfc8969dacdfd13ff652e
BLAKE2b-256 63fdcd86471d518f97020827c1dc9e9bf33b7d8ea4c3ea4dfbe17822dc4a7269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e217ec460af11737186c6b03c900c9f0a1ae2973333647d8eca72c0fa0d02dad
MD5 117def1ef3699de1c8c324f1410b1b38
BLAKE2b-256 10e69abae5525f468fbd1520b88dcc309ba3a6df664a20a529e831222cad52da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8e9a5eae41bba0d235981e1ed033c65a3954f7db9ceb908d46228b19a4427f06
MD5 23fe88fce3a469958288d18b480b3ca7
BLAKE2b-256 63f4cf595b411856a381ef5b32cd8b8266895b5b0c5fa2c4fb84a0875d5d9c4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c7efde9ee3e2a0328e2d4f0fbf2326054a1b16b90c64f026c1c447711bf1056d
MD5 27e278c64334200bfa6a8f78c07da357
BLAKE2b-256 66d56f82cabcf76982dd94f37bc276520dd9f7e77ebc8fda9c3ba76a43559ea2

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43e80f58c5a4a1b330291e097b64c8bd4ed2d682e0f58350226883224afc8c23
MD5 fe8e8c2db1f2472ac276afa59b48022d
BLAKE2b-256 611a1ccf207615353bf2714ee7269d6e23708f426dcff1c996e57807e89a059f

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 902d3be1494adc98f9fd880efe843ba51979972ab7e2654764dc603bc089e294
MD5 1f3e97164252a90b7ba26521361f3bb9
BLAKE2b-256 2430d53e5a8d2c198f3dbccfad3762fef19fd8d61207dd90fbe2bc4bd16159a8

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 07031a07be9ec963f27e952f3229b8cd2c1160985d0964538e5549e46b8d9824
MD5 1171ec28c546f18b24ca331340c696b6
BLAKE2b-256 2dd8de072bc456fe3ce6fc4ae3b2a6020221ff1f9e48816a1cef5bff0678250b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f5f051530a66de97eccac03e246079c10e9eba5744276ae072e9a0753c41360
MD5 9ff530eade2a0fbb94851cb358d534ef
BLAKE2b-256 007646a95bd96e5afe9e52fcb11793eac955af4975bf301a11768b2a0069a248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6754db3cb77448d131950ed00bc2e12927c918f3ecb96370435d04444547a747
MD5 73967438e0d168f632eff1de9b368a7e
BLAKE2b-256 dca5c24d58bee155bf9816a766e29d1026e27b5c44b7f4e8cb7e9f19085b294a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7b90b808e3b36dd1a0b04c2f51fc9c457cb676fb9c25e5fe37f3adadb5396a5
MD5 ca34e64abb34e179df717ac45797b5a2
BLAKE2b-256 6ddc1f5429c4f8bbf2db41fc2d5425c9e3d2101a7913d1a93af53126878bf6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 436c1deb85bd93f869f9934191ea56cf053bbd8341f993ac7c3b1a2c0d5b2bae
MD5 007eaabdb3db44c3a34c5722d8f919d6
BLAKE2b-256 d8baadc30d8eb306047683c262c3ca62ccebeb65739176e21cc83ee6ba8618b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d600ecd02b4c0669396d2bba4963bfc4f892a7cf9d97ebd7b213fcf7d7b56611
MD5 0e65d4c7d90f0f92f327570d54397bc0
BLAKE2b-256 89d6c463fdb97d697f8a8e02f79b20278462d173139022e764ce3e490925fb83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a34413e76eec4b1440436f7be876e62aa674a053348aa10028c206ed344706a5
MD5 8586bede5a3818addea7b2c88a9e8665
BLAKE2b-256 ee06dac7f8f2197d2aa8145aca85c54d6fb4ae271903bb41329c85818ca4cf4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3bb402dc8ee141de256b78c205bf1b4e552a1287af02eceb3079f0b534967920
MD5 96a31b52726d531eb7b57c4a3886a646
BLAKE2b-256 007a28682840e8820a9536eafd8e35c063809e20e0dd38134b1422ea868dc207

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.3 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46bc1b1f687e9e2c5795889b1cfce598b3de1868869376f6d72bfc335466c868
MD5 243dc1dc7646b6f233c3c0acd654a99c
BLAKE2b-256 d6c469a926b25f562f4494b5250718c83e5a553cde843e6b2d83c86cc7c2769c

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.5.4

File hashes

Hashes for pygame-2.0.3.dev6-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6fcdf95870ea86da3697be236ee8f61ba591cd46e9eac4bb955867066acddf0c
MD5 66271e1a9f2596da854e25c161a3427c
BLAKE2b-256 6ff55dd9e210e68a59f18aef2f2d9472cd3913544f39c618d00f9dc6ae6bbc0e

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.5.4

File hashes

Hashes for pygame-2.0.3.dev6-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 155081bd92555d2272a384893c92a11c9181b51028bf5d8bc816da7227128547
MD5 f175a6415e699b4ad6aded19494f13ef
BLAKE2b-256 3b5167302388ead9a1636eacb9265a55bf7e7f6845cd1836a138bbd3188c3853

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 096add8e0168b302d4ad5e3b6832898628cfc4d0b3ba3ca829c6359903433b1b
MD5 9294e0823b3d78fd7bdca9484119b04a
BLAKE2b-256 0c5d64fb3b332f695f966f2faac615dbff6559260e4d366f27abb6210772b17c

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 3.5m, 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5abc9cafb0e2dc536c64746b447928e6314a54820d25c0c007a1e57965cede6
MD5 4f2efa4fa5825a8afbef37d64a5479be
BLAKE2b-256 b35600f803d8283459baf5891ab2e8d01e6781bd9f9205004f4d4b061966c921

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.5m, 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c00b9c9a83489b37cde7807e80ff3a884f26a96409e6f066f004133827ec990f
MD5 ecfddcf50935b1b802a25a96eddeb47e
BLAKE2b-256 45d987e78fd424357206fd0b894832c42659bbc375daa147ff633f3acbf99a38

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7a047ff31fcb2f4138abaea75b065cc14c1980299b6dab16d1a41977aa62deae
MD5 e72b88c0e4ff658aaeb02cad66510115
BLAKE2b-256 064d75625a664291fe0759757b2a95ffdab3f02f02d1e11c26c2a8c0897099b4

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 2.7mu, 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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 215c4ebf5dcf46386b54f10a2459fe6da7726bc85b07e998aa97a6f688e843e9
MD5 f7f3684bb76e85aa0f18bf517dc4602a
BLAKE2b-256 8dc733caccd180305b7500d7e139af316acc08442dbe7a845e8aec434a46e246

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17

File hashes

Hashes for pygame-2.0.3.dev6-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 31c90675b99e84e9c8015a4c25682946b46f410c862931d22b1e440bee9c0fdb
MD5 1b30d04d976b3c199c19ba9481e986b6
BLAKE2b-256 959e9318bb3f85fc973abe733f63085badcd6e68e4d54bb3f592a5583762b695

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp27-cp27m-win32.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17

File hashes

Hashes for pygame-2.0.3.dev6-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 6014961d76e399c467073e75d3773473b9329fe8252eaae8fce66f4522e47eb6
MD5 30e9da85e9ee9607e382a33e170311be
BLAKE2b-256 50b95fb37d8732e8113fe1f0d8c3893f6a8bcbb703cec804d68a87aaafc2ca39

See more details on using hashes here.

File details

Details for the file pygame-2.0.3.dev6-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.3.dev6-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 2.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.12

File hashes

Hashes for pygame-2.0.3.dev6-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 845603d17fbabce186f4727e176a8b0a42bc370004e8ea8eea11113966c84811
MD5 04adb7854bb893e90b6b6eb11bf43bcb
BLAKE2b-256 9864073c8ab2037b81fcb384479fcd13fa9c81bb70d3e4c149abdf1cef13f5e6

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