Metadata-Version: 1.1
Name: randomlyric
Version: 1.0.0
Summary: Get a random lyric from a random song, and url to the rest of the lyrics
Home-page: https://github.com/blha303/randomlyric
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Description: randomlyric
        ===========
        
        Get a random lyric from a random song, and url to the rest of the lyrics
        
        Usage
        -----
        
        ::
        
            usage: __main__.py [-h] [--letter LETTER] [--artist-href ARTIST_HREF]
                               [--song-href SONG_HREF]
        
            optional arguments:
              -h, --help            show this help message and exit
              --letter LETTER       Specify letter instead of allowing random choice
              --artist-href ARTIST_HREF
                                    Specifies the artist you want. No preceding slash.
                                    Example: m/mutemath.html
              --song-href SONG_HREF
                                    Specifies the song you want. No preceding slash.
                                    Example: lyrics/mutemath/typical.html
        
        Installation
        ------------
        
        Via ``pip``:
        
        ::
        
            pip3 install randomlyric
        
        Alternatively:
        
        -  Clone the repository, ``cd randomlyric``
        -  Run ``python3 setup.py install`` or ``pip3 install -e``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Multimedia :: Sound/Audio
