File: control

package info (click to toggle)
pygml 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: python: 5,157; makefile: 15; sh: 5
file content (28 lines) | stat: -rw-r--r-- 1,151 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
Source: pygml
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-lxml <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/geopython/pygml
Vcs-Browser: https://salsa.debian.org/python-team/packages/pygml
Vcs-Git: https://salsa.debian.org/python-team/packages/pygml.git

Package: python3-pygml
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Pure Python parser and encoder for OGC GML Geometries
 The Open Geospatial Consortium (OGC) is an international industry consortium
 that develops standards for geospatial and location-based services. Geographic
 Markup Language (GML) is an XML grammar defined by OGC for expressing
 geographical features.
 .
 Pygml supports GML versions 3.1, 3.2, compact encoded GML 3.3, and GeoRSS
 geometries, converting them to a Geo Interface compliant class.