Files
pygeoapi/debian/control
T
Tom Kralidis 611dffcb6b OpenAPI and datetime updates (#244)
* support CRS in collections, refactor OpenAPI responses, update collections model

* add test for invalid format for /api
2019-09-24 10:14:36 -04:00

45 lines
1.2 KiB
Plaintext

Source: pygeoapi
Section: python
Priority: optional
Maintainer: Tom Kralidis <tomkralidis@gmail.com>
Uploaders: Angelos Tzotsos <gcpp.kalxas@gmail.com>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.3.0
Vcs-Git: https://github.com/geopython/pygeoapi.git
Homepage: https://pygeoapi.io/
Package: python-pygeoapi
Architecture: all
Depends: ${python:Depends},
python-pkg-resources,
python-click,
python-dateutil,
python-flask,
python-unicodecsv,
python-yaml,
${misc:Depends}
Suggests: python-elasticsearch, python-geojson
Description: pygeoapi provides an API to geospatial data.
.
This package the pygeoapi module for Python 2.
Package: python3-pygeoapi
Architecture: all
Depends: ${python3:Depends},
python3-pkg-resources,
python3-click,
python3-dateutil,
python3-flask,
python3-unicodecsv,
python3-yaml,
${misc:Depends}
Suggests: python3-elasticsearch, python3-geojson
Description: pygeoapi provides an API to geospatial data.
.
This package the pygeoapi module for Python 3.