File: control

package info (click to toggle)
python-ytmusicapi 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (37 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download
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
Source: python-ytmusicapi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 python3,
 dh-python,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3-requests,
Standards-Version: 4.7.2
Homepage: https://github.com/sigma67/ytmusicapi
Vcs-Browser: https://salsa.debian.org/python-team/packages/ytmusicapi
Vcs-Git: https://salsa.debian.org/python-team/packages/ytmusicapi.git
Rules-Requires-Root: no

Package: python3-ytmusicapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Unofficial API for YouTube Music
 ytmusicapi is a Python 3 library to send requests to the YouTube Music API. It
 emulates YouTube Music web client requests using the user's cookie data for
 authentication.
 .
 This package contains the Python library.

Package: ytmusicapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-ytmusicapi
Description: Authentication command for YouTube Music
 ytmusicapi is a Python 3 library to send requests to the YouTube Music API. It
 emulates YouTube Music web client requests using the user's cookie data for
 authentication.
 .
 This package contains a command to authenticate the user on YouTube.