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 32 33 34 35 36 37
|
Source: python-cligj
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-click,
python-all,
python3-setuptools,
python3-click,
python3-all,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-cligj
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-cligj.git
Homepage: https://github.com/mapbox/cligj
Package: python-cligj
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Description: Python 2 library for processing GeoJSON commands
Cligj is a small library which can be used to standardise processing
of geoJSON in Python command line programs.
.
This package provides the Python 2 version of the library.
Package: python3-cligj
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: Python 3 library for processing GeoJSON commands
Cligj is a small library which can be used to standardise processing
of geoJSON in Python command line programs.
.
This package provides the Python 3 version of the library.
|