Source: python-ytmusicapi
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Diwa Tomy <servalthecat19@tutamail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.3
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

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:
 python3-ytmusicapi,
 ${misc:Depends},
 ${python3:Depends},
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.
