Hi,

maybe you'd like to have a look at just another Python framework that
I'm writing ;) It seems that the goals you describe fit mine too. The
project home is here:

http://code.google.com/p/pyxer/

You get the best impression of what it is all about if you check out the
SVN repository and have a look into "docs/pyxer.html" and the "examples"
folder. Here is the SVN:

svn checkout http://pyxer.googlecode.com/svn/trunk/ pyxer-read-only

But in two words writing a Hello World controller is as simple as:

@controller
def index():
    return "Hello World"

This is the result of some programming conventions, but they may all be
changed and extended if needed. I think this makes the learning curve
quite flat.

Maybe you or someone else on this list is interested contributing?

Thanks
Dirk

P.S.: This framework is far from being complete...

eghansah schrieb:
Hi,
I've been working on a python web framework which I think might be of interest to you.
Details may be found at http://code.google.com/p/keg/wiki/Concept.
All suggestions or comments will be greatly appreciated. Thank you.


------------------------------------------------------------------------

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/dirk.holtwick%40gmail.com
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to