Source: fastkml Section: python Testsuite: autopkgtest-pkg-python Priority: optional Maintainer: Debian Python Team Uploaders: Andreas Tille Build-Depends: debhelper-compat (= 13), python3, dh-sequence-python3, python3-setuptools, python3-pygeoif, python3-dateutil, python3-pytest Standards-Version: 4.6.2 Homepage: https://github.com/cleder/fastkml Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/python-team/packages/fastkml.git Vcs-Browser: https://salsa.debian.org/python-team/packages/fastkml 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.