File: control

package info (click to toggle)
python-daap 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 156 kB
  • ctags: 122
  • sloc: python: 602; ansic: 377; makefile: 42
file content (23 lines) | stat: -rw-r--r-- 998 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
Source: python-daap
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.6-3~), dh-python
Homepage: http://jerakeen.org/code/pythondaap/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-daap/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-daap/trunk/
Standards-Version: 3.8.2

Package: python-daap
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: DAAP client implemented in Python
 PythonDaap is a (under development) DAAP client implemented in Python, and 
 based on PyTunes by Davyd Madeley.
 .
 PythonDaap contains the authentication stuff needed by recent copies of iTunes 
 and a primitive object model that can download individual tracks. 
 .
 As of version 0.4, PythonDaap has playlist support.