jinja_lowcost/README.md

704 B
Raw Permalink Blame History

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.