File: control

package info (click to toggle)
python-affine 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 125
  • sloc: python: 690; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,476 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
Source: python-affine
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>,
           Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools,
               python-nose,
               python3-nose
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-affine.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-affine.git
Homepage: https://github.com/sgillies/affine

Package: python-affine
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python Library for handling affine transformations of the plane
 This library contains functions for handling affine transformations of the 
 plane.
 .
 It can be used in georeferenced datasets to transfer image to world 
 coordinates.
 .
 This is the Python 2 version of the library.

Package: python3-affine
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python 3 Library for handling affine transformations of the plane
 This library contains functions for handling affine transformations of the
 plane.
 .
 It can be used in georeferenced datasets to transfer image to world 
 coordinates.
 .
 This is the Python 3 version of the library.