File: control

package info (click to toggle)
pytaglib 0.3.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 488 kB
  • ctags: 557
  • sloc: python: 151; makefile: 17
file content (32 lines) | stat: -rw-r--r-- 1,296 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
26
27
28
29
30
31
32
Source: pytaglib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Helmling <michaelhelmling@posteo.de>,
 Charlie Smotherman <cjsmo@cableone.net>
Build-Depends: debhelper (>= 9),
 dh-python,
 python3-all-dev (>= 3.3),
 python3-setuptools,
 cython3 (>=0.16),
 libtag1-dev (>= 1.8),
 python3-pytest
Standards-Version: 3.9.5
X-Python3-Version: >= 3.3
Homepage: https://pypi.python.org/pypi/pytaglib
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pytaglib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pytaglib/trunk/

Package: python3-taglib
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends}
Architecture: any
Description: Python3 bindings for the TagLib audio metadata library
 Pytaglib provides an easy interface to read and write metadata of audio files
 in Python. It relies on the TagLib library and thus supports all formats that
 are supported by TagLib, which include all relevant formats in use today.
 .
 Pytaglib allows you to use arbitrary tag names (not only the most common ones
 like TITLE, ARTIST, ALBUM, ...) and even define multiple values for the same
 tag, as long as the metadata system of the underlying audio file supports that.