Fanstatic packaging of json template
Project description
zeam.jsontemplate
Introduction
This library packages a patched version of json template for fanstatic. This behaved exactly like the official version, except it add an option undefined_callable that is a function that will be called in case of an undefined value, to return the value to be use.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in zeam.jsontemplate) are published to some URL.
How to use?
You can import jsontemplate from zeam.jsontemplate and need it where you want these resources to be included on a page:
>>> from zeam.jsontemplate import jsontemplate >>> jsontemplate.need()
CHANGES
0.1 (2011/11/07)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.