Pyro: Python Remote Objects
PYRO is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. It resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple and free (MIT software license)!
Visit Pyro's project page.
Online discussion about new features
Please join the Pyro Mailing List for proposed changes, new features, improvements, and other issues regarding Pyro's future! PyroTodoList shows the list of things that are on the TODO list for the next Pyro version (or later). Pyro's future (Pyro 4.x) can be discussed on the PyroFuture page.
Pyro Troubleshooting
Tips and common issues when using Pyro; see PyroTroubleshooting.
Using Pyro together with Jython
Read PyroAndJython for any issues here.
Third party contributions
Have a look at PyroContrib to see if there's something you need, or of you want to add some interesting stuff of your own making.
CVS structure
See PyroCvsStructure for a diagram on how the project's CVS repository is structured (branches etc).
