Project: jinja2-cli

A CLI interface to Jinja2

Project Details

Latest version
0.8.2
Home Page
https://github.com/mattrobenolt/jinja2-cli
PyPI Page
https://pypi.org/project/jinja2-cli/

Project Popularity

PageRank
0.0015183609682627207
Number of downloads
326781

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