File: control

package info (click to toggle)
mir-eval 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,900 kB
  • sloc: python: 8,473; javascript: 261; makefile: 153
file content (46 lines) | stat: -rw-r--r-- 1,605 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: mir-eval
Section: python
Priority: optional
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-future,
               python3-matplotlib,
               python3-nose,
               python3-numpy,
               python3-scipy,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-numpydoc,
Standards-Version: 4.6.1
Homepage: https://github.com/craffel/mir_eval
Vcs-Browser: https://salsa.debian.org/debian/mir-eval
Vcs-Git: https://salsa.debian.org/debian/mir-eval.git

Package: python3-mir-eval
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-mir-eval-doc
Description: Common metrics for common audio/music processing tasks
 Python library for computing common heuristic accuracy scores for
 various music/audio information retrieval/signal processing tasks.
 .
 This package provides the Python 3.x module.

Package: python-mir-eval-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Improved Python mir-eval module from (cammon documentation)
 Python library for computing common heuristic accuracy scores for
 various music/audio information retrieval/signal processing tasks.
 .
 This package contains HTML documentation, incorporates instructions on how
 to install and configure and use this module Python mir-eval.