File: control

package info (click to toggle)
fastkml 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: python: 4,159; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (2)
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
Source: fastkml
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools, python-pygeoif, python3-pygeoif
Standards-Version: 4.1.4
Homepage: https://github.com/cleder/fastkml
Vcs-Git: https://salsa.debian.org/python-team/modules/fastkml.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/fastkml

Package: python-fastkml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Description: fast KML processing
 Fastkml is a library to read, write and manipulate KML files. It aims to keep
 it simple and fast (using lxml if available). Fast refers to the time you
 spend to write and read KML files as well as the time you spend to get
 acquainted to the library or to create KML objects.

Package: python3-fastkml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Description: fast KML processing (Python 3)
 Fastkml is a library to read, write and manipulate KML files. It aims to keep
 it simple and fast (using lxml if available). Fast refers to the time you
 spend to write and read KML files as well as the time you spend to get
 acquainted to the library or to create KML objects.
 .
 This package contains the Python 3 version of fastkml .