Python binding is working now
commit7393e3658c5b1bc422047df6bf40e0f08568af37
authorryah <ry@lakshmi.local>
Mon, 7 Apr 2008 16:38:37 +0000 (7 18:38 +0200)
committerryah <ry@lakshmi.local>
Mon, 7 Apr 2008 16:38:37 +0000 (7 18:38 +0200)
treebb2e35105908cd6c32122c5ea9d716857ff19ca6
parent526f7824a2d26d12f7d890730771378d3dd4b19f
Python binding is working now

It's crazy fast too. (Compared to the Ruby binding.) I've only implemented
the WSGI 2 interface. It shouldn't be hard to add some python-fu to support
the real WSGI. I don't know python so I hope someone else will be able to do
that.

Not sure how well concurrent requests are working - and the C code is an ugly
mess. I'll try to clean up these things soon.
python_lib/__init__.py
src/ebb_python.c
test/test.py