As said in the subject, WebIOPi 0.6 is now alive, with new exciting features.
UART, SPI, I2C support provide on consistent way to access most commons devices, including ADC, DAC, and sensors.
It relies on a self written library, and not on existing serial/spidev/i2cdev libraries.
With a common abstraction, it becomes more easy to use this interfaces on the RPi instead on relying on multiples libraries.
And unlike i2c smbus wich is not available on Python 3.2, WebIOPi is fully compatible with both Python 2.7 and Python 3.2.
See my blog post for explanation on all new features : http://trouch.com/2013/03/27/webiopi-0- ... pi-to-iot/
As usual, everything is documented and available on both google code : https://code.google.com/p/webiopi/
For headed Pi, WebIOPi 0.6 can also be found on the Pi Store.