Metadata-Version: 2.4
Name: expressionive
Version: 0.1.1
Summary: A Python3-compatible fork of 'Throw out your templates', similar to Nevow's 'stan'.
Author: John C. G. Sturdy
Author-email: "John C. G. Sturdy" <jcg.sturdy@gmail.com>
License-Expression: GPL-3.0-or-later
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file

# expressionive
A Python3-compatible fork of "Throw out your templates", similar to Nevow's "stan".

This is an updated fork of https://github.com/tavisrudd/throw_out_your_templates/blob/master/throw_out_your_templates.py

It lets you write HTML as Python expressions, subverting `__getitem__` to use the square bracket syntax for nesting constructs.
