Metadata-Version: 2.1
Name: Mopidy-Transistor
Version: 0.2.0
Summary: Mopidy Extension for Transistor Radios
Home-page: https://github.com/lukh/mopidy-transistor
Author: Vivien Henry
Author-email: vivien.henry@outlook.fr
License: Apache License, Version 2.0
Description: ****************************
        Mopidy-Transistor
        ****************************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-Transistor.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Transistor/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/travis/lukh/mopidy-transistor/master.svg?style=flat
            :target: https://travis-ci.org/lukh/mopidy-transistor
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/lukhe/mopidy-transistor/master.svg?style=flat
           :target: https://coveralls.io/r/lukhe/mopidy-transistor
           :alt: Test coverage
        
        Mopidy Extension for Transistor project
        
        
        Installation
        ============
        
        Install by running::
        
            pip install Mopidy-Transistor
        
        Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com <http://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must add configuration for
        Mopidy-Transistor to your Mopidy configuration file::
        
            [transistor]
            # TODO: Add example of extension config
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/lukhe/mopidy-transistor>`_
        - `Issue tracker <https://github.com/lukhe/mopidy-transistor/issues>`_
        
        
        Credits
        =======
        
        - Original author: `Vivien HENRY <https://github.com/lukh>`_
        - Current maintainer: `Vivien HENRY <https://github.com/lukh>`_
        - `Contributors <https://github.com/lukhe/mopidy-transistor/graphs/contributors>`_
        
        
        Changelog
        =========
        
        v0.2.0 (UNRELEASED)
        ----------------------------------------
        
        - fixes
        
        v0.1.x (UNRELEASED)
        ----------------------------------------
        
        - Initial release.
        - fixes
        
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
Description-Content-Type: text/x-rst
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: dev
