Ideas for a Software the World Needs Desperately: Another Static Site GeneratorUse Genshi for templatingElegantPowerfulSpeed not important for static sitesBut actually map template file extensions to 'renderer' objectsSCSS for stylesreST for textual contentExtensible directives, roles
Sketch of a Python API for command-line interfaces Usage and short options from reST Option List in docstring @command def main(two=False): """usage: main [options] -2, --two This option has two variants.