Albatross is a small and flexible Python toolkit for developing highly stateful web applications. It includes, among other things:
* An extensible HTML templating system similar to DTML that promotes separation of presentation and implementation. * The ability to place Python code for each page in a dynamically loaded module, or to place each page in its own class. * Optional sessions: browser-based or server-based. * Deployment as CGI programs, mod_python modules or as standalone web applications.
|
|
|