Cheetah
Input:
from rssparser import parse from Cheetah.Template import Template rss = parse('http://www.intertwingly.net/blog/index.rss2') print Template('title: $channel.title', [rss])Output:
title: Sam Ruby