Metadata-Version: 2.1
Name: cuecut
Version: 1.0.1
Summary: Cut a CD image file by its cue file
Home-page: https://github.com/jsjyhzy/cuecut
Author: Hu Zheyang
Author-email: i@huzheyang.com
License: MIT
Description: # CueCut
        
        Cut a CD image file by its cue file.
        
        ## Usage
        
        ### Prerequisite
        
        There should exists an executable `ffmpeg` in `PATH`,
        and the minimal Python/FFmpeg version that has been tested is 3.6.6/4.1 .
        
        ### Folder Struct
        
        ```
        .
        ├──xxx.cue
        └──yyy.zzz
        ```
        
        Where `yyy.zzz` is the name defined in `xxx.cue`
        
        ### Cut it
        
        `python cuecut.py /path/to/xxx.cue`
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3
Description-Content-Type: text/markdown
