mdln


Namemdln JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/qwertyquerty/MDLN
SummaryA lightweight, high performance, and object-focused 2D game framework in Python
upload_time2023-07-08 00:27:35
maintainer
docs_urlNone
authorMadeline
requires_python>=3.6
licenseMIT
keywords mdln game engine pygame entity component framework
VCS
bugtrack_url
requirements pygame pyyaml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MDLN

> Madeline Doesn't Like Naming

A lightweight, high performance, and object-focused 2D game framework in Python

### General Structure Plan

- [x] Game
    - [x] Screen
    - [x] Window
    - [x] Clock
    - [x] Scene
        - [x] Stages [ ... ]
            - [x] Entites [ ... ]
                - [x] Icon
                    - [x] sprite map
                    - [x] icon states
                - [x] Layer
                - [x] Rect
                - [ ] Components [ ... ]
        - [ ] Mixer
    - [ ] Systems [ ... ]
    - [x] Event Handlers [ ... ]

*Documentation coming soon..*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/qwertyquerty/MDLN",
    "name": "mdln",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "mdln game engine pygame entity component framework",
    "author": "Madeline",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cb/81/e923ebc0a1ac20cb73ac4862e740f656bbf8077eb93dd08ab44b52cf655b/mdln-0.1.4.tar.gz",
    "platform": null,
    "description": "# MDLN\n\n> Madeline Doesn't Like Naming\n\nA lightweight, high performance, and object-focused 2D game framework in Python\n\n### General Structure Plan\n\n- [x] Game\n    - [x] Screen\n    - [x] Window\n    - [x] Clock\n    - [x] Scene\n        - [x] Stages [ ... ]\n            - [x] Entites [ ... ]\n                - [x] Icon\n                    - [x] sprite map\n                    - [x] icon states\n                - [x] Layer\n                - [x] Rect\n                - [ ] Components [ ... ]\n        - [ ] Mixer\n    - [ ] Systems [ ... ]\n    - [x] Event Handlers [ ... ]\n\n*Documentation coming soon..*\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight, high performance, and object-focused 2D game framework in Python",
    "version": "0.1.4",
    "project_urls": {
        "Documentation": "https://github.com/qwertyquerty/MDLN",
        "Homepage": "https://github.com/qwertyquerty/MDLN"
    },
    "split_keywords": [
        "mdln",
        "game",
        "engine",
        "pygame",
        "entity",
        "component",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f607587d7f6476eebcd4c026b69c469b3a2b1209ab4b05820128b34553e3f9a",
                "md5": "3f4cf3265127112498c7d73b35f676b9",
                "sha256": "2fc34291d6b0d18e3a4e3505b8e791a6e712ded5c2029ee1286cc8ac33e407c4"
            },
            "downloads": -1,
            "filename": "mdln-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f4cf3265127112498c7d73b35f676b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6034,
            "upload_time": "2023-07-08T00:27:34",
            "upload_time_iso_8601": "2023-07-08T00:27:34.716139Z",
            "url": "https://files.pythonhosted.org/packages/0f/60/7587d7f6476eebcd4c026b69c469b3a2b1209ab4b05820128b34553e3f9a/mdln-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb81e923ebc0a1ac20cb73ac4862e740f656bbf8077eb93dd08ab44b52cf655b",
                "md5": "89f95db4de9d695b877dbd79245e2705",
                "sha256": "60e1b6e8fedcb9a8e0ae7d36a3baf1368d5b1d36f2fca9434cd95912d9df4a8c"
            },
            "downloads": -1,
            "filename": "mdln-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "89f95db4de9d695b877dbd79245e2705",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4894,
            "upload_time": "2023-07-08T00:27:35",
            "upload_time_iso_8601": "2023-07-08T00:27:35.905461Z",
            "url": "https://files.pythonhosted.org/packages/cb/81/e923ebc0a1ac20cb73ac4862e740f656bbf8077eb93dd08ab44b52cf655b/mdln-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-08 00:27:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qwertyquerty",
    "github_project": "MDLN",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pygame",
            "specs": [
                [
                    "<",
                    "3"
                ],
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        }
    ],
    "lcname": "mdln"
}
        
Elapsed time: 0.08885s