scpup


Namescpup JSON
Version 0.13.29 PyPI version JSON
download
home_page
SummaryAramEau python packages
upload_time2024-02-27 03:27:47
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AramEau - eau-py 

## SCPUP Description

Library for Super Crystal Pokebros Ultimate Party game. This library contains the SCPUP ABC and related python classes

This library is not meant to be used in other projects other than AramEau's SCPUP and maybe other games made by AramEau.
So, if for any reason you decide to use this library, it is at your own risk. Sorry but the aim of this library is to
acomplish a personal goal.

## Install

```bash
python -m pip install -U scpup
```

## Usage

Any exported member of any module within this package can be accessed from the root scope, for example:

```python
from scpup import EauSprite
class SomeSprite(EauSprite): ...
# or
import scpup
class SomeSprite(scpup.EauSprite): ...
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scpup",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Ivan Aram Gonzalez Su <ivan.ags.95@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a0/2f/d25e0330f950818f272c124c8e5522691e78be5d4ee8055afa80d62be0df/scpup-0.13.29.tar.gz",
    "platform": null,
    "description": "# AramEau - eau-py \n\n## SCPUP Description\n\nLibrary for Super Crystal Pokebros Ultimate Party game. This library contains the SCPUP ABC and related python classes\n\nThis library is not meant to be used in other projects other than AramEau's SCPUP and maybe other games made by AramEau.\nSo, if for any reason you decide to use this library, it is at your own risk. Sorry but the aim of this library is to\nacomplish a personal goal.\n\n## Install\n\n```bash\npython -m pip install -U scpup\n```\n\n## Usage\n\nAny exported member of any module within this package can be accessed from the root scope, for example:\n\n```python\nfrom scpup import EauSprite\nclass SomeSprite(EauSprite): ...\n# or\nimport scpup\nclass SomeSprite(scpup.EauSprite): ...\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "AramEau python packages",
    "version": "0.13.29",
    "project_urls": {
        "Download Page": "https://scpup-game.web.app",
        "Homepage": "https://github.com/Aram-Eau/eau-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3951bc6a405391a68217483e6b262f4be48c91153f754aa5ab69b9877eaff7a",
                "md5": "0180c80f2913e43e5a876e2b41efbbe6",
                "sha256": "5f22efcaa8f42e5bca4b1656846678171ca4d67bc9a8ae698b783fd834d1d664"
            },
            "downloads": -1,
            "filename": "scpup-0.13.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0180c80f2913e43e5a876e2b41efbbe6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 37015,
            "upload_time": "2024-02-27T03:27:45",
            "upload_time_iso_8601": "2024-02-27T03:27:45.283972Z",
            "url": "https://files.pythonhosted.org/packages/f3/95/1bc6a405391a68217483e6b262f4be48c91153f754aa5ab69b9877eaff7a/scpup-0.13.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a02fd25e0330f950818f272c124c8e5522691e78be5d4ee8055afa80d62be0df",
                "md5": "53278933eccc23eb62fb600a7e227c55",
                "sha256": "4d09cb568bbc2251ac58704d04402a3840b96dd3e8af40f8f67171cad6cd0cc2"
            },
            "downloads": -1,
            "filename": "scpup-0.13.29.tar.gz",
            "has_sig": false,
            "md5_digest": "53278933eccc23eb62fb600a7e227c55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 30980,
            "upload_time": "2024-02-27T03:27:47",
            "upload_time_iso_8601": "2024-02-27T03:27:47.437665Z",
            "url": "https://files.pythonhosted.org/packages/a0/2f/d25e0330f950818f272c124c8e5522691e78be5d4ee8055afa80d62be0df/scpup-0.13.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 03:27:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aram-Eau",
    "github_project": "eau-py",
    "github_not_found": true,
    "lcname": "scpup"
}
        
Elapsed time: 0.18800s