Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Web developers are its principle user group, but it has many potential uses and is also being used to generate C++ game code, Java, SQL, form emails, and even Python code.
This module is a rant (with code) encouraging Python developers to consider using pure Python for HTML generation rather than always using template languages. Read the module docstring for the rest of this rant. The temporary name is an ode to Ian Bicking's blog post 'Throw out your frameworks'
... [More] (http://blog.ianbicking.org/2010/03/01/throw-out-your-frameworks-forms-included/) [Less]
Dalap is an extremely flexible serialization / template library for Clojure.
The name is the acronym for Decide As Late As Possible, from lean programming.
This *was* an experimental refactoring of the Webware for Python project. It was NOT a fork, but a temporary project for exploring a new architecture. It was available under the same terms as the existing Webware project (webware.sf.net).
This is a 'work in progress' extraction of some code that I've been using in my personal/work projects. It's missing some of the original tests and docs at the moment.
It contains fast Cython implementations of the Reactor pattern (a la Twisted), Python's blocking Queue data structure, a
... [More] self-monitoring / adjusting threadpool, a in-process publish-subscribe / logging system and a lisp like template DSL for html generation. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy