Metadata-Version: 2.1
Name: lyric_matcher
Version: 0.0.7
Summary: README.md
Home-page: UNKNOWN
Author: hanhaodi zhang, zhaoyang bu
Author-email: 1004591463@qq.com
License: UNKNOWN
Description: # Inputs
        
        ## 1.song_path 
        ## 2.songwithTime_path 
        
        
        # Outputs
        # timestamp list
        
        # Installation:
        ## pip install lyric_matcher
        
        
        ## from lyricsmatcher import lyrics_matcher
        ## example
        ## lyrics_section_path = ''
        ## lyrics_timestamp_path = ''
        ## t = lyrics_matcher.lyrics_matcher(lyrics_section_path, lyrics_timestamp_path )
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
