Metadata-Version: 2.4
Name: Mopidy-Podcast-iTunes
Version: 3.1.0
Summary: Mopidy extension for searching and browsing podcasts on Apple Podcasts
Home-page: https://github.com/tkem/mopidy-podcast-itunes
Author: Thomas Kemmer
Author-email: Thomas Kemmer <tkemmer@computer.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/tkem/mopidy-podcast-itunes/
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: mopidy>=3.0.0
Requires-Dist: mopidy-podcast>=3.0.1
Requires-Dist: pykka>=2.0.1
Requires-Dist: requests>=2.0
Dynamic: license-file

*********************
Mopidy-Podcast-iTunes
*********************

.. image:: https://img.shields.io/pypi/v/Mopidy-Podcast-iTunes
    :target: https://pypi.org/project/Mopidy-Podcast-iTunes/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/github/actions/workflow/status/tkem/mopidy-podcast-itunes/ci.yml
   :target: https://github.com/tkem/mopidy-podcast-itunes/actions/workflows/ci.yml
   :alt: CI build status

.. image:: https://img.shields.io/readthedocs/mopidy-podcast-itunes
    :target: https://mopidy-podcast-itunes.readthedocs.io/
    :alt: Documentation build status

.. image:: https://img.shields.io/codecov/c/gh/tkem/mopidy-podcast-itunes
    :target: https://codecov.io/gh/tkem/mopidy-podcast-itunes
    :alt: Test coverage

.. image:: https://img.shields.io/github/license/tkem/mopidy-podcast-itunes
   :target: https://raw.github.com/tkem/mopidy-podcast-itunes/master/LICENSE
   :alt: License

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: black

Mopidy-Podcast-iTunes is a Mopidy_ extension for searching and
browsing podcasts on `Apple Podcasts`_, using the `iTunes Search
API`_.

For more information and installation instructions, please see
the Mopidy-Podcast-iTunes online documentation_.

.. _Mopidy: https://www.mopidy.com/
.. _Apple Podcasts: https://podcasts.apple.com/
.. _iTunes Search API: https://performance-partners.apple.com/search-api
.. _Documentation: https://mopidy-podcast-itunes.readthedocs.io/en/latest/


Project Resources
=================

- `Source code <https://github.com/tkem/mopidy-podcast-itunes>`_
- `Issue tracker <https://github.com/tkem/mopidy-podcast-itunes/issues>`_
- `Changelog <https://github.com/tkem/mopidy-podcast-itunes/blob/master/CHANGELOG.rst>`_


Credits
=======

- Original author: `Thomas Kemmer <https://github.com/tkem>`__
- Current maintainer: `Thomas Kemmer <https://github.com/tkem>`__
- `Contributors <https://github.com/tkem/mopidy-podcast-itunes/graphs/contributors>`_
