pygame_wrapper


Namepygame_wrapper JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryA simple wrapper around pygame
upload_time2023-10-17 03:50:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords pygame wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pygame Wrapper

[![PyPI - Version](https://img.shields.io/pypi/v/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)

-----

**Table of Contents**

- [Introduction](#introduction)
- [Installation](#installation)
- [Documentation](#documentation)
- [License](#license)

## Introduction

This is a project that I created in order to have an easier time when creating games with pygame, its not perfect but it really helps lowering some of the annoying boilerplate of pygame. 
This project has pygame-ce listed as a requirement, thus meaning that when installed from PyPI it will automatically install pygame-ce. 
This is because I believe it is superior than pygame. 
Normal pygame *should* work but you will have to manually uninstall pygame-ce and install pygame.
If you have normal pygame and find issues with the code, you will not get any support (at least from me).

## Installation

```console
pip install pygame_wrapper
```

## Documentation

Due to me being lazy, documentation is non-existent.
PRs for docs are welcome (modify DOCS.md).
If this project gets big enough I will redo my code to allow automatic documentation to work, or just actually make docs.

## License

`pygame_wrapper` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pygame_wrapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pygame,wrapper",
    "author": null,
    "author_email": "Duve3 <Duv3tabest@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/83/af/cc53ccb27dbf0ef350387ea5df1b097a85b98f0efe92f2b869026a7d5abd/pygame_wrapper-0.2.1.tar.gz",
    "platform": null,
    "description": "# Pygame Wrapper\n\n[![PyPI - Version](https://img.shields.io/pypi/v/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)\n\n-----\n\n**Table of Contents**\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Introduction\n\nThis is a project that I created in order to have an easier time when creating games with pygame, its not perfect but it really helps lowering some of the annoying boilerplate of pygame. \nThis project has pygame-ce listed as a requirement, thus meaning that when installed from PyPI it will automatically install pygame-ce. \nThis is because I believe it is superior than pygame. \nNormal pygame *should* work but you will have to manually uninstall pygame-ce and install pygame.\nIf you have normal pygame and find issues with the code, you will not get any support (at least from me).\n\n## Installation\n\n```console\npip install pygame_wrapper\n```\n\n## Documentation\n\nDue to me being lazy, documentation is non-existent.\nPRs for docs are welcome (modify DOCS.md).\nIf this project gets big enough I will redo my code to allow automatic documentation to work, or just actually make docs.\n\n## License\n\n`pygame_wrapper` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple wrapper around pygame",
    "version": "0.2.1",
    "project_urls": {
        "Documentation": "https://github.com/Duve3/Pygame-wrapper#readme",
        "Issues": "https://github.com/Duve3/Pygame-wrapper/issues",
        "Source": "https://github.com/Duve3/Pygame-wrapper"
    },
    "split_keywords": [
        "pygame",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d46beee77bdd253bc0ab3b1237db6dcf9d88b5727fa26a7ceeab940a163b6765",
                "md5": "bb6518071b2e268d9190e2ec3fbd4b1e",
                "sha256": "b251c78560e2c25c27e4ab6957396b0335a5b8c5261cdd2ff64b04d665df3d11"
            },
            "downloads": -1,
            "filename": "pygame_wrapper-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb6518071b2e268d9190e2ec3fbd4b1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11413,
            "upload_time": "2023-10-17T03:50:04",
            "upload_time_iso_8601": "2023-10-17T03:50:04.010146Z",
            "url": "https://files.pythonhosted.org/packages/d4/6b/eee77bdd253bc0ab3b1237db6dcf9d88b5727fa26a7ceeab940a163b6765/pygame_wrapper-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83afcc53ccb27dbf0ef350387ea5df1b097a85b98f0efe92f2b869026a7d5abd",
                "md5": "ba95ff9964a6cc98778fdfd4acfc7ccb",
                "sha256": "7c1ee7aece484109645bb4891b101df56c13492cbfa3ef727c66fcd87a580370"
            },
            "downloads": -1,
            "filename": "pygame_wrapper-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba95ff9964a6cc98778fdfd4acfc7ccb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10551,
            "upload_time": "2023-10-17T03:50:05",
            "upload_time_iso_8601": "2023-10-17T03:50:05.111151Z",
            "url": "https://files.pythonhosted.org/packages/83/af/cc53ccb27dbf0ef350387ea5df1b097a85b98f0efe92f2b869026a7d5abd/pygame_wrapper-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 03:50:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Duve3",
    "github_project": "Pygame-wrapper#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pygame_wrapper"
}
        
Elapsed time: 0.15514s