Metadata-Version: 2.1
Name: podme-api
Version: 1.2.7
Summary: A client library for using the podme.com web API
Home-page: https://github.com/bendikrb/podme_api
License: MIT
Keywords: podcast,podme,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.13
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: aiohttp (>=3.10.9,<4.0.0)
Requires-Dist: isodate (>=0.7.2,<0.8.0)
Requires-Dist: mashumaro (>=3.13.1,<4.0.0)
Requires-Dist: orjson (>=3.10.7,<4.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: platformdirs (>=4.3.6,<5.0.0)
Requires-Dist: python-ffmpeg (>=2.0.12,<3.0.0)
Requires-Dist: rich (>=13.9.2,<14.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/markdown

# podme-api

[![GitHub Release][releases-shield]][releases]
[![Python Versions][py-versions-shield]][py-versions]
![Project Maintenance][maintenance-shield]
[![License][license-shield]](LICENSE)
![Made with Love in Norway][madewithlove-shield]

[![Build Status][build-shield]][build]
[![Code coverage][codecov-shield]][codecov]



Asynchronous Python client for the PodMe API

## Installation

```bash
pip install podme-api
```

## Usage

TBD

## Contributing

If you'd like to contribute to the project, please submit a pull request or open an issue on the GitHub repository.

## License

podme-api is licensed under the MIT license. See the LICENSE file for more details.

## Contact

If you have any questions or need assistance with the library, you can contact the project maintainer at @bendikrb.

[license-shield]: https://img.shields.io/github/license/bendikrb/podme_api.svg
[license]: https://github.com/bendikrb/podme-api/blob/main/LICENSE
[releases-shield]: https://img.shields.io/pypi/v/podme-api
[releases]: https://github.com/bendikrb/podme_api/releases
[build-shield]: https://github.com/bendikrb/podme_api/actions/workflows/test.yaml/badge.svg
[build]: https://github.com/bendikrb/podme_api/actions/workflows/test.yaml
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[py-versions-shield]: https://img.shields.io/pypi/pyversions/podme-api
[py-versions]: https://pypi.org/project/podme-api/
[codecov-shield]: https://codecov.io/gh/bendikrb/podme_api/graph/badge.svg?token=IXLJ3WR4ES
[codecov]: https://codecov.io/gh/bendikrb/podme_api
[madewithlove-shield]: https://madewithlove.now.sh/no?heart=true&colorB=%233584e4

