Metadata-Version: 2.1
Name: podme-api
Version: 0.2.0
Summary: A client library for using the podme.com web API
Home-page: https://github.com/bendikrb/podme_api
License: MIT
Keywords: podcast,api-client,unofficial
Author: Bendik R. Brenne
Author-email: bendik@konstant.no
Requires-Python: >=3.11,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: platformdirs (>=3.11.0,<4.0.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: youtube-dl (>=2021.12.17,<2022.0.0)
Project-URL: Documentation, https://podme-api.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/bendikrb/podme_api
Description-Content-Type: text/x-rst

PodMe API
=========

.. image:: https://img.shields.io/badge/pip%20install-podme--api-brightgreen
    :target: https://pypi.org/project/podme-api
.. image:: https://img.shields.io/pypi/v/podme-api?color=green&label=version
    :target: https://github.com/bendikrb/podme_api/releases
.. image:: https://github.com/bendikrb/podme_api/actions/workflows/release-drafter.yml/badge.svg
    :target: https://github.com/bendikrb/podme_api/actions/workflows/release-drafter.yml
.. image:: https://img.shields.io/github/license/bendikrb/podme_api
    :target: https://github.com/bendikrb/podme_api/blob/master/LICENSE

:code:`podme_api` is an open source client library for `PodMe <https://podme.com>`_. It enables applications to use PodMe`s service to browse and download podcasts.

*Note: Accessing premium content on PodMe only works with an active subscription.*

