sdpdump


Namesdpdump JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://github.com/camprevail/sdpdump
SummaryTool for extracting audio from konami sdp files.
upload_time2025-08-11 16:19:33
maintainerNone
docs_urlNone
authorCammy
requires_pythonNone
licenseMIT
keywords sdp sdpdump konami
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SDPDump
Extract audio files from konami sdp containers. Used in Love Plus Arcade Colorful Clip, maybe Otomedius?   
Info about the format can be found in sdpdump/sdpdump.py. Also included is a hexpat pattern file for exploring the binary
data in ImHex. 

## Installation
Python via `pip install sdpdump` or Windows binary, available on the [Releases](http://github.com/camprevail/sdpdump/releases)
page. 

## Usage
```
sdpdump [-o output-dir] infile
positional arguments:
  infile

options:
  -h, --help            show this help message and exit
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        Optional: Specify output directory name. Will be created if not exists. Default is ./{infile}/
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/camprevail/sdpdump",
    "name": "sdpdump",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "sdp, sdpdump, konami",
    "author": "Cammy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/23/4f/40b9ba1adf089f088c3751d19b140b18ff22c43c590876c2305c61c9ad22/sdpdump-1.0.0.tar.gz",
    "platform": null,
    "description": "# SDPDump\r\nExtract audio files from konami sdp containers. Used in Love Plus Arcade Colorful Clip, maybe Otomedius?   \r\nInfo about the format can be found in sdpdump/sdpdump.py. Also included is a hexpat pattern file for exploring the binary\r\ndata in ImHex. \r\n\r\n## Installation\r\nPython via `pip install sdpdump` or Windows binary, available on the [Releases](http://github.com/camprevail/sdpdump/releases)\r\npage. \r\n\r\n## Usage\r\n```\r\nsdpdump [-o output-dir] infile\r\npositional arguments:\r\n  infile\r\n\r\noptions:\r\n  -h, --help            show this help message and exit\r\n  -o OUTPUT_DIR, --output-dir OUTPUT_DIR\r\n                        Optional: Specify output directory name. Will be created if not exists. Default is ./{infile}/\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tool for extracting audio from konami sdp files.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "http://github.com/camprevail/sdpdump"
    },
    "split_keywords": [
        "sdp",
        " sdpdump",
        " konami"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f6af824215b482f8aa8610e841f744d8602ce1841446535a68ee5336aba34cf",
                "md5": "465c39c6936a16bbaa3afb62dddc3591",
                "sha256": "9a8182216b33940756424497f541d76eaaef12f83a820703beeaadbf3248459d"
            },
            "downloads": -1,
            "filename": "sdpdump-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "465c39c6936a16bbaa3afb62dddc3591",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4535,
            "upload_time": "2025-08-11T16:19:32",
            "upload_time_iso_8601": "2025-08-11T16:19:32.002642Z",
            "url": "https://files.pythonhosted.org/packages/1f/6a/f824215b482f8aa8610e841f744d8602ce1841446535a68ee5336aba34cf/sdpdump-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "234f40b9ba1adf089f088c3751d19b140b18ff22c43c590876c2305c61c9ad22",
                "md5": "0013fc401b9923c034053d523f7ef6ee",
                "sha256": "268bee30bd049420843d2037cf1d943fdca4f289d4a22a0a8d8e9cf09429df4f"
            },
            "downloads": -1,
            "filename": "sdpdump-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0013fc401b9923c034053d523f7ef6ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4171,
            "upload_time": "2025-08-11T16:19:33",
            "upload_time_iso_8601": "2025-08-11T16:19:33.318514Z",
            "url": "https://files.pythonhosted.org/packages/23/4f/40b9ba1adf089f088c3751d19b140b18ff22c43c590876c2305c61c9ad22/sdpdump-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 16:19:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "camprevail",
    "github_project": "sdpdump",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sdpdump"
}
        
Elapsed time: 0.73797s