Metadata-Version: 2.1
Name: dd-jinja-renderer
Version: 1.0.2
Summary: A command line tool to generate jinja templates
Home-page: https://bitbucket.org/dataductus/jinja-renderer
Author: Calle Holst
Author-email: dummy@dataductus.se
License: MIT
Download-URL: https://bitbucket.org/dataductus/jinja-renderer/1.0.0.tar.gz
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: jinja2
Requires-Dist: argparse

Command line tool to generate output from a jinja template

| short | Name          | Description                                                                                                                                                                                                                                                         |
|-------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| -t    | --template    | Path to the jinja template                                                                                                                                                                                                                                          |
| -v    | --variables   | May be a string as a JSON which represents the key-value pairs to use for rendering the template. Example (must be on this format; note the double-quotes): -v '{\"VERSION\": \"1.0\"}'. ""May also be a path to a JSON file that describes a set of variables. |
| -d    | --destination | Path to where the rendered template will go                                                                                                                                                                                                                         |

