Skip to content

jiren

jiren renders Jinja templates from files or standard input, using variables supplied on the command line or in structured data files.

Installation

jiren requires Python 3.10 or later.

Install jiren with pip:

$ pip install jiren

Or install it as an isolated tool with uv:

$ uv tool install jiren

To run jiren without installing it, use uvx:

$ uvx jiren --help

Documentation

  • Concept: Why jiren exists and how it helps you work with template variables.
  • Reference: Usage, template input, variables, data files, and validation options.