Pyro 3.x is in maintenance mode (only getting security- and bugfixes).
New projects are strongly urged to use Pyro 4 instead,
which is the new Pyro version that is actively being developed.

About

Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. Never worry about writing network communication code again, when using Pyro you just write your Python objects like you would normally. With only a few lines of extra code, Pyro takes care of the network communication between your objects once you split them over different machines on the network. All the gory socket programming details are taken care of, you just call a method on a remote object as if it were a local object.

Pyro is written and © by Irmen de Jong. It is open-source software and is released under the MIT Software License (more info).

Download - latest legacy version is 3.15

Information about Pyro 3.x