Metadata-Version: 1.1
Name: Mopidy-Qobuz
Version: 0.0.1
Summary: Mopidy extension for playing music from Qobuz
Home-page: https://github.com/taschenb/mopidy-qobuz
Author: taschenb
Author-email: taschenb@posteo.de
License: Apache License, Version 2.0
Description: ****************
        Mopidy-Qobuz
        ****************
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music from
        `Qobuz <https://www.qobuz.com/>`_.
        
        Requires a Qobuz subscription.
        
        
        Installation
        ============
        
        Install by running::
        
            sudo pip install mopidy-qobuz
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
        <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must add your Qobuz username and password
        to the Mopidy configuration file::
        
            [qobuz]
            username = alice
            password = secret
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/taschenb/mopidy-qobuz>`_
        - `Issue tracker <https://github.com/taschenb/mopidy-qobuz/issues>`_
        
        
        Disclaimer
        ==========
        
        This application uses the Qobuz API but is not certified by Qobuz. Any use of the API implies your full acceptance of the Qobuz General Terms and Conditions (http://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf)
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
