isotoma.recipe.template

Wrapper around Cheetah + JSON to provide simple buildout templating
Download

isotoma.recipe.template Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Publisher Name:
  • John Carr
  • Publisher web site:
  • http://isotoma.com

isotoma.recipe.template Tags


isotoma.recipe.template Description

Wrapper around Cheetah + JSON to provide simple buildout templating isotoma.recipe.template is a buildout recipe that provides buildout with a generic way to fill in a template from buildout parameters. Lists and dictionaries are supported using JSON syntax.Mandatory Parametersinput Path to a template (in Cheetah format)output Where to write the templateExampleIn your template:${hello_world}#for $bar in $foo$bar#end forAnd in your buildout.cfg:parts = templaterecipe = isotoma.recipe.templateinput = template.cfgoutput = myfile.cfghello_world = Hello Worldfoo = RepositoryThis software is available from our recipe repository on github. Requirements: · Python


isotoma.recipe.template Related Software