Metadata-Version: 1.0
Name: wrangler
Version: 0.1.3.9.9
Summary: A Jinja2 and JSON static site generator
Home-page: http://github.com/springload/Wrangler.py
Author: Springload
Author-email: hello@springload.co.nz
License: MIT
Description: Wrangler
        --------
        
        Install the wrangler with::
        	>>> pip install wrangler
        
        
        Setup
        --------
        
        Expects this project structure::
        
        	content/
        		some-file.json
        		some-other-file.json
        
        	templates/
        		base.j2
        
        	www/
        		[output-files-here]
        	var/
        
        	config.json
        
        
        Run it via::
        	>>> wrangler content www
Platform: UNKNOWN
