Takes a config file and a template and renders
Project description
SimpleRender
=========
A generic commandline templating system.
Currently only supports the mustache templating system (using pystache)
Installation
---
`pip install SimpleRender`
Usage
---
```
$ python render.py -h
usage: render.py [-h] [-o [OUT]] config template
Merge config and template files with the mustache templating engine.
positional arguments:
config The config file (JSON format)
template The template file
optional arguments:
-h, --help show this help message and exit
-o [OUT], --out [OUT]
The output file
```
=========
A generic commandline templating system.
Currently only supports the mustache templating system (using pystache)
Installation
---
`pip install SimpleRender`
Usage
---
```
$ python render.py -h
usage: render.py [-h] [-o [OUT]] config template
Merge config and template files with the mustache templating engine.
positional arguments:
config The config file (JSON format)
template The template file
optional arguments:
-h, --help show this help message and exit
-o [OUT], --out [OUT]
The output file
```
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
SimpleRender-0.1.2.tar.gz
(1.5 kB
view details)
File details
Details for the file SimpleRender-0.1.2.tar.gz.
File metadata
- Download URL: SimpleRender-0.1.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d16ed1392a70d034c6342c2231c44df66006329ac587a4a07b9d76ac59291d1f
|
|
| MD5 |
f28aec0e3bafffacd52ed4d479bd75a8
|
|
| BLAKE2b-256 |
c697404414df0a4706b8c0a713d856f96214cac735b00e303ea74b52aeae900f
|