Metadata-Version: 2.1
Name: lyr
Version: 0.1.0
Summary: lyrics providers
Home-page: https://github.com/youkaclub/lyr
Author-email: youka.club@gmail.com
License: UNKNOWN
Description: # lyr
        
        search lyrics using python.
        
        ## providers
        - google
        - musixmatch
        - genius
        
        ## usage
        ```py
        import lyr
        query = 'ellie goulding your song'
        lyrics = lyr.lyrics(query)
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
