File: control

package info (click to toggle)
pyemd 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: cpp: 731; python: 571; makefile: 29
file content (31 lines) | stat: -rw-r--r-- 973 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
Source: pyemd
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Paul Wise <pabs@debian.org>,
Section: python
Priority: optional
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-numpy (<< 1:2.0.0),
 python3-numpy (>= 1:1.9.0),
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/wmayner/pyemd
Vcs-Git: https://salsa.debian.org/science-team/pyemd.git
Vcs-Browser: https://salsa.debian.org/science-team/pyemd
Rules-Requires-Root: no

Package: python3-pyemd
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Python library for the Earth Mover's Distance with NumPy
 PyEMD is a Python wrapper for Ofir Pele and Michael Werman's implementation
 of the Earth Mover's Distance that allows it to be used with NumPy.
 If you use this code, please cite the papers listed in the README.md.