dispy 3.17

dispy is a Python framework for parallel computation. It distributes tasks across across multiple processors in a single machine (SMP), other machine nodes in a cluster, grid or cloud. It's suitable for large sets of data being worked on in parallel (SIMD). It does not facilitate communication or sharing among execution tasks. It utilizes asynchronous sockets, coroutines, epoll, kqueue or Windows IOCP.