File: PKG-INFO

package info (click to toggle)
mopidy-podcast 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: python: 814; makefile: 134; xml: 55
file content (88 lines) | stat: -rw-r--r-- 3,034 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Metadata-Version: 2.1
Name: Mopidy-Podcast
Version: 3.0.1
Summary: Mopidy extension for browsing and playing podcasts
Home-page: https://github.com/tkem/mopidy-podcast
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

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

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

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

.. image:: https://img.shields.io/readthedocs/mopidy-podcast
    :target: https://mopidy-podcast.readthedocs.io/
    :alt: Read the Docs build status

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

.. image:: https://img.shields.io/github/license/tkem/mopidy-podcast
   :target: https://raw.github.com/tkem/mopidy-podcast/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 is a Mopidy_ extension for browsing and playing
podcasts.

This extension lets you browse podcasts distributed as RSS feeds and
play individual episodes in a variety of audio formats.  Podcasts are
mapped to albums, while podcast episodes are shown as tracks in
Mopidy, with metadata converted to Mopidy’s native data model where
applicable.  OPML 2.0 subscription lists and directories are also
supported for multi-level browsing.

For more information and installation instructions, please see
Mopidy-Podcast's online documentation_.

.. _Mopidy: http://www.mopidy.com/
.. _Documentation: http://mopidy-podcast.readthedocs.io/en/latest/


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

- `Source code <https://github.com/tkem/mopidy-podcast>`_
- `Issue tracker <https://github.com/tkem/mopidy-podcast/issues>`_
- `Changelog <https://github.com/tkem/mopidy-podcast/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/graphs/contributors>`_