Christoph,
> While reading what is already done and learning about this SIG I found
> the PEP333 that really scared me.... But it sounds like it's pretty
> mandatory to use WSGI if I want to add any layer of functionality.
WSGI is where the action is, yes. But don't let the PEP scare you: WSGI
is just a Python-specific, stackable CGI. It's just starting to get past
the early adopter phase, though, so if you're for something more mature,
you might check out the following:
neo_cgi -- I just found this today. The API is more basic than you
describe, but similar in that you're dealing with a CGI object. Not
sure if it's usable outside of Clearsilver.
http://www.clearsilver.net/docs/python/module-neo_cgi.cst
jonpy -- This library hasn't been marketed very well, but the code is
good, it's lightweight, well-documented, and includes sessioning.
http://jonpy.sourceforge.net/
chad
_______________________________________________
Web-SIG mailing list
[email protected]
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe:
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com