Metadata-Version: 1.1
Name: j2cli
Version: 0.3.0-0
Summary: Command-line interface to Jinja2 for templating in shell scripts.
Home-page: https://github.com/kolypto/j2cli
Author: Mark Vartanyan
Author-email: kolypto@gmail.com
License: BSD
Description: 
        j2cli
        ==========
        
        Command-line interface to [Jinja2](http://jinja.pocoo.org/docs/) for templating in shell scripts.
        
        Features:
        
        * Jinja2 templating
        * Allows to use environment variables! Hello [Docker](http://www.docker.com/) :)
        * INI, YAML, JSON data sources supported
        
        Inspired by [mattrobenolt/jinja2-cli](https://github.com/mattrobenolt/jinja2-cli)
        
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
