XMLObject 0.0.1

The first release of XMLObject is out. This is a small project I started after writting this post. I tried to apply on Pypi but it seems to be bugged w/ email sending :( Anyway annoucement on Freshmeat should come shortly :)

XMLObject is hosted on http://xmlobject.base-art.net/

— Enjoy !

more ...

ALSA Pythonized

In ResPyre project context, Regis Prevot wrote a python binding for ALSA. Because I believe his work could be usefull for other developpers, here is a first version of alsamodule.

This first version supports ALSA mixer. You can get, change, mute, unmute volume on audio channels. Here is a little …

more ...

Of Python and XML

Obviously I’m not the first to believe in the power of Python to ease XML management. Of course there are DOM and SAX which are meant to provide uniform (whatever language we use) XML APIs. After using these for a little while, I’m now convinced OO features should …

more ...


When IMAP lags with big folders

I’m using mutt to read my mail through IMAP4_SSL… But currently it lacks of a cache system, so dealing with big folders (~2000) is quite hard for it.

That’s why I hacked an archive utility script to better fit with my needs. The original one is here. The …

more ...