Metadata-Version: 2.0
Name: Mopidy-InternetArchive
Version: 1.3.0
Summary: Mopidy extension for playing music from the Internet Archive
Home-page: https://github.com/tkem/mopidy-internetarchive
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
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
Requires-Dist: setuptools
Requires-Dist: Mopidy (>=1.1)
Requires-Dist: Pykka (>=1.1)
Requires-Dist: requests (>=2.0)
Requires-Dist: cachetools (>=1.0)
Requires-Dist: uritools (>=1.0)

Mopidy-InternetArchive
========================================================================

Mopidy-InternetArchive is a Mopidy_ extension for playing music from
the `Internet Archive`_.


Installation
------------------------------------------------------------------------

Mopidy-InternetArchive can be installed using pip_ by running::

    pip install Mopidy-InternetArchive


Project Resources
------------------------------------------------------------------------

.. image:: https://img.shields.io/pypi/v/Mopidy-InternetArchive.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-InternetArchive/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/Mopidy-InternetArchive.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-InternetArchive/
    :alt: Number of PyPI downloads

.. image:: http://img.shields.io/travis/tkem/mopidy-internetarchive/master.svg?style=flat
    :target: https://travis-ci.org/tkem/mopidy-internetarchive/
    :alt: Travis CI build status

.. image:: http://img.shields.io/coveralls/tkem/mopidy-internetarchive/master.svg?style=flat
   :target: https://coveralls.io/r/tkem/mopidy-internetarchive/
   :alt: Test coverage

.. image:: https://readthedocs.org/projects/mopidy-internetarchive/badge/?version=latest&style=flat
   :target: https://readthedocs.org/projects/mopidy-internetarchive/?badge=latest
   :alt: Documentation Status

- `Documentation`_
- `Issue Tracker`_
- `Source Code`_
- `Change Log`_


License
------------------------------------------------------------------------

Copyright (c) 2014, 2015 Thomas Kemmer.

Licensed under the `Apache License, Version 2.0`_.


.. _Mopidy: http://www.mopidy.com/
.. _Internet Archive: http://archive.org/

.. _pip: https://pip.pypa.io/en/latest/

.. _Documentation: http://mopidy-internetarchive.readthedocs.org/en/latest/
.. _Issue Tracker: https://github.com/tkem/mopidy-internetarchive/issues/
.. _Source Code: https://github.com/tkem/mopidy-internetarchive/
.. _Change Log: https://github.com/tkem/mopidy-internetarchive/blob/master/CHANGES.rst

.. _Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0


