File: control

package info (click to toggle)
python-daap 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 156 kB
  • ctags: 122
  • sloc: python: 602; ansic: 377; makefile: 42; sh: 13
file content (25 lines) | stat: -rw-r--r-- 1,064 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
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-support (>= 1), python-all-dev (>= 2.5.4-1~)
XS-Python-Version: all
Homepage: http://jerakeen.org/code/pythondaap/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-daap/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-daap/trunk/
Standards-Version: 3.8.2

Package: python-daap
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
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.