Cool, this being in python and using Jinja templates should mean easy customization for one's needs.
BTW, for simple cases sometimes shell scripting is enough, I use this to get referrer summary from access.log:
zcat sitename.log.gz | cut -d '"' -f 4 | sort | uniq -c
Healthchecks.io
Subreply