Metadata-Version: 1.1
Name: jinja2-cli-whitespace
Version: 0.1.0
Summary: A fork of jinja2-cli which allows override of whitespace control
Home-page: https://github.com/dlutsch/jinja2-cli
Author: Dan Lutsch
Author-email: dlutsch@sprucefinance.com
License: BSD
Description: 
        jinja2-cli
        ==========
        
        .. code:: shell
        
          $ jinja2 helloworld.tmpl data.json --format=json
          $ cat data.json | jinja2 helloworld.tmpl
          $ curl -s http://httpbin.org/ip | jinja2 helloip.tmpl
          $ curl -s http://httpbin.org/ip | jinja2 helloip.tmpl > helloip.html
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
