geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

clarify Templating code attribution #186

Closed tomkralidis closed 8 years ago

tomkralidis commented 8 years ago

Description

From @jorgejesus

If I am not mistaken (@jachym knows better) I think the Template structure on pywps3.2 is based on this external library (GNU GPL)

http://htmltmpl.sourceforge.net/python-api.html

That was then ported into inside the pywps code.

jachym commented 8 years ago

Beacuse of HUMBOLDT http://www.esdi-humboldt.eu/home.html project and license issues, I have re-implemented the templating mechanism for PyWPS by myself https://github.com/geopython/pywps/blob/pywps-3.2/pywps/Template.py - there is no dependency, everything is internal.