This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: Tempita
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
I mentioned a templating language I put into Paste a while ago, but since then I extracted it into a separate package called Tempita. I think the documentation is fairly complete (it’s a small language), but I’ll describe it shortly here.
I wanted a text-substitution language, because I wanted something to be used to generate [...]