jinja_lowcost/README.md

13 lines
704 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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](https://blog.kirbylife.dev/post/creando-un-motor-de-plantillas-ligero-y-malo-en-python-10).
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**.