Metadata-Version: 2.4
Name: sdpdump
Version: 1.0.0
Summary: Tool for extracting audio from konami sdp files.
Home-page: http://github.com/camprevail/sdpdump
Author: Cammy
Author-email: 
License: MIT
Keywords: sdp, sdpdump, konami
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numba
Requires-Dist: setuptools
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# 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}/
```
