moremoban / moban

General purpose static text generator using Jinja2 and other python template engines
http://moban.readthedocs.io
MIT License
33 stars 14 forks source link

Entry point python.templating.engines #191

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

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

jayvdb commented 5 years ago

appears to be supported by TurboGears and Buffet

jayvdb commented 5 years ago

https://github.com/TurboGears/tg2

https://pypi.org/project/Buffet/#history (dead?)

chfw commented 5 years ago

Are we going to bring moban back to web development? :)

jayvdb commented 5 years ago

Funny you mention that- I've been looking at @Hyde design, and @dexy design. Lots of overlap with these, and should be able to do static web generation, but moban is generalised so more useful, and wont be optimised for speed.

jayvdb commented 5 years ago

https://github.com/TurboGears/tg2/tree/development/tg/renderers

jayvdb commented 5 years ago

More plugins at https://pypi.org/search/?q=Buffet+template+plugin

Do you think lml should load plugins from this setuptools entry point? Or should it be done inside moban?

jayvdb commented 5 years ago

c.f. https://github.com/chfw/lml/issues/15