A template renderer to generate files from given template path and given context file.
Project description
lovely.spice is a template renderer package to generate files from given template path and given context file.
Usage
usage: render [-h] template_path context_path target_path
Render templates with given context into target folder
- positional arguments:
- template_path | The directory containing the templates to usecontext_path | The path to the python file defining the contexttarget_path | The directory where the rendered files will be stored
- optional arguments:
- -h, --help
show this help message and exit
Development
Run bootstrap:
$ python bootstrap.py -v 2.3.1
And run buildout the project to generate the required scripts and command line tools:
$ bin/buildout -N
Run tests:
$ bin/test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lovely.spice-0.1.2.tar.gz
(4.0 kB
view hashes)