Go to file
kirbylife 3c0beb7ff6 Initial commit 2025-04-18 21:47:23 -06:00
jinja_lowcost Initial commit 2025-04-18 21:47:23 -06:00
.gitignore Initial commit 2025-04-18 21:47:23 -06:00
.python-version Initial commit 2025-04-18 21:47:23 -06:00
LICENSE.md Initial commit 2025-04-18 21:47:23 -06:00
README.md Initial commit 2025-04-18 21:47:23 -06:00
pyproject.toml Initial commit 2025-04-18 21:47:23 -06:00
uv.lock Initial commit 2025-04-18 21:47:23 -06:00

README.md

Jinja Low-Cost

This is a toy template engine built using only what the Python standard library includes.

It was created for three reasons:

  • Because at one of my jobs, I needed a dependency-free template engine.
  • As an experiment to see how far I could extend Python's default Formatter.
  • To write an article for my blog.

Inside jinja_lowcost/main, at the bottom of the file, youll find some usage examples—since I dont plan to document it properly.

This code is released under the WTFPL 2.0 license, so feel free to use it however you like. But please, do not use it in production.