Feed on
Posts
Comments

Category Archive for 'Filters'

Filters 0.1 Released

Filters is a Python package that provides shell-like data processing operators for generation of web content. Filters is designed to work together with a template-engine like Kid and Genshi.
What is a filter?
We’ll start with an example.

${ identity.is_anonymous() | tg.yesno() }

The output of this will be the value returned by is_anonymous() after being processed by the [...]

Read Full Post »