File: control

package info (click to toggle)
python-geojson 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 173
  • sloc: python: 845; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,400 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
Source: python-geojson
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-setuptools,
               python-all,
               python3-setuptools,
               python3-all,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-geojson.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/python-geojson.git
Homepage: https://github.com/frewsxcv/python-geojson
X-Python-Version: >= 2.5

Package: python-geojson
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
Description: Python 2 bindings and utilities for GeoJSON
 This library contains:
 .
  *  Functions for encoding and decoding GeoJSON formatted data
  *  Classes for all GeoJSON Objects
  *  An implementation of the Python geo_interface Specification
 .
 This is the Python 2 version of the library

Package: python3-geojson
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
Description: Python 3 bindings and utilities for GeoJSON
 This library contains:
 .
  * Functions for encoding and decoding GeoJSON formatted data
  * Classes for all GeoJSON Objects
  * An implementation of the Python geo_interface Specification
 .
 This is the Python 3 version of the library