Python templating
Awhile back, I started using Genshi as a templating solution for some Python application development. Easy to use, we were able to come up with a SensorML generator for description and discovery of monitoring stations.
Lately, I’ve been helping out a bit on the new MapServer website, driven by Sphinx. Digging deeper, I noticed Sphinx using Jinja2 for templating, so I tried this out a bit. Not bad either!
Templating is key to many applications, and I wonder how these differ. Perhaps the geo/python gurus out there have some further insight.