PyOrbited
PyOrbited is a library of Python implementations of the Orbited client API. It currently consists of a basic socket based implementation, a twisted implementation, and a pyevent/libevent implementation.
To install the library simply run
easy_install pyorbited
For a usage example, see UsingPython.