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: 3.9.6
Homepage: https://github.com/cleder/fastkml
Vcs-Git: git://anonscm.debian.org/python-modules/packages/fastkml.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/fastkml.git

Package: python-fastkml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
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
 aquainted to the library or to create KML objects.

Package: python3-fastkml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
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
 aquainted to the library or to create KML objects.
 .
 This package contains the Python 3 version of fastkml .
