Metadata-Version: 2.4
Name: Mopidy-Podcast-iTunes
Version: 3.1.3
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`_.


Installation
============

On Debian Linux and Debian-based distributions like Ubuntu or
Raspbian, install the ``mopidy-podcast-itunes`` package from
apt.mopidy.com_::

  apt-get install mopidy-podcast-itunes

Otherwise, install the Python package from PyPI_::

  pip install Mopidy-Podcast-iTunes


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

- `Documentation`_
- `Issue tracker`_
- `Source code`_
- `Change log`_


License
=======

Copyright (c) 2014-2026 Thomas Kemmer.

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


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>`_

.. _Mopidy: https://www.mopidy.com/
.. _Apple Podcasts: https://podcasts.apple.com/
.. _iTunes Search API: https://performance-partners.apple.com/search-api

.. _PyPI: https://pypi.org/project/Mopidy-Podcast/
.. _apt.mopidy.com: https://apt.mopidy.com/

.. _Documentation: https://mopidy-podcast-itunes.readthedocs.io/en/latest/
.. _Source code: https://github.com/tkem/mopidy-podcast-itunes
.. _Issue tracker: https://github.com/tkem/mopidy-podcast-itunes/issues
.. _Change log: https://github.com/tkem/mopidy-podcast-itunes/blob/master/CHANGELOG.rst

.. _Apache License, Version 2.0: https://raw.github.com/tkem/mopidy-podcast-itunes/master/LICENSE
