Metadata-Version: 1.0
Name: SimpleRender
Version: 0.1.1
Summary: Takes a config file and a template and renders
Home-page: https://github.com/otternq/SimpleRender
Author: Nick Otter
Author-email: otternq@gmail.com
License: MIT
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
        ```
        
Platform: UNKNOWN
