Warning!

This page applies to an older version of Orbited (Version 0.3) For info on the current version see the main documentation.


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.