Metadata-Version: 1.1
Name: radiobabel
Version: 0.1.0
Summary: Interact with a number of online music services using a single unified API.
Home-page: https://github.com/rehabradio/radiobabel
Author: Paddy Carey
Author-email: patrick@rehabstudio.com
License: UNKNOWN
Description: radiobabel
        ==========
        
        .. image:: https://pypip.in/v/radiobabel/badge.png
            :target: https://pypi.python.org/pypi/radiobabel
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/rehabradio/radiobabel.png
           :target: https://travis-ci.org/rehabradio/radiobabel
           :alt: Latest Travis CI build status
        
        Provides a simple unified API to a (very) limited subset of features of
        various music streaming services. This library is mostly used as a backend to
        provide metadata search and lookup for other applications.
        
        
        Installation
        ------------
        
        Distribute & Pip
        ~~~~~~~~~~~~~~~~
        
        Installing radiobabel is simple with `pip <http://www.pip-installer.org/>`_::
        
            $ pip install radiobabel
        
        or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
        
            $ easy_install radiobabel
        
        But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_.
        
        
        TODO
        ----
        
        * Write some proper docs.
        * Add Spotify support.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
