PylibMS


NamePylibMS JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/AbdyyEee/PylibMS
SummaryLibrary for Nintendo's LMS file formats (MSBT, MSBP) for Nintendo 3DS and Wii U
upload_time2024-01-06 09:33:53
maintainer
docs_urlNone
authorAbdyyEee
requires_python>=3.10
license
keywords nintendo msbf msbt msbp modding lms libmessagestudio
VCS
bugtrack_url
requirements beautifulsoup4 lxml setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PylibMS
PyLMS is a library built in Python3.10+ for Nintendo's LMS (libMessageStudio) file formats. Intended for games on the Nintendo 3DS and Wii U revisions of the file format. Examples such as:
* Tomodachi Life 
* Nintendo Badge Arcade
* The Legend of Zelda: A Link Between Worlds
* Animal Crossing: Amiibo Festival
* Super Mario 3D World
* Super Mario 3D Land.
# Features and Usage
See [the wiki](https://github.com/AbdyyEee/PylibMS/wiki) for explanations and examples on how to use the library.
# Installation
```
pip install PylibMS
```
Python version must be >= 10.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AbdyyEee/PylibMS",
    "name": "PylibMS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "nintendo,msbf,msbt,msbp,modding,lms,libmessagestudio",
    "author": "AbdyyEee",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2e/05/c6783ae0cc63cfd823fc03da8c47a44fe489d2c773390e84fd471f1b39f4/PylibMS-0.5.1.tar.gz",
    "platform": null,
    "description": "# PylibMS\r\nPyLMS is a library built in Python3.10+ for Nintendo's LMS (libMessageStudio) file formats. Intended for games on the Nintendo 3DS and Wii U revisions of the file format. Examples such as:\r\n* Tomodachi Life \r\n* Nintendo Badge Arcade\r\n* The Legend of Zelda: A Link Between Worlds\r\n* Animal Crossing: Amiibo Festival\r\n* Super Mario 3D World\r\n* Super Mario 3D Land.\r\n# Features and Usage\r\nSee [the wiki](https://github.com/AbdyyEee/PylibMS/wiki) for explanations and examples on how to use the library.\r\n# Installation\r\n```\r\npip install PylibMS\r\n```\r\nPython version must be >= 10.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library for Nintendo's LMS file formats (MSBT, MSBP) for Nintendo 3DS and Wii U",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/AbdyyEee/PylibMS"
    },
    "split_keywords": [
        "nintendo",
        "msbf",
        "msbt",
        "msbp",
        "modding",
        "lms",
        "libmessagestudio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e05c6783ae0cc63cfd823fc03da8c47a44fe489d2c773390e84fd471f1b39f4",
                "md5": "3260aeef5c8e658b0a3716eb3892f8bf",
                "sha256": "f0cb015261d57e521a81a574a4ebad633d5f1aa969b6b7708c16a162872bf639"
            },
            "downloads": -1,
            "filename": "PylibMS-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3260aeef5c8e658b0a3716eb3892f8bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13580,
            "upload_time": "2024-01-06T09:33:53",
            "upload_time_iso_8601": "2024-01-06T09:33:53.441161Z",
            "url": "https://files.pythonhosted.org/packages/2e/05/c6783ae0cc63cfd823fc03da8c47a44fe489d2c773390e84fd471f1b39f4/PylibMS-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 09:33:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AbdyyEee",
    "github_project": "PylibMS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.12.2"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "==",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "68.2.2"
                ]
            ]
        }
    ],
    "lcname": "pylibms"
}
        
Elapsed time: 0.16349s