Metadata-Version: 2.0
Name: j2cli3
Version: 0.0.5.post0
Summary: Command-line interface to Jinja2 for templating in shell scripts.
Home-page: https://github.com/jjzhangg/j2cli
Author: Jun Jing Zhang
Author-email: zhangjunjing@gmail.com
License: BSD
Keywords: Jinja2,templating,command-line,CLI
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Requires-Dist: jinja2 (>=2.7.2)
Provides-Extra: yaml
Requires-Dist: pyyaml; extra == 'yaml'

j2cli3
==========

Command-line interface to [Jinja2](http://jinja.pocoo.org/docs/) for templating in shell scripts.

Features:

* Jinja2 templating supporting python 3.x with better UTF8 support
* Allows to use environment variables! Hello [Docker](http://www.docker.com/) :)
* INI, YAML, JSON data sources supported

Inspired by [kolypto/jinja2-cli](https://github.com/kolypto/jinja2-cli)


