Remote Python Call

Remote Python Call is a transparent infrastructure for RPC and distributed computing with the python language. It gives you complete and seamless control over a remote python interpreter and lets you execute code either synchronously or asynchronously (which means remote operations do not block and return AsyncResults). It is ideal for managing distributed tests on several platforms.