Archive for the 'python' Category

pyKook 0.0.1 - a simple build tool similar to Make or Ant

October 19th, 2008

I have released pyKook 0.0.1.

http://pypi.python.org/pypi/Kook/0.0.1 http://www.kuwata-lab.com/kook/ users-guide

pyKook is a simple build tool similar to Make, Ant, Rake, or SCons. pyKook regards software project as cooking. Terms used in pyKook are cooking terms.

For example:

cookbook : Makefile product : target file ingredient : source file recipe : [...]

pyTenjin 0.6.1 released

October 23rd, 2007

pyTenjin 0.6.1 has been released.

http://www.kuwata-lab.com/tenjin/

pyTenjin is a fast and full-featured template engine based on embedded Python. You can embed any Python statements and expressions in your text file. pyTenjin converts it to Python program and evaluate it with context data.

[Enhancements]

Benchmark script (benchmark/bench.py) is rewrited. Benchmark supports Genshi, Mako, and Templetor. Add examples.

[Bugfix]

Typo in User’s Guide is fixed.