File: control

package info (click to toggle)
imposm-parser 1.0.7%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 546
  • sloc: cpp: 7,346; python: 925; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,053 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: imposm-parser
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9~),
               dh-python,
               libprotobuf-dev,
               protobuf-compiler,
               python-all-dev,
               python-nose,
               python-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/imposm-parser.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/imposm-parser.git
Homepage: http://imposm.org/docs/imposm.parser/latest/
X-Python-Version: >= 2.5

Package: python-imposm-parser
Architecture: any
Depends: python | python-multiprocessing,
         ${python:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Python module to parse OpenStreetMap data
 imposm.parser is a Python library that parses OpenStreetMap data in XML 
 and PBF format.
 .
 It has a simple API and it is fast and easy to use. It also works across 
 multiple CPU/cores.