sm2mpx


Namesm2mpx JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://gitlab.com/menschel/sm2mpx
SummaryA python 3 unpacker for sm2mpx files.
upload_time2023-12-06 21:05:42
maintainer
docs_urlNone
authorPatrick Menschel
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sm2mpx

![coverage](https://gitlab.com/Menschel/sm2mpx/badges/master/coverage.svg)
![pipeline](https://gitlab.com/Menschel/sm2mpx/badges/master/pipeline.svg)

[Documentation](https://menschel.gitlab.io/sm2mpx/)


A python 3 unpacker for SM2MPX files , a proprietary format used by H-Games from the late 90's.
Filenames SE, VOICE, GGD, DATA are a clear indicator that it is this format.

# Description

Create an unpacker utility for this format to extract contents, just for fun.

# Usage

This utility copy's a shell executable to your local bin folder, so you can call it directly.
```
$ sm2mpx -h
usage: sm2mpx [-h] [-l] [-e] [-o OUTPUT_BASE_DIR] file

positional arguments:
  file                A .bf file or a directory with .bf files.

optional arguments:
  -h, --help          show this help message and exit
  -l                  A flag to list the contents of FILE.
  -e                  A flag to extract the contents of FILE.
  -o OUTPUT_BASE_DIR  The output base directory where to extract to, defaults
                      to current working directory.
```

# Deprecation of PyPi Packages
Packages on PyPi are no longer updated due to attempts of the Python Software Foundation to enforce new rules and basically flush out 
developers who do not consent.  
Recent packages can be installed directly from git, i.e.   
```pip install git+https://gitlab.com/Menschel/sm2mpx.git --upgrade```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/menschel/sm2mpx",
    "name": "sm2mpx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Patrick Menschel",
    "author_email": "Patrick Menschel <menschel.p@posteo.de>",
    "download_url": "https://files.pythonhosted.org/packages/83/5a/24e0aecbdb49c52a52f4fdf6db112d402ce3f9fb047f76671fbf9691547b/sm2mpx-0.1.1.tar.gz",
    "platform": null,
    "description": "# sm2mpx\n\n![coverage](https://gitlab.com/Menschel/sm2mpx/badges/master/coverage.svg)\n![pipeline](https://gitlab.com/Menschel/sm2mpx/badges/master/pipeline.svg)\n\n[Documentation](https://menschel.gitlab.io/sm2mpx/)\n\n\nA python 3 unpacker for SM2MPX files , a proprietary format used by H-Games from the late 90's.\nFilenames SE, VOICE, GGD, DATA are a clear indicator that it is this format.\n\n# Description\n\nCreate an unpacker utility for this format to extract contents, just for fun.\n\n# Usage\n\nThis utility copy's a shell executable to your local bin folder, so you can call it directly.\n```\n$ sm2mpx -h\nusage: sm2mpx [-h] [-l] [-e] [-o OUTPUT_BASE_DIR] file\n\npositional arguments:\n  file                A .bf file or a directory with .bf files.\n\noptional arguments:\n  -h, --help          show this help message and exit\n  -l                  A flag to list the contents of FILE.\n  -e                  A flag to extract the contents of FILE.\n  -o OUTPUT_BASE_DIR  The output base directory where to extract to, defaults\n                      to current working directory.\n```\n\n# Deprecation of PyPi Packages\nPackages on PyPi are no longer updated due to attempts of the Python Software Foundation to enforce new rules and basically flush out \ndevelopers who do not consent.  \nRecent packages can be installed directly from git, i.e.   \n```pip install git+https://gitlab.com/Menschel/sm2mpx.git --upgrade```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A python 3 unpacker for sm2mpx files.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/menschel/sm2mpx/issues",
        "Homepage": "https://gitlab.com/menschel/sm2mpx"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "835a24e0aecbdb49c52a52f4fdf6db112d402ce3f9fb047f76671fbf9691547b",
                "md5": "1a6c4574560c0d4a9404a3de40f1f8bb",
                "sha256": "a66691fc1f237973ceb211ad8ff6f5284011f726f2cf5bd5609fc6bbeafeb913"
            },
            "downloads": -1,
            "filename": "sm2mpx-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1a6c4574560c0d4a9404a3de40f1f8bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22438,
            "upload_time": "2023-12-06T21:05:42",
            "upload_time_iso_8601": "2023-12-06T21:05:42.833511Z",
            "url": "https://files.pythonhosted.org/packages/83/5a/24e0aecbdb49c52a52f4fdf6db112d402ce3f9fb047f76671fbf9691547b/sm2mpx-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 21:05:42",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "menschel",
    "gitlab_project": "sm2mpx",
    "lcname": "sm2mpx"
}
        
Elapsed time: 1.74372s