Python Eco is a bridge to the ECO(CoffeeScript Template) compiler.
Project description
Python Eco is a bridge to the Eco (CoffeeScript Template) Template compiler.
Python Eco
import eco eco.compile(open("template.eco")) # Out: u"function(...) {...}" context = eco.context_for("Hello <%= @name %>") context.call("render", {"name": "Sam"}) # Out: u'Hello Sam' eco.render("Hello <%= @name %>", name="world") # Out: u'Hello world'
Setup
$ pip install eco
History
0.9 (2012-06-17)
first release
License
MIT License
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.
Source Distribution
eco-0.9.1.tar.gz
(2.2 kB
view hashes)