asimov-jinja-module
v0.0.0
Published
ASIMOV module for prompt templating using the Jinja templating language.
Downloads
11
Maintainers
Readme
ASIMOV Jinja Module
ASIMOV module for prompt templating using the Jinja templating language.
✨ Features
- Renders JSON inputs using the MiniJinja templating engine.
- Loads environment variables from
.env(aka dotenv) files. - Distributed as a standalone static binary with zero runtime dependencies.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition) if building from source code
⬇️ Installation
Installation from PyPI
pip install -U asimov-jinja-moduleInstallation from RubyGems
gem install asimov-jinja-moduleInstallation from Source Code
cargo install asimov-jinja-module👉 Examples
Rendering from JSON to Markdown
asimov-jinja-runner template.j2 < input.json > output.md📚 Reference
Installed Binaries
asimov-jinja-runner: renders JSON from standard input to standard output
👨💻 Development
git clone https://github.com/asimov-modules/asimov-jinja-module.git