pygame


Namepygame JSON
Version 2.6.1 PyPI version JSON
download
home_pagehttps://www.pygame.org
SummaryPython Game Development
upload_time2024-09-29 11:10:44
maintainerNone
docs_urlNone
authorA community project.
requires_python>=3.6
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://raw.githubusercontent.com/pygame/pygame/main/docs/reST/_static/pygame_logo.svg
  :alt: pygame
  :target: https://www.pygame.org/


|AppVeyorBuild| |PyPiVersion| |PyPiLicense|
|Python3| |GithubCommits| |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
------------

Before installing pygame, you must check that Python is installed
on your machine. To find out, open a command prompt (if you have
Windows) or a terminal (if you have MacOS or Linux) and type this:
::

   python --version


If a message such as "Python 3.8.10" appears, it means that Python
is correctly installed. If an error message appears, it means that
it is not installed yet. You must then go to the `official website
<https://www.python.org/downloads/>`_ to download it.

Once Python is installed, you have to perform a final check: you have
to see if pip is installed. Generally, pip is pre-installed with
Python but we are never sure. Same as for Python, type the following
command:
::

   pip --version


If a message such as "pip 20.0.2 from /usr/lib/python3/dist-packages/pip
(python 3.8)" appears, you are ready to install pygame! To install
it, enter this command:
::

   pip install pygame

Once pygame is installed, quickly test your library by entering the following
command, which opens one of the many example games that comes pre-installed: 
::

	python3 -m pygame.examples.aliens


If this doesn’t work, the `Getting Started 
<https://www.pygame.org/wiki/GettingStarted/>`_ section of the official 
website has more information for platform specific issues, such as adding
python to your machine’s PATH settings


Help
----

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

The online documentation stays up to date with the development version
of pygame on GitHub.  This may be a bit newer than the version of pygame
you are using. To upgrade to the latest full release, run
``pip install pygame --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.


Features
----------

Pygame is a powerful library for game development, offering a wide
range of features to simplify your coding journey. Let's delve into
what pygame has to offer:

Graphics - With pygame, creating dynamic and engaging graphics has
never been easier. The library provides simple yet effective tools for
2D graphics and animation, including support for images, rectangles,
and polygon shapes. Whether you're a seasoned game developer or just
starting out, pygame has you covered.

Sound - Pygame also includes support for playing and manipulating sound
and music, making it easy to add sound effects and background music to
your games. With support for WAV, MP3, and OGG file formats, you have
plenty of options to choose from.

Input - Pygame provides intuitive functions for handling keyboard, mouse,
and joystick input, allowing you to quickly and easily implement player
controls in your games. No more struggling with complex input code, pygame
makes it simple.

Game Development - Lastly, pygame provides a comprehensive suite of tools
and features specifically designed for game development. From collision
detection to sprite management, pygame has everything you need to create
exciting and engaging games. Whether you're building a platformer, puzzle
game, or anything in between, pygame has you covered.


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`_.

Contribute
----------

* `Documentation Contributions <https://github.com/pygame/pygame/tree/main/docs>`_ - Guidelines for contributing to the main documentations
* `Writing your first unit test <http://renesd.blogspot.com/2019/11/draft-2-of-lets-write-unit-test.html>`_ - Step by step guide on how to write your first unit test in Python for Pygame.
* `How to Hack Pygame <https://www.pygame.org/wiki/Hacking>`_ - Information on hacking, developing, and modifying Pygame
* `Issue Tracker for beginners <https://github.com/pygame/pygame/labels/good%20first%20issue>`_ - A way for beginners to contribute to the project
* `Bugs & Patches <https://www.pygame.org/wiki/patchesandbugs>`_ - Report bugs
* `Communication tools <https://www.pygame.org/wiki/info>`_ - More information and ways to get in touch with the Pygame team


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 use PyPy3)  |
+----------+------------------------+
| SDL      | >= 2.0.8               |
+----------+------------------------+
| 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.


.. |AppVeyorBuild| image:: https://ci.appveyor.com/api/projects/status/x4074ybuobsh4myx?svg=true
   :target: https://ci.appveyor.com/project/pygame/pygame

.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame.svg?v=1
   :target: https://pypi.python.org/pypi/pygame

.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame.svg?v=1
   :target: https://pypi.python.org/pypi/pygame

.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1

.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame/pygame/2.1.2.svg
   :target: https://github.com/pygame/pygame/compare/2.1.2...main

