https://github.com/bendikrb/podme_api
Asynchronous client library for using the podme.com web API
https://github.com/bendikrb/podme_api
api-client podcast podme python unofficial
Last synced: 4 months ago
JSON representation
Asynchronous client library for using the podme.com web API
- Host: GitHub
- URL: https://github.com/bendikrb/podme_api
- Owner: bendikrb
- License: mit
- Created: 2021-11-21T09:01:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T03:20:03.000Z (8 months ago)
- Last Synced: 2024-10-13T03:37:51.968Z (8 months ago)
- Topics: api-client, podcast, podme, python, unofficial
- Language: Python
- Homepage: https://podme-api.readthedocs.io/en/latest/
- Size: 302 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podme-api
[![GitHub Release][releases-shield]][releases]
[![Python Versions][py-versions-shield]][py-versions]
[![PyPI Downloads][downloads-shield]][downloads]
![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
[downloads-shield]: https://img.shields.io/pypi/dm/podme-api?style=flat
[downloads]: https://pypistats.org/packages/podme-api