Skip to main content

a command line interface to jinja;

Project description

jinja-cli

a command line interface to jinja;

this program renders a jinja template with given data; data may be read from a file, or defined as command line arguments; either template or data file may be stdin; output file may be stdout;

supported data formats: ini, json, xml, yaml;

install

pip install jinja-cli

usage

to render a jinja template with data in json format:

# jinja -d {data} {template}

to use a different data format:

# jinja -d {data} -f {data_format} {template}

to read template from stdin:

# jinja -d {data} < {template}

to read data from stdin:

# jinja -d - {template} < {data}

to output to a file:

# jinja -d {data} -o {output} {template}

example

template file example.j2:

sheep eat {{ sheep.eat }};

data file example.json:

{
    "sheep": {
        "eat": "grass"
    }
}

any of these commands:

# jinja -d example.json example.j2
# jinja -d example.json < example.j2
# jinja -d - -f json example.j2 < example.json

output:

sheep eat grass;

license

Copyright (C) 2018 Cyker Way

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinja-cli-1.1.1.tar.gz (18.6 kB view details)

Uploaded Source

File details

Details for the file jinja-cli-1.1.1.tar.gz.

File metadata

  • Download URL: jinja-cli-1.1.1.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for jinja-cli-1.1.1.tar.gz
Algorithm Hash digest
SHA256 80ea96eb54afe45a550583b985b5bcaf42d2ec47f8fe69159fe9f75783ea56fa
MD5 073f93e5845877613799a4360341c188
BLAKE2b-256 51ab2be59179f3e9642e61148902a6503bc8baa02bb5d72371076c14322bd090

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page