File: PKG-INFO

package info (click to toggle)
mopidy-podcast-itunes 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: python: 738; makefile: 6
file content (113 lines) | stat: -rw-r--r-- 4,771 bytes parent folder | download | duplicates (4)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Metadata-Version: 1.1
Name: Mopidy-Podcast-iTunes
Version: 2.0.0
Summary: Mopidy extension for searching and browsing podcasts on the Apple iTunes Store
Home-page: https://github.com/tkem/mopidy-podcast-itunes
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Description: Mopidy-Podcast-iTunes
        ========================================================================
        
        Mopidy-Podcast-iTunes is a Mopidy_ extension for searching and
        browsing podcasts on the `Apple iTunes Store
        <https://itunes.apple.com/genre/podcasts/id26>`_.
        
        
        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
        
        
        Configuration
        ------------------------------------------------------------------------
        
        The following configuration values are available:
        
        - ``podcast-itunes/enabled``: Whether this extension should be enabled
          or not.  Defaults to ``true``.
        
        - ``podcast-itunes/base_url``: The base URL for the iTunes Store.
          Defaults to ``http://itunes.apple.com/``.
        
        - ``podcast-itunes/country``: The ISO country code for the store to be
          used.  Defaults to ``US``.
        
        - ``podcast-itunes/explicit``: Whether search results should include
          explicit content.  Can be set to ``Yes``, ``No``, or left empty to
          use the store's default.
        
        - ``podcast-itunes/charts``: One of ``podcasts``, ``audioPodcasts`` or
          ``videoPodcasts``.  Defaults to ``audioPodcasts``.
        
        - ``podcast-itunes/charts_limit``: The maximum number of charts
          entries to retrieve.  Defaults to ``20``.
        
        - ``podcast-itunes/search_limit``: The maximum number of search
          results to retrieve.  Defaults to ``20``.
        
        - ``podcast-itunes/timeout``: The HTTP request timeout in seconds when
          connecting to the iTunes Store.  Defaults to ``10``.
        
        - ``podcast-itunes/retries``: The maximum number of HTTP connection
          retries when connecting to the iTunes Store.  Defaults to ``3``.
        
        
        Project Resources
        ------------------------------------------------------------------------
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-Podcast-iTunes.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/Mopidy-Podcast-iTunes.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/travis/tkem/mopidy-podcast-itunes/master.svg?style=flat
            :target: https://travis-ci.org/tkem/mopidy-podcast-itunes
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/tkem/mopidy-podcast-itunes/master.svg?style=flat
           :target: https://coveralls.io/r/tkem/mopidy-podcast-itunes?branch=master
           :alt: Test coverage
        
        - `Issue Tracker`_
        - `Source Code`_
        - `Change Log`_
        
        
        License
        ------------------------------------------------------------------------
        
        Copyright (c) 2014-2016 Thomas Kemmer.
        
        Licensed under the `Apache License, Version 2.0`_.
        
        
        .. _Mopidy: http://www.mopidy.com/
        .. _apt.mopidy.com: http://apt.mopidy.com/
        
        .. _PyPI: https://pypi.python.org/pypi/Mopidy-Podcast-iTunes/
        .. _Issue Tracker: https://github.com/tkem/mopidy-podcast-itunes/issues/
        .. _Source Code: https://github.com/tkem/mopidy-podcast-itunes/
        .. _Change Log: https://github.com/tkem/mopidy-podcast-itunes/blob/master/CHANGES.rst
        
        .. _Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-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 :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players