#!/usr/bin/python
import getopt, sys
usage="""
This script will populate a Cheetah template ((http://www.cheetahtemplate.org/)
with some input data (XML, CSV or JSON format).
By default, the output is directed to stdout.
USAGE:
template [ -o outputFile ] [options]
template [-h/--help]
ARGUMENTS:
: Filename for the template file. Can be "stdin"
: Filename for input data. Can be "stdin"
OPTIONS:
-o