Metadata-Version: 2.1
Name: Mopidy-Mowecl
Version: 0.2.0
Summary: Web client for Mopidy
Home-page: https://github.com/sapristi/mopidy-mowecl
Author: Mathias Millet
Author-email: mathiasmillet@gmail.com
License: Apache License, Version 2.0
Description: ****************************
        Mopidy-Mowecl
        ****************************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-Mowecl
            :target: https://pypi.org/project/Mopidy-Mowecl/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/circleci/build/gh/sapristi/mopidy-mowecl
            :target: https://circleci.com/gh/sapristi/mopidy-mowecl
            :alt: CircleCI build status
        
        .. image:: https://img.shields.io/codecov/c/gh/sapristi/mopidy-mowecl
            :target: https://codecov.io/gh/sapristi/mopidy-mowecl
            :alt: Test coverage
        
        Web client for Mopidy
        
        
        Installation
        ============
        
        Install by running::
        
            python3 -m pip install Mopidy-Mowecl
        
        See https://mopidy.com/ext/mowecl/ for alternative installation methods.
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must add configuration for
        Mopidy-Mowecl to your Mopidy configuration file::
        
            [mowecl]
            # No configuration required
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/sapristi/mopidy-mowecl>`_
        - `Issue tracker <https://github.com/sapristi/mopidy-mowecl/issues>`_
        - `Changelog <https://github.com/sapristi/mopidy-mowecl/blob/master/CHANGELOG.rst>`_
        
        
        Credits
        =======
        
        - Original author: `Mathias Millet <https://github.com/sapristi>`__
        - Current maintainer: `Mathias Millet <https://github.com/sapristi>`__
        - `Contributors <https://github.com/sapristi/mopidy-mowecl/graphs/contributors>`_
        
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 :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: dev
