File: control

package info (click to toggle)
pyssim 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: python: 218; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,214 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
Source: pyssim
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Gilles Dubuc <gilles@wikimedia.org>
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-numpy,
               python3-pil,
               python3-scipy,
               python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Homepage: https://github.com/jterrace/pyssim
Vcs-Git: https://salsa.debian.org/python-team/modules/pyssim.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyssim

Package: pyssim
Section: graphics
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyssim
Description: Tool computing the Structural Similarity Image Metric (SSIM)
 Computes the SSIM between two images.
 .
 This package installs the Python 3 binaries.

Package: python3-pyssim
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy, python3-pil, python3-scipy
Description: Tool computing the Structural Similarity Image Metric (SSIM)
 Computes the SSIM between two images.
 .
 This package installs the library for Python 3.