# file GENERATED by distutils, do NOT edit
CHANGES.txt
Kookbook.py
MANIFEST
MIT-LICENSE
README.txt
ez_setup.py
setup.py
benchmark/Kookbook.py
benchmark/Makefile
benchmark/bench.py
benchmark/bench_context.py
benchmark/bench_context.yaml
benchmark/bench_pycode.py
benchmark/bench_pycode/pycode_01_append-line.py
benchmark/bench_pycode/pycode_02_append-multilines.py
benchmark/bench_pycode/pycode_03_extend-unbound.py
benchmark/bench_pycode/pycode_04_extend-bound.py
benchmark/bench_pycode/pycode_11_extend-str.py
benchmark/bench_pycode/pycode_12_extend-str-local.py
benchmark/bench_pycode/pycode_13_extend-format.py
benchmark/bench_pycode/pycode_14_append_format.py
benchmark/bench_pycode/pycode_15_extend-tostr.py
benchmark/bench_pycode/pycode_16_extend-tostr-local.py
benchmark/bench_pycode/pycode_21_escape-str.py
benchmark/bench_pycode/pycode_22_escape-tostr.py
benchmark/bench_pycode/pycode_23_webext-escape-tostr.py
benchmark/bench_pycode/pycode_24_webext-escape.py
benchmark/gae/Kookbook.py
benchmark/gae/app.yaml
benchmark/gae/bench_context.py
benchmark/gae/index.yaml
benchmark/gae/main.py
benchmark/gae/lib/tenjin.py
benchmark/gae/templates/bench_django.html
benchmark/gae/templates/bench_django12.html
benchmark/gae/templates/bench_jinja2.html
benchmark/gae/templates/bench_mako.html
benchmark/gae/templates/bench_safetenjin.pyhtml
benchmark/gae/templates/bench_tenjin.pyhtml
benchmark/gae/templates/escape_django.html
benchmark/gae/templates/escape_django12.html
benchmark/gae/templates/escape_jinja2.html
benchmark/gae/templates/escape_mako.html
benchmark/gae/templates/escape_safetenjin.pyhtml
benchmark/gae/templates/escape_tenjin.pyhtml
benchmark/gae/templates/stocks.pyhtml
benchmark/templates/_footer.html
benchmark/templates/_header.html
benchmark/templates/bench_cheetah.tmpl
benchmark/templates/bench_django.html
benchmark/templates/bench_genshi.html
benchmark/templates/bench_jinja2.html
benchmark/templates/bench_kid.kid
benchmark/templates/bench_mako.html
benchmark/templates/bench_myghty.myt
benchmark/templates/bench_templetor.html
benchmark/templates/bench_tenjin.pyhtml
bin/pytenjin
doc/Kookbook.py
doc/docstyle.css
doc/examples.html
doc/users-guide.html
examples/form/Makefile
examples/form/create.pyhtml
examples/form/form.pyhtml
examples/form/layout.pyhtml
examples/form/main.py
examples/form/update.pyhtml
examples/gae/Kookbook.py
examples/gae/main.py
examples/gae/templates/_layout.pyhtml
examples/gae/templates/index.pyhtml
examples/preprocessing/Makefile
examples/preprocessing/helper.py
examples/preprocessing/main.py
examples/preprocessing/select.pyhtml
examples/table/Makefile
examples/table/table.py
examples/table/table.pyhtml
lib2/tenjin.py
lib3/tenjin.py
test/Kookbook.py
test/oktest.py
test/test_all.py
test/test_encoding.py
test/test_engine.py
test/test_engine.yaml
test/test_examples.py
test/test_gae.py
test/test_htmlhelper.py
test/test_loader.py
test/test_main.py
test/test_main.yaml
test/test_preprocessor.py
test/test_safe.py
test/test_store.py
test/test_template.py
test/test_template.yaml
test/test_tenjin.py
test/test_users_guide.py
test/testcase_helper.py
test/data/examples/form/create.pyhtml
test/data/examples/form/form.pyhtml
test/data/examples/form/layout.pyhtml
test/data/examples/form/main.py
test/data/examples/form/main.result
test/data/examples/form/update.pyhtml
test/data/examples/gae/Kookbook.py
test/data/examples/gae/app.yaml
test/data/examples/gae/main.py
test/data/examples/gae/templates/_layout.pyhtml
test/data/examples/gae/templates/index.pyhtml
test/data/examples/preprocessing/helper.py
test/data/examples/preprocessing/main.py
test/data/examples/preprocessing/main.result
test/data/examples/preprocessing/select.pyhtml
test/data/examples/preprocessing/select_P.result
test/data/examples/table/table.py
test/data/examples/table/table.pyhtml
test/data/examples/table/table.result
test/data/examples/table/table_s.result
test/data/users_guide/test_010/main.py
test/data/users_guide/test_010/result.output
test/data/users_guide/test_010/views/page.pyhtml
test/data/users_guide/test_011/result.output
test/data/users_guide/test_020/result.output
test/data/users_guide/test_021/main.py
test/data/users_guide/test_021/result.output
test/data/users_guide/test_030/main.py
test/data/users_guide/test_030/result.output
test/data/users_guide/test_030/views/_layout.pyhtml
test/data/users_guide/test_040/result.output
test/data/users_guide/test_040/views/_layout.pyhtml
test/data/users_guide/test_040/views/page.pyhtml
test/data/users_guide/test_050/result.output
test/data/users_guide/test_050/views/page.pyhtml
test/data/users_guide/test_051/result.output
test/data/users_guide/test_051/views/_layout.pyhtml
test/data/users_guide/test_060/result.output
test/data/users_guide/test_060/views/_footer.pyhtml
test/data/users_guide/test_060/views/_header.pyhtml
test/data/users_guide/test_060/views/_layout.pyhtml
test/data/users_guide/test_070/main.py
test/data/users_guide/test_070/result.output
test/data/users_guide/test_070/views/_layout.pyhtml
test/data/users_guide/test_capturing/main.py
test/data/users_guide/test_capturing/result.output
test/data/users_guide/test_capturing/views/_layout.pyhtml
test/data/users_guide/test_capturing/views/blog-post.pyhtml
test/data/users_guide/test_context/context.py
test/data/users_guide/test_context/context.yaml
test/data/users_guide/test_context/example.pyhtml
test/data/users_guide/test_context/result1.output
test/data/users_guide/test_context/result2.output
test/data/users_guide/test_context/result3.output
test/data/users_guide/test_context/result4.output
test/data/users_guide/test_convert/example.pyhtml
test/data/users_guide/test_convert/result1.output
test/data/users_guide/test_convert/result2.output
test/data/users_guide/test_escape/main.py
test/data/users_guide/test_escape/result.output
test/data/users_guide/test_escape/views/page.pyhtml
test/data/users_guide/test_execute/example.pyhtml
test/data/users_guide/test_execute/result.output
test/data/users_guide/test_fragmentcache/main.py
test/data/users_guide/test_fragmentcache/result.output
test/data/users_guide/test_fragmentcache/result2.output
test/data/users_guide/test_fragmentcache/views/items.pyhtml
test/data/users_guide/test_logging/ex-logger.py
test/data/users_guide/test_logging/example.pyhtml
test/data/users_guide/test_logging/result1.output
test/data/users_guide/test_logging/result2.output
test/data/users_guide/test_m17n/m17n.py
test/data/users_guide/test_m17n/m17n.pyhtml
test/data/users_guide/test_m17n/result.output
test/data/users_guide/test_m17n/result_en.output
test/data/users_guide/test_m17n/result_fr.output
test/data/users_guide/test_nested/main.py
test/data/users_guide/test_nested/result.output
test/data/users_guide/test_nested/views/_blog_layout.pyhtml
test/data/users_guide/test_nested/views/_site_layout.pyhtml
test/data/users_guide/test_nested/views/blog_post.pyhtml
test/data/users_guide/test_pp/example.pyhtml
test/data/users_guide/test_pp/preprocess-example1.py
test/data/users_guide/test_pp/result.output
test/data/users_guide/test_pp_javascript/example.pyhtml
test/data/users_guide/test_pp_javascript/pp-javascript.py
test/data/users_guide/test_pp_javascript/result.output
test/data/users_guide/test_pp_prefixed/example.pyhtml
test/data/users_guide/test_pp_prefixed/pp-prefixed-main.py
test/data/users_guide/test_pp_prefixed/result.expected
test/data/users_guide/test_pp_trim/example.pyhtml
test/data/users_guide/test_pp_trim/pp-trim-main.py
test/data/users_guide/test_pp_trim/result.expected
test/data/users_guide/test_preprocessing/pp-example1.py
test/data/users_guide/test_preprocessing/result1a.output
test/data/users_guide/test_preprocessing/result1b.output
test/data/users_guide/test_preprocessing/result1c.output
test/data/users_guide/test_preprocessing/result2a.output
test/data/users_guide/test_preprocessing/result2b.output
test/data/users_guide/test_preprocessing/result3a.output
test/data/users_guide/test_preprocessing/result3b.output
test/data/users_guide/test_preprocessing/views/pp-example1.pyhtml
test/data/users_guide/test_preprocessing/views/pp-example2.pyhtml
test/data/users_guide/test_preprocessing/views/pp-example3.pyhtml
test/data/users_guide/test_retrieve/example.pyhtml
test/data/users_guide/test_retrieve/result1.output
test/data/users_guide/test_retrieve/result2.output
test/data/users_guide/test_retrieve/result3.output
test/data/users_guide/test_retrieve/result4.output
test/data/users_guide/test_retrieve/result5.output
test/data/users_guide/test_safe/result.output
test/data/users_guide/test_safe/safe-test.py
test/data/users_guide/test_syntax_check/example.pyhtml
test/data/users_guide/test_syntax_check/result.output
test/data/users_guide/test_syntaxerr/result.output
test/data/users_guide/test_syntaxerr/syntaxerr.pyhtml
test/data/users_guide/test_trace/layout.pyhtml
test/data/users_guide/test_trace/main.pyhtml
test/data/users_guide/test_trace/result.output
test/data/users_guide/test_trace/trace-example.py
