File: control

package info (click to toggle)
python-id3 1.2-6.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 44
  • sloc: python: 348; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-id3
Section: python
Priority: optional
Maintainer: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), dh-python
Standards-Version: 3.7.2

Package: python-id3
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Description: Python module for id3-tags manipulation
 python-id3 is a simple Python module for retrieving and setting so-called ID3
 tags on MP3 compressed audio files through an object-oriented interface. MP3
 players generally use this simple information for display track title, artist
 name, and album title while playing the sound file.  
 .  
 ID3.py supports ID3 version 1.1, including the track number field.