Metadata-Version: 2.1
Name: j2cli_3
Version: 0.0.1
Summary: Command-line interface to Jinja2 for templating in shell scripts.
Home-page: https://github.com/leumas95/j2cli_3
Author: Samuel Windall
Author-email: samuel.windall@gmail.com
License: BSD
Description: 
        j2cli_3
        ==========
        
        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
        
        Based on [kolypto/j2cli](https://github.com/kolypto/j2cli)
        
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 :: 3
Provides-Extra: yaml
