Metadata-Version: 1.0
Name: lastlyric
Version: 0.0.1
Summary: realtime lyric for last.fm
Home-page: https://github.com/solos/lastlyric
Author: solos
Author-email: solos@solos.so
License: MIT
Description: lastlyric
        ---------
        
        About
        -----
        
        Realtime lyric for last.fm
        
        Install
        -------
        
        pip install lastlyric
        
        Usage
        -----
        
            import lastlyric
        
            api_key = ''
            username = ''
            lyric = LastLyric(api_key)
            print lyric.getLast(username)
        
        License
        -------
        
        MIT
        
Platform: any
