Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 562 Bytes

templating.rst

File metadata and controls

6 lines (4 loc) · 562 Bytes

Templating

Templating has been purposely left out of pydash. Having a custom templating engine was never a goal of pydash even though Lodash includes one. There already exist many mature and battle-tested templating engines like Jinja2 and Mako which are better suited to handling templating needs. However, if there was ever a strong request/justification for having templating in pydash (or a pull-request implementing it), then this decision could be re-evaluated.