Metadata-Version: 2.4
Name: jiren
Version: 1.0.0
Summary: Jinja template renderer
Keywords: jinja,preprocessing,render,template,text
Author: Takahiro Yano
Author-email: Takahiro Yano <speg03@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Pre-processors
Requires-Dist: jinja2>=2.11
Requires-Dist: pyyaml>=5.3
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/speg03/jiren
Project-URL: Repository, https://github.com/speg03/jiren
Description-Content-Type: text/markdown

# jiren

_jiren_ is an application that generates text from a template. The format of the template is based on Jinja.

[![PyPI](https://img.shields.io/pypi/v/jiren)](https://pypi.org/project/jiren/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jiren)](https://pypi.org/project/jiren/)
[![Python Tests](https://github.com/speg03/jiren/actions/workflows/python-tests.yml/badge.svg)](https://github.com/speg03/jiren/actions/workflows/python-tests.yml)
[![codecov](https://codecov.io/gh/speg03/jiren/branch/main/graph/badge.svg?token=bFdpze6ELR)](https://codecov.io/gh/speg03/jiren)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/speg03/jiren/main.svg)](https://results.pre-commit.ci/latest/github/speg03/jiren/main)

## Installation

```console
$ pip install jiren
```

## Documentation

https://speg03.github.io/jiren
