Re: Python Templating Language

2017-12-20 Thread Abdur-Rahmaan Janhangeer
The sources of preppy are very nice! Thank you! On Wed, Dec 20, 2017 at 1:25 PM, Robin Becker wrote: > On 17/12/2017 06:41, Abdur-Rahmaan Janhangeer wrote: > >> Hi all, >> >> Can somebody point out to me some py-based template languages interpreters >> resources? >> >> Thank you ! >> >> https://

Re: Python Templating Language

2017-12-20 Thread Robin Becker
On 17/12/2017 06:41, Abdur-Rahmaan Janhangeer wrote: Hi all, Can somebody point out to me some py-based template languages interpreters resources? Thank you ! https://bitbucket.org/rptlab/preppy -- Robin Becker -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Templating Language

2017-12-18 Thread Brian Oney via Python-list
you may consider checking out a more general approach. Noweb was the first to my knowledge and lead the way for Sweave (R or S), and pyweave, as mentioned. https://en.wikipedia.org/wiki/Noweb Cheers -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Templating Language

2017-12-17 Thread Brian J. Oney via Python-list
I am not exactly sure what you mean, so I will guess. Jinja may be what you're looking for. It's an important component of flask & ansible, for example. pyweave may also serve your purposes. HTH -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Templating Language

2017-12-16 Thread Tim Daneliuk
On 12/17/2017 12:41 AM, Abdur-Rahmaan Janhangeer wrote: > Hi all, > > Can somebody point out to me some py-based template languages interpreters > resources? > > Thank you ! > http://jinja.pocoo.org/ -- https://mail.python.org/mailman/listinfo/python-list

Python Templating Language

2017-12-16 Thread Abdur-Rahmaan Janhangeer
Hi all, Can somebody point out to me some py-based template languages interpreters resources? Thank you ! -- https://mail.python.org/mailman/listinfo/python-list