skip to navigation
skip to content

isotoma.recipe.template 0.0.5

Wrapper around Cheetah + JSON to provide simple buildout templating

Downloads ↓

This recipe provides buildout with a generic way to fill in a template from buildout parameters. Lists and dictionaries are supported using JSON syntax.

Mandatory Parameters

input
Path to a template (in Cheetah format)
output
Where to write the template

Example

In your template:

${hello_world}
#for $bar in $foo
$bar
#end for

And in your buildout.cfg:

[buildout]
parts = template

[template]
recipe = isotoma.recipe.template
input = template.cfg
output = myfile.cfg
hello_world = Hello World
foo = ['foo', 'bar', 'baz']

Repository

This software is available from our recipe repository on github.

License

Copyright 2011 Isotoma Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

 
File Type Py Version Uploaded on Size # downloads
isotoma.recipe.template-0.0.5.tar.gz (md5) Source 2011-06-13 3KB 254