pplay-pygame


Namepplay-pygame JSON
Version 2.2.0 PyPI version JSON
download
home_page
SummaryA simple game abstraction framework to pygame
upload_time2023-12-16 15:10:33
maintainer
docs_urlNone
authorProf. Esteban Clua, Prof. Anselmo Montenegro, Gabriel Saldanha, Adônis Gasiglia, Yuri Nogueira
requires_python>=3.7,
licenseGPL-2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====
PPlay
=====

Abstraction framework for creating games in Python, built on pygame, used by Computer Science students at Universidade Federal Fluminense.

More information and detailed documentation on the project website:
https://www2.ic.uff.br/pplay/


Installation
------------

::

   pip install pplay-pygame

Credits
-------


* Prof. Esteban Clua
* Prof. Anselmo Montenegro
* Gabriel Saldanha
* Adonis Gasiglia
* Yuri Nogueira


Dependencies
------------

PPlay obviously depends on Python and pygame and all their dependencies.

Dependencies:

* Python >= 3.7
* pygame >= 2.1.2

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pplay-pygame",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,",
    "maintainer_email": "",
    "keywords": "",
    "author": "Prof. Esteban Clua, Prof. Anselmo Montenegro, Gabriel Saldanha, Ad\u00f4nis Gasiglia, Yuri Nogueira",
    "author_email": "esteban@ic.uff.br, anselmo@ic.uff.br, gabrielcrsaldanha@gmail.com, adonisgasiglia@id.uff.br, yurinogueira@id.uff.br",
    "download_url": "https://files.pythonhosted.org/packages/3b/cb/8480d49f0746ad9803d7d75f4030d7c697d54bea7a73b094b4b30534d48e/pplay-pygame-2.2.0.tar.gz",
    "platform": null,
    "description": "=====\nPPlay\n=====\n\nAbstraction framework for creating games in Python, built on pygame, used by Computer Science students at Universidade Federal Fluminense.\n\nMore information and detailed documentation on the project website:\nhttps://www2.ic.uff.br/pplay/\n\n\nInstallation\n------------\n\n::\n\n   pip install pplay-pygame\n\nCredits\n-------\n\n\n* Prof. Esteban Clua\n* Prof. Anselmo Montenegro\n* Gabriel Saldanha\n* Adonis Gasiglia\n* Yuri Nogueira\n\n\nDependencies\n------------\n\nPPlay obviously depends on Python and pygame and all their dependencies.\n\nDependencies:\n\n* Python >= 3.7\n* pygame >= 2.1.2\n",
    "bugtrack_url": null,
    "license": "GPL-2",
    "summary": "A simple game abstraction framework to pygame",
    "version": "2.2.0",
    "project_urls": {
        "Code": "https://github.com/yurinogueira/pplay",
        "Documentation": "https://www2.ic.uff.br/pplay/",
        "Tracker": "https://github.com/yurinogueira/pplay/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "169d5316244249e262dc2855f03d6f2bdb1dd41fbbcd2a8885da7b2b3743b5f6",
                "md5": "2f3d3cadd6c86d4703ed534829fd3ddd",
                "sha256": "753c29c6b3bfde5700c76b275a9742ac9637bd9865be1856827509df5ae1d23f"
            },
            "downloads": -1,
            "filename": "pplay_pygame-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f3d3cadd6c86d4703ed534829fd3ddd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,",
            "size": 20826,
            "upload_time": "2023-12-16T15:10:32",
            "upload_time_iso_8601": "2023-12-16T15:10:32.439351Z",
            "url": "https://files.pythonhosted.org/packages/16/9d/5316244249e262dc2855f03d6f2bdb1dd41fbbcd2a8885da7b2b3743b5f6/pplay_pygame-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bcb8480d49f0746ad9803d7d75f4030d7c697d54bea7a73b094b4b30534d48e",
                "md5": "b9269756d3c485b9acb0810382cbb5ce",
                "sha256": "3d95ba2f39e64c32dc7182f557016dc88ee3e09471acb4d5e506e342577e31e9"
            },
            "downloads": -1,
            "filename": "pplay-pygame-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9269756d3c485b9acb0810382cbb5ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,",
            "size": 18331,
            "upload_time": "2023-12-16T15:10:33",
            "upload_time_iso_8601": "2023-12-16T15:10:33.495281Z",
            "url": "https://files.pythonhosted.org/packages/3b/cb/8480d49f0746ad9803d7d75f4030d7c697d54bea7a73b094b4b30534d48e/pplay-pygame-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 15:10:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yurinogueira",
    "github_project": "pplay",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pplay-pygame"
}
        
Elapsed time: 0.30716s