moban icon indicating copy to clipboard operation
moban copied to clipboard

General purpose static text generator using Jinja2 and other python template engines

Results 29 moban issues
Sort by recently updated
recently updated
newest added

One feature missing, watching for changes. https://github.com/andreatulimiero/static_jinja2/blob/master/static_jinja2.py

See https://github.com/nandoflorestan/kajiki/blob/master/setup.py

Etcd and redis https://github.com/flyte/confp/tree/develop/src/confp/backends

load tabular data, and process each row with the same template, emitting a file for each row. E.g. https://github.com/natehardison/sendtmail/blob/master/README.md (but ignore email sending; that is a prob for a different...

Load data into moban and use cli arg with lieral template syntax to query the data. E.g. https://github.com/rosscdh/bs/blob/master/README.md

https://apps.fedoraproject.org/packages/s/Jinja

Extending on https://github.com/moremoban/moban/issues/167, in addition to handling renames, it would be very nice to allow managed deprecation of target names. e.g. ```yaml targets: - output: foo template: bar/foo.jj2 deprecated_output_names: bar...

An idea I had was wanted to have some templates which are jinja-ified versions of example files. The best way to explain it is with a real case. https://github.com/ogrisel/python-appveyor-demo is...