.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. _pygame: https://www.pygame.org
.. _Simple DirectMedia Layer library: https://www.libsdl.org
.. _We need your help: https://www.pygame.org/contribute.html
.. _Compilation wiki page: https://www.pygame.org/wiki/Compilation
.. _docs page: https://www.pygame.org/docs/
.. _GNU LGPL version 2.1: https://www.gnu.org/copyleft/lesser.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pygame.org",
    "name": "pygame",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "A community project.",
    "author_email": "pygame@pygame.org",
    "download_url": null,
    "platform": null,
    "description": ".. image:: https://raw.githubusercontent.com/pygame/pygame/main/docs/reST/_static/pygame_logo.svg\r\n  :alt: pygame\r\n  :target: https://www.pygame.org/\r\n\r\n\r\n|AppVeyorBuild| |PyPiVersion| |PyPiLicense|\r\n|Python3| |GithubCommits| |BlackFormatBadge|\r\n\r\nPygame_ is a free and open-source cross-platform library\r\nfor the development of multimedia applications like video games using Python.\r\nIt uses the `Simple DirectMedia Layer library`_ and several other\r\npopular libraries to abstract the most common functions, making writing\r\nthese programs a more intuitive task.\r\n\r\n`We need your help`_ to make pygame the best it can be!\r\nNew contributors are welcome.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nBefore installing pygame, you must check that Python is installed\r\non your machine. To find out, open a command prompt (if you have\r\nWindows) or a terminal (if you have MacOS or Linux) and type this:\r\n::\r\n\r\n   python --version\r\n\r\n\r\nIf a message such as \"Python 3.8.10\" appears, it means that Python\r\nis correctly installed. If an error message appears, it means that\r\nit is not installed yet. You must then go to the `official website\r\n<https://www.python.org/downloads/>`_ to download it.\r\n\r\nOnce Python is installed, you have to perform a final check: you have\r\nto see if pip is installed. Generally, pip is pre-installed with\r\nPython but we are never sure. Same as for Python, type the following\r\ncommand:\r\n::\r\n\r\n   pip --version\r\n\r\n\r\nIf a message such as \"pip 20.0.2 from /usr/lib/python3/dist-packages/pip\r\n(python 3.8)\" appears, you are ready to install pygame! To install\r\nit, enter this command:\r\n::\r\n\r\n   pip install pygame\r\n\r\nOnce pygame is installed, quickly test your library by entering the following\r\ncommand, which opens one of the many example games that comes pre-installed: \r\n::\r\n\r\n\tpython3 -m pygame.examples.aliens\r\n\r\n\r\nIf this doesn\u2019t work, the `Getting Started \r\n<https://www.pygame.org/wiki/GettingStarted/>`_ section of the official \r\nwebsite has more information for platform specific issues, such as adding\r\npython to your machine\u2019s PATH settings\r\n\r\n\r\nHelp\r\n----\r\n\r\nIf you are just getting started with pygame, you should be able to\r\nget started fairly quickly.  Pygame comes with many tutorials and\r\nintroductions.  There is also full reference documentation for the\r\nentire library. Browse the documentation on the `docs page`_. You\r\ncan also browse the documentation locally by running\r\n``python -m pygame.docs`` in your terminal. If the docs aren't found\r\nlocally, it'll launch the online website instead.\r\n\r\nThe online documentation stays up to date with the development version\r\nof pygame on GitHub.  This may be a bit newer than the version of pygame\r\nyou are using. To upgrade to the latest full release, run\r\n``pip install pygame --upgrade`` in your terminal.\r\n\r\nBest of all, the examples directory has many playable small programs\r\nwhich can get you started playing with the code right away.\r\n\r\n\r\nFeatures\r\n----------\r\n\r\nPygame is a powerful library for game development, offering a wide\r\nrange of features to simplify your coding journey. Let's delve into\r\nwhat pygame has to offer:\r\n\r\nGraphics - With pygame, creating dynamic and engaging graphics has\r\nnever been easier. The library provides simple yet effective tools for\r\n2D graphics and animation, including support for images, rectangles,\r\nand polygon shapes. Whether you're a seasoned game developer or just\r\nstarting out, pygame has you covered.\r\n\r\nSound - Pygame also includes support for playing and manipulating sound\r\nand music, making it easy to add sound effects and background music to\r\nyour games. With support for WAV, MP3, and OGG file formats, you have\r\nplenty of options to choose from.\r\n\r\nInput - Pygame provides intuitive functions for handling keyboard, mouse,\r\nand joystick input, allowing you to quickly and easily implement player\r\ncontrols in your games. No more struggling with complex input code, pygame\r\nmakes it simple.\r\n\r\nGame Development - Lastly, pygame provides a comprehensive suite of tools\r\nand features specifically designed for game development. From collision\r\ndetection to sprite management, pygame has everything you need to create\r\nexciting and engaging games. Whether you're building a platformer, puzzle\r\ngame, or anything in between, pygame has you covered.\r\n\r\n\r\nBuilding From Source\r\n--------------------\r\n\r\nIf you want to use features that are currently in development,\r\nor you want to contribute to pygame, you will need to build pygame\r\nlocally from its source code, rather than pip installing it.\r\n\r\nInstalling from source is fairly automated. The most work will\r\ninvolve compiling and installing all the pygame dependencies.  Once\r\nthat is done, run the ``setup.py`` script which will attempt to\r\nauto-configure, build, and install pygame.\r\n\r\nMuch more information about installing and compiling is available\r\non the `Compilation wiki page`_.\r\n\r\nContribute\r\n----------\r\n\r\n* `Documentation Contributions <https://github.com/pygame/pygame/tree/main/docs>`_ - Guidelines for contributing to the main documentations\r\n* `Writing your first unit test <http://renesd.blogspot.com/2019/11/draft-2-of-lets-write-unit-test.html>`_ - Step by step guide on how to write your first unit test in Python for Pygame.\r\n* `How to Hack Pygame <https://www.pygame.org/wiki/Hacking>`_ - Information on hacking, developing, and modifying Pygame\r\n* `Issue Tracker for beginners <https://github.com/pygame/pygame/labels/good%20first%20issue>`_ - A way for beginners to contribute to the project\r\n* `Bugs & Patches <https://www.pygame.org/wiki/patchesandbugs>`_ - Report bugs\r\n* `Communication tools <https://www.pygame.org/wiki/info>`_ - More information and ways to get in touch with the Pygame team\r\n\r\n\r\nCredits\r\n-------\r\n\r\nThanks to everyone who has helped contribute to this library.\r\nSpecial thanks are also in order.\r\n\r\n* Marcus Von Appen: many changes, and fixes, 1.7.1+ freebsd maintainer\r\n* Lenard Lindstrom: the 1.8+ windows maintainer, many changes, and fixes\r\n* Brian Fisher for svn auto builder, bug tracker and many contributions\r\n* Rene Dudfield: many changes, and fixes, 1.7+ release manager/maintainer\r\n* Phil Hassey for his work on the pygame.org website\r\n* DR0ID for his work on the sprite module\r\n* Richard Goedeken for his smoothscale function\r\n* Ulf Ekstr\u00f6m for his pixel perfect collision detection code\r\n* Pete Shinners: original author\r\n* David Clark for filling the right-hand-man position\r\n* Ed Boraas and Francis Irving: Debian packages\r\n* Maxim Sobolev: FreeBSD packaging\r\n* Bob Ippolito: MacOS and OS X porting (much work!)\r\n* Jan Ekhol, Ray Kelm, and Peter Nicolai: putting up with early design ideas\r\n* Nat Pryce for starting our unit tests\r\n* Dan Richter for documentation work\r\n* TheCorruptor for his incredible logos and graphics\r\n* Nicholas Dudfield: many test improvements\r\n* Alex Folkner for pygame-ctypes\r\n\r\nThanks to those sending in patches and fixes: Niki Spahiev, Gordon\r\nTyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman,\r\nAndrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier,\r\nJames Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias\r\nSpiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya,\r\nEyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber\r\nMatthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan,\r\nFrankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine,\r\nMichael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske,\r\nCambell Barton.\r\n\r\nAnd our bug hunters above and beyond: Angus, Guillaume Proux, Frank\r\nRaiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck,\r\nMichael Benfield, David Lau\r\n\r\nThere's many more folks out there who've submitted helpful ideas, kept\r\nthis project going, and basically made our life easier.  Thanks!\r\n\r\nMany thank you's for people making documentation comments, and adding to the\r\npygame.org wiki.\r\n\r\nAlso many thanks for people creating games and putting them on the\r\npygame.org website for others to learn from and enjoy.\r\n\r\nLots of thanks to James Paige for hosting the pygame bugzilla.\r\n\r\nAlso a big thanks to Roger Dingledine and the crew at SEUL.ORG for our\r\nexcellent hosting.\r\n\r\nDependencies\r\n------------\r\n\r\nPygame is obviously strongly dependent on SDL and Python.  It also\r\nlinks to and embeds several other smaller libraries.  The font\r\nmodule relies on SDL_ttf, which is dependent on freetype.  The mixer\r\n(and mixer.music) modules depend on SDL_mixer.  The image module\r\ndepends on SDL_image, which also can use libjpeg and libpng.  The\r\ntransform module has an embedded version of SDL_rotozoom for its\r\nown rotozoom function.  The surfarray module requires the Python\r\nNumPy package for its multidimensional numeric arrays.\r\nDependency versions:\r\n\r\n\r\n+----------+------------------------+\r\n| CPython  | >= 3.6 (Or use PyPy3)  |\r\n+----------+------------------------+\r\n| SDL      | >= 2.0.8               |\r\n+----------+------------------------+\r\n| SDL_mixer| >= 2.0.0               |\r\n+----------+------------------------+\r\n| SDL_image| >= 2.0.2               |\r\n+----------+------------------------+\r\n| SDL_ttf  | >= 2.0.11              |\r\n+----------+------------------------+\r\n| SDL_gfx  | (Optional, vendored in)|\r\n+----------+------------------------+\r\n| NumPy    | >= 1.6.2 (Optional)    |\r\n+----------+------------------------+\r\n\r\n\r\n\r\nLicense\r\n-------\r\n\r\nThis library is distributed under `GNU LGPL version 2.1`_, which can\r\nbe found in the file ``docs/LGPL.txt``.  We reserve the right to place\r\nfuture versions of this library under a different license.\r\n\r\nThis basically means you can use pygame in any project you want,\r\nbut if you make any changes or additions to pygame itself, those\r\nmust be released with a compatible license (preferably submitted\r\nback to the pygame project).  Closed source and commercial games are fine.\r\n\r\nThe programs in the ``examples`` subdirectory are in the public domain.\r\n\r\nSee docs/licenses for licenses of dependencies.\r\n\r\n\r\n.. |AppVeyorBuild| image:: https://ci.appveyor.com/api/projects/status/x4074ybuobsh4myx?svg=true\r\n   :target: https://ci.appveyor.com/project/pygame/pygame\r\n\r\n.. |PyPiVersion| image:: https://img.shields.io/pypi/v/pygame.svg?v=1\r\n   :target: https://pypi.python.org/pypi/pygame\r\n\r\n.. |PyPiLicense| image:: https://img.shields.io/pypi/l/pygame.svg?v=1\r\n   :target: https://pypi.python.org/pypi/pygame\r\n\r\n.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1\r\n\r\n.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame/pygame/2.1.2.svg\r\n   :target: https://github.com/pygame/pygame/compare/2.1.2...main\r\n\r\n.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg\r\n    :target: https://github.com/psf/black\r\n\r\n.. _pygame: https://www.pygame.org\r\n.. _Simple DirectMedia Layer library: https://www.libsdl.org\r\n.. _We need your help: https://www.pygame.org/contribute.html\r\n.. _Compilation wiki page: https://www.pygame.org/wiki/Compilation\r\n.. _docs page: https://www.pygame.org/docs/\r\n.. _GNU LGPL version 2.1: https://www.gnu.org/copyleft/lesser.html\r\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Python Game Development",
    "version": "2.6.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pygame/pygame/issues",
        "Documentation": "https://pygame.org/docs",
        "Homepage": "https://www.pygame.org",
        "Source": "https://github.com/pygame/pygame",
        "Twitter": "https://twitter.com/pygame_org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc33a1310386b8913ce1bdb90c33fa536970e299ad57eb35785f1d71ea1e2ad3",
                "md5": "f0aa842d7ca775b067ce1621f00de809",
                "sha256": "816e85000c5d8b02a42b9834f761a5925ef3377d2924e3a7c4c143d2990ce5b8"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0aa842d7ca775b067ce1621f00de809",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 13607860,
            "upload_time": "2024-09-29T11:10:44",
            "upload_time_iso_8601": "2024-09-29T11:10:44.173010Z",
            "url": "https://files.pythonhosted.org/packages/bc/33/a1310386b8913ce1bdb90c33fa536970e299ad57eb35785f1d71ea1e2ad3/pygame-2.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "880f4e37b115056e43714e7550054dd3cd7f4d552da54d7fc58a2fb1407acda5",
                "md5": "39482fd3b9c8ff1da5a1c4c9ad3cdb30",
                "sha256": "8a78fd030d98faab4a8e27878536fdff7518d3e062a72761c552f624ebba5a5f"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "39482fd3b9c8ff1da5a1c4c9ad3cdb30",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 14304696,
            "upload_time": "2024-09-29T11:39:46",
            "upload_time_iso_8601": "2024-09-29T11:39:46.724669Z",
            "url": "https://files.pythonhosted.org/packages/88/0f/4e37b115056e43714e7550054dd3cd7f4d552da54d7fc58a2fb1407acda5/pygame-2.6.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11b3de6ed93ae483cf3bac8f950a955e83f7ffe59651fd804d100fff65d66d6c",
                "md5": "5460dbe72259cbef1bf3f4e64af4786c",
                "sha256": "da3ad64d685f84a34ebe5daacb39fff14f1251acb34c098d760d63fee768f50c"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5460dbe72259cbef1bf3f4e64af4786c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 13977684,
            "upload_time": "2024-09-29T11:39:49",
            "upload_time_iso_8601": "2024-09-29T11:39:49.921907Z",
            "url": "https://files.pythonhosted.org/packages/11/b3/de6ed93ae483cf3bac8f950a955e83f7ffe59651fd804d100fff65d66d6c/pygame-2.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d305d86440aa879708c41844bafc6b3eb42c6d8cf54082482499b53139133e2a",
                "md5": "1668df3d22bc82b4a60753233568fa41",
                "sha256": "9dd5c054d4bd875a8caf978b82672f02bec332f52a833a76899220c460bb4b58"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "1668df3d22bc82b4a60753233568fa41",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 10251775,
            "upload_time": "2024-09-29T11:40:34",
            "upload_time_iso_8601": "2024-09-29T11:40:34.952486Z",
            "url": "https://files.pythonhosted.org/packages/d3/05/d86440aa879708c41844bafc6b3eb42c6d8cf54082482499b53139133e2a/pygame-2.6.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "009e0d8aa8cf93db2d2ee38ebaf1c7b61d0df36ded27eb726221719c150c673d",
                "md5": "90b75f5425610f2064ba4afe129adf44",
                "sha256": "c31dbdb5d0217f32764797d21c2752e258e5fb7e895326538d82b5f75a0cd856"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "90b75f5425610f2064ba4afe129adf44",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 13611760,
            "upload_time": "2024-09-29T11:10:47",
            "upload_time_iso_8601": "2024-09-29T11:10:47.317259Z",
            "url": "https://files.pythonhosted.org/packages/00/9e/0d8aa8cf93db2d2ee38ebaf1c7b61d0df36ded27eb726221719c150c673d/pygame-2.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d79ed06adaa5cc65876bcd7a24f59f67e07f7e4194e6298130024ed3fb22c456",
                "md5": "352e4a01084072c09886f636a952e802",
                "sha256": "173badf82fa198e6888017bea40f511cb28e69ecdd5a72b214e81e4dcd66c3b1"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "352e4a01084072c09886f636a952e802",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 14298054,
            "upload_time": "2024-09-29T11:39:53",
            "upload_time_iso_8601": "2024-09-29T11:39:53.891224Z",
            "url": "https://files.pythonhosted.org/packages/d7/9e/d06adaa5cc65876bcd7a24f59f67e07f7e4194e6298130024ed3fb22c456/pygame-2.6.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aa19ae2852ebd3a7cc7d9ae7ff7919ab983e4a5c1b7a14e840732f23b2b48f6",
                "md5": "691014c3daa58d4d819b966d1ae47b13",
                "sha256": "ce8cc108b92de9b149b344ad2e25eedbe773af0dc41dfb24d1f07f679b558c60"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "691014c3daa58d4d819b966d1ae47b13",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 13977107,
            "upload_time": "2024-09-29T11:39:56",
            "upload_time_iso_8601": "2024-09-29T11:39:56.831285Z",
            "url": "https://files.pythonhosted.org/packages/7a/a1/9ae2852ebd3a7cc7d9ae7ff7919ab983e4a5c1b7a14e840732f23b2b48f6/pygame-2.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31df6788fd2e9a864d0496a77670e44a7c012184b7a5382866ab0e60c55c0f28",
                "md5": "e4977cb32ad05420675a52f246272102",
                "sha256": "811e7b925146d8149d79193652cbb83e0eca0aae66476b1cb310f0f4226b8b5c"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "e4977cb32ad05420675a52f246272102",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 10250863,
            "upload_time": "2024-09-29T11:44:48",
            "upload_time_iso_8601": "2024-09-29T11:44:48.199685Z",
            "url": "https://files.pythonhosted.org/packages/31/df/6788fd2e9a864d0496a77670e44a7c012184b7a5382866ab0e60c55c0f28/pygame-2.6.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06be3ed337583f010696c3b3435e89a74fb29d0c74d0931e8f33c0a4246307a9",
                "md5": "79f0211cb80134da0e3397b4d39fe66c",
                "sha256": "c47a6938de93fa610accd4969e638c2aebcb29b2fca518a84c3a39d91ab47116"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "79f0211cb80134da0e3397b4d39fe66c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 13587123,
            "upload_time": "2024-09-29T11:10:50",
            "upload_time_iso_8601": "2024-09-29T11:10:50.072157Z",
            "url": "https://files.pythonhosted.org/packages/06/be/3ed337583f010696c3b3435e89a74fb29d0c74d0931e8f33c0a4246307a9/pygame-2.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdcab015586a450db59313535662991b34d24c1f0c0dc149cc5f496573900f4e",
                "md5": "3d2362328a490d8b1caec7ff1666b33d",
                "sha256": "33006f784e1c7d7e466fcb61d5489da59cc5f7eb098712f792a225df1d4e229d"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3d2362328a490d8b1caec7ff1666b33d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 14275532,
            "upload_time": "2024-09-29T11:39:59",
            "upload_time_iso_8601": "2024-09-29T11:39:59.356933Z",
            "url": "https://files.pythonhosted.org/packages/fd/ca/b015586a450db59313535662991b34d24c1f0c0dc149cc5f496573900f4e/pygame-2.6.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f2d31e6ad42d657af07be2ffd779190353f759a07b51232b9e1d724f2cda46",
                "md5": "6735dcfa9fa98418dea27e52b80bda9c",
                "sha256": "1206125f14cae22c44565c9d333607f1d9f59487b1f1432945dfc809aeaa3e88"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6735dcfa9fa98418dea27e52b80bda9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 13952653,
            "upload_time": "2024-09-29T11:40:01",
            "upload_time_iso_8601": "2024-09-29T11:40:01.781040Z",
            "url": "https://files.pythonhosted.org/packages/b9/f2/d31e6ad42d657af07be2ffd779190353f759a07b51232b9e1d724f2cda46/pygame-2.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3428ea2a6979e6fa971702fece1747e862e2256d4a8558fe0da6364dd946c53",
                "md5": "b51e6342f8a82ba32c45d49d15a6bf6e",
                "sha256": "84fc4054e25262140d09d39e094f6880d730199710829902f0d8ceae0213379e"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "b51e6342f8a82ba32c45d49d15a6bf6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 10252421,
            "upload_time": "2024-09-29T11:14:26",
            "upload_time_iso_8601": "2024-09-29T11:14:26.877852Z",
            "url": "https://files.pythonhosted.org/packages/f3/42/8ea2a6979e6fa971702fece1747e862e2256d4a8558fe0da6364dd946c53/pygame-2.6.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f8f617a1196e31ae3b46be6949fbaa95b8c93ce15e0544266198c2266cc1b4d",
                "md5": "4ea4d8da128f1cba91bd19cb96231d04",
                "sha256": "27eb17e3dc9640e4b4683074f1890e2e879827447770470c2aba9f125f74510b"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4ea4d8da128f1cba91bd19cb96231d04",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 13581091,
            "upload_time": "2024-09-29T11:30:27",
            "upload_time_iso_8601": "2024-09-29T11:30:27.653181Z",
            "url": "https://files.pythonhosted.org/packages/9f/8f/617a1196e31ae3b46be6949fbaa95b8c93ce15e0544266198c2266cc1b4d/pygame-2.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b872851a564e40a2dad353f1c6e143465d445dab18a95281f9ea458b94f3608",
                "md5": "f1f4de1055fa6582f3f99b3d1da960e7",
                "sha256": "4c1623180e70a03c4a734deb9bac50fc9c82942ae84a3a220779062128e75f3b"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f1f4de1055fa6582f3f99b3d1da960e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 14273844,
            "upload_time": "2024-09-29T11:40:04",
            "upload_time_iso_8601": "2024-09-29T11:40:04.138264Z",
            "url": "https://files.pythonhosted.org/packages/3b/87/2851a564e40a2dad353f1c6e143465d445dab18a95281f9ea458b94f3608/pygame-2.6.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85b5aa23aa2e70bcba42c989c02e7228273c30f3b44b9b264abb93eaeff43ad7",
                "md5": "26e42713fcbe021f3d79c59e91c9c88b",
                "sha256": "ef07c0103d79492c21fced9ad68c11c32efa6801ca1920ebfd0f15fb46c78b1c"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26e42713fcbe021f3d79c59e91c9c88b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 13951197,
            "upload_time": "2024-09-29T11:40:06",
            "upload_time_iso_8601": "2024-09-29T11:40:06.785527Z",
            "url": "https://files.pythonhosted.org/packages/85/b5/aa23aa2e70bcba42c989c02e7228273c30f3b44b9b264abb93eaeff43ad7/pygame-2.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a60629e939b34d3f1354738c7d201c51c250ad7abefefaf6f8332d962ff67c4b",
                "md5": "49500b3c9c17c1cf3ee10bd5f8305fd8",
                "sha256": "3acd8c009317190c2bfd81db681ecef47d5eb108c2151d09596d9c7ea9df5c0e"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "49500b3c9c17c1cf3ee10bd5f8305fd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 10249309,
            "upload_time": "2024-09-29T11:10:23",
            "upload_time_iso_8601": "2024-09-29T11:10:23.329058Z",
            "url": "https://files.pythonhosted.org/packages/a6/06/29e939b34d3f1354738c7d201c51c250ad7abefefaf6f8332d962ff67c4b/pygame-2.6.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fde8d548e86303802298480a00b9c326e01213a2895bf73d3f6b6cc4fd62bead",
                "md5": "2830332377ce4f3c5e1411f8381bee45",
                "sha256": "3bede70ec708057e305815d6546012669226d1d80566785feca9b044216062e7"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2830332377ce4f3c5e1411f8381bee45",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 13581461,
            "upload_time": "2024-09-29T11:10:52",
            "upload_time_iso_8601": "2024-09-29T11:10:52.878229Z",
            "url": "https://files.pythonhosted.org/packages/fd/e8/d548e86303802298480a00b9c326e01213a2895bf73d3f6b6cc4fd62bead/pygame-2.6.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59a5f838ee059080de2aa3d56f8c12e00873cb49cf7f28aec8ed4eb41f97eb9b",
                "md5": "6ad461724aca12b69181bb58877f443a",
                "sha256": "f84f15d146d6aa93254008a626c56ef96fed276006202881a47b29757f0cd65a"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6ad461724aca12b69181bb58877f443a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 14272686,
            "upload_time": "2024-09-29T11:40:09",
            "upload_time_iso_8601": "2024-09-29T11:40:09.369871Z",
            "url": "https://files.pythonhosted.org/packages/59/a5/f838ee059080de2aa3d56f8c12e00873cb49cf7f28aec8ed4eb41f97eb9b/pygame-2.6.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ed102e4127bb22beb3452fef881b545012f92a502f1beb46bae9dc82865945e",
                "md5": "aad69689ebad785d5ca3aa56355754a5",
                "sha256": "14f9dda45469b254c0f15edaaeaa85d2cc072ff6a83584a265f5d684c7f7efd8"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aad69689ebad785d5ca3aa56355754a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 13943753,
            "upload_time": "2024-09-29T11:40:11",
            "upload_time_iso_8601": "2024-09-29T11:40:11.632544Z",
            "url": "https://files.pythonhosted.org/packages/7e/d1/02e4127bb22beb3452fef881b545012f92a502f1beb46bae9dc82865945e/pygame-2.6.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "647df4720293559165488eae9d76c9108fec0921167cae198ce8edfc823dc280",
                "md5": "7ffc1d7fced600316dacb5a8ae6a30d6",
                "sha256": "28b43190436037e428a5be28fc80cf6615304fd528009f2c688cc828f4ff104b"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "7ffc1d7fced600316dacb5a8ae6a30d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 10386935,
            "upload_time": "2024-09-29T11:25:04",
            "upload_time_iso_8601": "2024-09-29T11:25:04.172578Z",
            "url": "https://files.pythonhosted.org/packages/64/7d/f4720293559165488eae9d76c9108fec0921167cae198ce8edfc823dc280/pygame-2.6.1-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c03be8a44fed94f784f3c5bf8aa49e295f8a1f8f62b8169598db315bf5a596f6",
                "md5": "10a85770b736593f01a1a46858686e51",
                "sha256": "b46e68cd168f44d0224c670bb72186688fc692d7079715f79d04096757d703d0"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "10a85770b736593f01a1a46858686e51",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 13606036,
            "upload_time": "2024-09-29T11:10:56",
            "upload_time_iso_8601": "2024-09-29T11:10:56.101180Z",
            "url": "https://files.pythonhosted.org/packages/c0/3b/e8a44fed94f784f3c5bf8aa49e295f8a1f8f62b8169598db315bf5a596f6/pygame-2.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76c448923d17ecc38ce6e00fe20e67519035cf837daef37a49d7ab6a484293af",
                "md5": "1487d48bdb44028d0ea4140230be7f49",
                "sha256": "c0b11356ac96261162d54a2c2b41a41978f00525631b01ec9c4fe26b01c66595"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1487d48bdb44028d0ea4140230be7f49",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 14301098,
            "upload_time": "2024-09-29T11:40:13",
            "upload_time_iso_8601": "2024-09-29T11:40:13.940616Z",
            "url": "https://files.pythonhosted.org/packages/76/c4/48923d17ecc38ce6e00fe20e67519035cf837daef37a49d7ab6a484293af/pygame-2.6.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32eaa95a15beec98f3aae2225394fc1edd896b45867c10801dae9fbead60fdcf",
                "md5": "9b2d9da487d3caf9f650fbe4ec74ff98",
                "sha256": "325a84d072d52e3c2921eff02f87c6a74b7e77d71db3bdf53801c6c975f1b6c4"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b2d9da487d3caf9f650fbe4ec74ff98",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 13969765,
            "upload_time": "2024-09-29T11:40:16",
            "upload_time_iso_8601": "2024-09-29T11:40:16.912751Z",
            "url": "https://files.pythonhosted.org/packages/32/ea/a95a15beec98f3aae2225394fc1edd896b45867c10801dae9fbead60fdcf/pygame-2.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42298925749a5a90fbe918205c76c6e19958672c8db83b5844a854fa3344f520",
                "md5": "e8e1ad0a2af9cc8a907ca8a7edb8869e",
                "sha256": "2a615d78b2364e86f541458ff41c2a46181b9a1e9eabd97b389282fdf04efbb3"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "e8e1ad0a2af9cc8a907ca8a7edb8869e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 10394905,
            "upload_time": "2024-09-29T11:29:18",
            "upload_time_iso_8601": "2024-09-29T11:29:18.365738Z",
            "url": "https://files.pythonhosted.org/packages/42/29/8925749a5a90fbe918205c76c6e19958672c8db83b5844a854fa3344f520/pygame-2.6.1-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60157cbb41f46678555c7aab6b49eddac38b23e426b1a4244af520b826bbcb57",
                "md5": "13d8bc434e038192bcca8b95eef63bf4",
                "sha256": "ac3f033d2be4a9e23660a96afe2986df3a6916227538a6a0061bc218c5088507"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "13d8bc434e038192bcca8b95eef63bf4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 13614577,
            "upload_time": "2024-09-29T11:10:59",
            "upload_time_iso_8601": "2024-09-29T11:10:59.629807Z",
            "url": "https://files.pythonhosted.org/packages/60/15/7cbb41f46678555c7aab6b49eddac38b23e426b1a4244af520b826bbcb57/pygame-2.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e10a57dcdec74445f3fdf3d7dcc786ff38597592a458e8bbfc540aa8a6cb4ce2",
                "md5": "e0f68a1e08ec03eed623d9547d657991",
                "sha256": "a1bf7ab5311bbced70320f1a56701650b4c18231343ae5af42111eea91e0949a"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e0f68a1e08ec03eed623d9547d657991",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 14308698,
            "upload_time": "2024-09-29T11:40:19",
            "upload_time_iso_8601": "2024-09-29T11:40:19.161586Z",
            "url": "https://files.pythonhosted.org/packages/e1/0a/57dcdec74445f3fdf3d7dcc786ff38597592a458e8bbfc540aa8a6cb4ce2/pygame-2.6.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e83b070a1bbac12a6914ea08a0b8f26bb349638233a56c111b5d4561f716f8f2",
                "md5": "4d33d5531ff3ab29907a85ee62c75144",
                "sha256": "21160d9093533eb831f1b708e630706e5ac16b30750571ec27bc3b8364814f38"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d33d5531ff3ab29907a85ee62c75144",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 13982722,
            "upload_time": "2024-09-29T11:40:22",
            "upload_time_iso_8601": "2024-09-29T11:40:22.367289Z",
            "url": "https://files.pythonhosted.org/packages/e8/3b/070a1bbac12a6914ea08a0b8f26bb349638233a56c111b5d4561f716f8f2/pygame-2.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af9ef4fd29d8a41ef19cbf573a1b0bafc4221aae78f610d307033e1250e1cca3",
                "md5": "06b7f27c84c60ca88a8dcf05a32f538a",
                "sha256": "7bffdd3eaf394d9645331d1c3a5df9d782ebcc3c5a78f3b657c7879a828dd111"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "06b7f27c84c60ca88a8dcf05a32f538a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 10255798,
            "upload_time": "2024-09-29T11:32:41",
            "upload_time_iso_8601": "2024-09-29T11:32:41.394467Z",
            "url": "https://files.pythonhosted.org/packages/af/9e/f4fd29d8a41ef19cbf573a1b0bafc4221aae78f610d307033e1250e1cca3/pygame-2.6.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d34d3621df95571465fa09fc65d48b9c70b32c4271b5c11b60aeabf592d3222e",
                "md5": "fd1ba2598b4dfa78c0283376932e48e4",
                "sha256": "5d09fd950725d187aa5207c0cb8eb9ab0d2f8ce9ab8d189c30eeb470e71b617e"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fd1ba2598b4dfa78c0283376932e48e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 13612295,
            "upload_time": "2024-09-29T11:11:02",
            "upload_time_iso_8601": "2024-09-29T11:11:02.753727Z",
            "url": "https://files.pythonhosted.org/packages/d3/4d/3621df95571465fa09fc65d48b9c70b32c4271b5c11b60aeabf592d3222e/pygame-2.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b87e8f8357ea9b82bc2229a27f79ccff827a68033a6e5f2221da127422978a28",
                "md5": "39a37ab6dc6a23cc66caf1bb9b712bc3",
                "sha256": "163e66de169bd5670c86e27d0b74aad0d2d745e3b63cf4e7eb5b2bff1231ca8d"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "39a37ab6dc6a23cc66caf1bb9b712bc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 14307883,
            "upload_time": "2024-09-29T11:40:24",
            "upload_time_iso_8601": "2024-09-29T11:40:24.514053Z",
            "url": "https://files.pythonhosted.org/packages/b8/7e/8f8357ea9b82bc2229a27f79ccff827a68033a6e5f2221da127422978a28/pygame-2.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "759c5cee30344ea2c5c2292c036719322d28decd2699c813b99cb0e636212f99",
                "md5": "b3d823d197375ee7304c5e1ba0977361",
                "sha256": "fb6e8d0547f30ddc845f4fd1e33070ef548233ad0dbf21f7ecea768883d1bbdc"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3d823d197375ee7304c5e1ba0977361",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 13980247,
            "upload_time": "2024-09-29T11:40:26",
            "upload_time_iso_8601": "2024-09-29T11:40:26.822097Z",
            "url": "https://files.pythonhosted.org/packages/75/9c/5cee30344ea2c5c2292c036719322d28decd2699c813b99cb0e636212f99/pygame-2.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62573e97f6c05632ac3424578b4683ef9c36882b8796862517f72236111f76b9",
                "md5": "c0e3d26f6c38d7e587553911e22ecdb4",
                "sha256": "d29eb9a93f12aa3d997b6e3c447ac85b2a4b142ab2548441523a8fcf5e216042"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "c0e3d26f6c38d7e587553911e22ecdb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 10254889,
            "upload_time": "2024-09-29T11:36:35",
            "upload_time_iso_8601": "2024-09-29T11:36:35.710400Z",
            "url": "https://files.pythonhosted.org/packages/62/57/3e97f6c05632ac3424578b4683ef9c36882b8796862517f72236111f76b9/pygame-2.6.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1130e6c0d38ac173edc7e274663f4ea9358a0aa5b330a82402a603a3edac824",
                "md5": "0bcfe367bef42ce58da2b6e621a520fa",
                "sha256": "4a8ea113b1bf627322a025a1a5a87e3818a7f55ab3a4077ff1ae5c8c60576614"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-pp36-pypy36_pp73-win32.whl",
            "has_sig": false,
            "md5_digest": "0bcfe367bef42ce58da2b6e621a520fa",
            "packagetype": "bdist_wheel",
            "python_version": "pp36",
            "requires_python": ">=3.6",
            "size": 10352198,
            "upload_time": "2024-09-29T11:21:37",
            "upload_time_iso_8601": "2024-09-29T11:21:37.152133Z",
            "url": "https://files.pythonhosted.org/packages/c1/13/0e6c0d38ac173edc7e274663f4ea9358a0aa5b330a82402a603a3edac824/pygame-2.6.1-pp36-pypy36_pp73-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8a5ef76a85da2cb7bc6b9fc54b0a56cf75f244c8adcd16bab8d0d9d7398bfed",
                "md5": "5ee31d7777317d91c39cf3f313bf9e51",
                "sha256": "17498a2b043bc0e795faedef1b081199c688890200aef34991c1941caa2d2c89"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5ee31d7777317d91c39cf3f313bf9e51",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 14182026,
            "upload_time": "2024-09-29T11:40:28",
            "upload_time_iso_8601": "2024-09-29T11:40:28.978678Z",
            "url": "https://files.pythonhosted.org/packages/b8/a5/ef76a85da2cb7bc6b9fc54b0a56cf75f244c8adcd16bab8d0d9d7398bfed/pygame-2.6.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b115519d3dfc8046822289dbd8ffde407e30ddb56b6f4a78ca39121a545a322",
                "md5": "28b7f4dd32d64a78f87df7131d6c4859",
                "sha256": "7103c60939bbc1e05cfc7ba3f1d2ad3bbf103b7828b82a7166a9ab6f51950146"
            },
            "downloads": -1,
            "filename": "pygame-2.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28b7f4dd32d64a78f87df7131d6c4859",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 13869271,
            "upload_time": "2024-09-29T11:40:31",
            "upload_time_iso_8601": "2024-09-29T11:40:31.176200Z",
            "url": "https://files.pythonhosted.org/packages/8b/11/5519d3dfc8046822289dbd8ffde407e30ddb56b6f4a78ca39121a545a322/pygame-2.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 11:10:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pygame",
    "github_project": "pygame",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pygame"
}
        
Elapsed time: 0.51643s