Metadata-Version: 1.1
Name: lyricsmaster
Version: 2.7.4
Summary: LyricsMaster is a library for downloading lyrics from multiple lyrics providers. LyricWiki, AzLyrics, Genius and other lyrics provider are available
Home-page: https://github.com/SekouD/lyricsmaster
Author: SekouD
Author-email: sekoud.python@gmail.com
License: MIT license
Description: ============
        LyricsMaster
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/lyricsmaster.svg
                :target: https://pypi.python.org/pypi/lyricsmaster
                :alt: PyPi Status
        
        .. image:: https://img.shields.io/travis/SekouD/lyricsmaster.svg
                :target: https://travis-ci.org/SekouD/lyricsmaster
                :alt: Linux Continuous Integration Status
        
        .. image:: https://ci.appveyor.com/api/projects/status/73bd1ct4revmlk42/branch/master?svg=true
                :target: https://ci.appveyor.com/project/SekouD/lyricsmaster
                :alt: Windows Continuous Integration Status
        
        .. image:: https://readthedocs.org/projects/lyricsmaster/badge/?version=latest
                :target: https://lyricsmaster.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/SekouD/lyricsmaster/shield.svg
                :target: https://pyup.io/repos/github/SekouD/lyricsmaster/
                :alt: Dependencies Update Status
        
        .. image:: https://codecov.io/gh/SekouD/lyricsmaster/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/SekouD/lyricsmaster
                :alt: Coverage Status
        
        LyricsMaster is a library for downloading lyrics from multiple lyrics providers. The following Lyrics Providers are supported:
        
        - Lyric Wikia
        - AzLyrics
        - Genius
        - The Original Hip-Hop (Rap) Lyrics Archive - OHHLA.com
        - and more to come soon.
        
        
        * Free software: MIT license
        * Documentation: https://lyricsmaster.readthedocs.io.
        
        
        Features
        --------
        
        - Download Lyrics from LyricWiki, AzLyrics, Genius OHHLA and more.
        - Download Lyrics Asynchronously.
        - Can make requests over Tor for anonymous downloading of songs.
        - Easily save the lyrics on your computer.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        2.7.0 (2017-09-27)
        ------------------
        
        * Added Command Line Interface.
        
        2.6.0 (2017-09-26)
        ------------------
        
        * Added Genius provider.
        
        2.5.0 (2017-09-26)
        ------------------
        
        * Added python 2.7 compatibility
        
        2.4.0 (2017-09-24)
        ------------------
        
        * Added AzLyrics provider.
        
        2.3.0 (2017-09-21)
        ------------------
        
        * Added full documentation.
        * Corrected asynchronous requests bug when renewing Tor circuit.
        
        2.2.0 (2017-09-20)
        ------------------
        
        * Added save method to Discography, Album, Song objects.
        
        2.1.0 (2017-09-20)
        ------------------
        
        * Added Asynchronous Requests.
        
        2.0.0 (2017-09-19)
        ------------------
        
        * Added Tor Anonymisation.
        
        1.0.0 (2017-09-17)
        ------------------
        
        * Added LyricWiki provider.
        
        0.1.0 (2017-09-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: lyricsmaster lyrics LyricWiki Lyrics Wikia AzLyrics Genius Tor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
