File: control

package info (click to toggle)
py-libmpdclient 0.11.1-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 87
  • sloc: python: 512; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: py-libmpdclient
Section: python
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), python, python-dev
Standards-Version: 3.7.2

Package: python-mpdclient
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: mpd
Description: Python interface to MPD
 mpdclient is a simple Python interface to MPD, the Music Player Daemon. It
 provides an interface analogous to the libmpdclient C library, allowing for
 expeditious scripting of any mpd instance and ease of MPD client development.