I've been exploring implementing pyxar with the ctypes FFI module for Python, which is included in Python2.5. Currently, pyxar is a compiled C module for Python built with Pyrex. Ultimately, ctypes might be easier to maintain than Pyrex, and it certainly requires less on the user's end, now that it is included with Python.
I'm hoping to have something working soon.