Metadata-Version: 2.0
Name: lyricsmaster
Version: 2.3.1
Summary: LyricsMaster is a library for analyzing lyrics using various Machine Learning algorithms. It includes utilities for downloading lyrics from multiple lyrics providers.
Home-page: https://github.com/SekouD/lyricsmaster
Author: SekouD
Author-email: sekoud.python@gmail.com
License: MIT license
Keywords: lyricsmaster
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Dist: Click (>=6.0)

============
LyricsMaster
============


.. image:: https://img.shields.io/pypi/v/lyricsmaster.svg
        :target: https://pypi.python.org/pypi/lyricsmaster

.. image:: https://img.shields.io/travis/SekouD/lyricsmaster.svg
        :target: https://travis-ci.org/SekouD/lyricsmaster

.. 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: Updates


.. 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
- The Original Hip-Hop (Rap) Lyrics Archive - OHHLA.com
- and more to come soon.


* Free software: MIT license
* Documentation: https://lyricsmaster.readthedocs.io.


Features
--------

* TODO

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
=======

0.1.0 (2017-09-11)
------------------

* First release on PyPI.


