[ANNOUNCE] weblib

Michal Wallace (sabren) sabren at manifestation.com
Wed Apr 26 06:57:21 EDT 2000


Weblib is a library for Python programmers who want to build
interactive websites. It offers objects that are similar in feel to
those found in Active Server Pages and the PHP base libraries. More
specifically, weblib provides the following objects:

   * request : manages cookies, forms, and query strings coming from the browser. 
   * response : manages your script's response. 
   * sess : manages persistent sessions. 
   * auth : provides an authentication framework. 
   * perm : provides permission handling. 

In addition, weblib provides a wrapper module that handles most of the
CGI work and provides the above services transparently to your
scripts.

----------

The project is still pre-Alpha, but there's documentation and CVS access
over at sourceforge:

http://weblib.sourceforge.net/

Any feedback would be much appreciated.


Cheers,

- Michal
-------------------------------------------------------------------------
http://www.manifestation.com/         http://www.linkwatcher.com/metalog/
-------------------------------------------------------------------------





More information about the Python-list mailing list