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
|
Source: pylast
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-hatch-vcs,
python3-httpx,
python3-flaky,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.6.1
Homepage: https://github.com/pylast/pylast/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pylast.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylast
Package: python3-pylast
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Python 3 interface to Last.fm and other compatible services
Last.fm is a service providing a way to keep a record of what the users listen
to and offering music recommendations based on that record.
.
This interface allows access to all the data exposed by the Last.fm API as
well as to the scrobbling functionality.
.
This package provides the Python 3 module.
|