Metadata-Version: 1.1
Name: docxstache
Version: 0.0.3
Summary: Mustache for docx
Home-page: http://pypi.python.org/pypi/docxstache/
Author: V. David Zvenyach
Author-email: dave@esq.io
License: LICENSE.txt
Download-URL: https://github.com/vzvenyach/docxstache2/tarball/0.0.3
Description: # docxstache 2.0
        
        A purer implementation of `pystache` for word documents. 
        
        Start with a template...
        ![](docs/before.png)
        
        Add a little json...
        
        ![](docs/json.png)
        
        Get beautiful results...
        ![](docs/after.png)
        
        # Usage
        
        `python app /path/to/file.docx /path/to/file.json /path/to/newfile.docx`
        
        # License 
        
        MIT
Platform: UNKNOWN
