CMD + K

jinja2

Anaconda Verified

A very fast and expressive template engine.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::jinja2

Usage Tracking

3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.

It includes: - Template inheritance and inclusion. - Define and import macros within templates. - HTML templates can use autoescaping to prevent XSS from untrusted user input. - A sandboxed environment can safely render untrusted templates. - AsyncIO support for generating templates and calling async functions. - I18N support with Babel. - Templates are compiled to optimized Python code just-in-time and cached, or can be compiled ahead-of-time. - Exceptions point to the correct line in templates to make debugging easier. - Extensible filters, tests, functions, and even syntax.

Jinja's philosophy is that while application logic belongs in Python if possible, it shouldn't make the template designer's job difficult by restricting functionality too much.

About

Summary

A very fast and expressive template engine.

Last Updated

Mar 11, 2025 at 18:00

License

BSD-3-Clause

Total Downloads

1.7M

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
linux-s390x
macOS-64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 3.1.2
win-32 Last supported version: 2.10.1
noarch Last supported version: 3.0.3
linux-32 Last supported version: 2.10