Contents

jinja2-cli 0.8.2

0

A CLI interface to Jinja2

A CLI interface to Jinja2

How to Install jinja2-cli

You can install jinja2-cli using pip

pip install jinja2-cli

or add it to a project with poetry

poetry add jinja2-cli

Package Details

Author
Matt Robenolt
License
BSD
Homepage
https://github.com/mattrobenolt/jinja2-cli
PyPi:
https://pypi.org/project/jinja2-cli/

Classifiers

  • Software Development
No  jinja2-cli  pypi packages just yet.

Errors

A list of common jinja2-cli errors.

Code Examples

Here are some jinja2-cli code examples and snippets.

Related Packages & Articles

Jinja2 3.1.4

Jinja2 is a popular, full-featured template engine for Python. Inspired by Django's templating system, it provides a more expressive language with powerful tools for template authors. Its features include, Full unicode support,An integrated sandboxed execution environment for running untrusted templates safely, An automatic HTML escaping system for preventing cross-site scripting, Template inheritance for reusing layout across templates.

Flask 3.0.3

A simple framework for building complex web applications.