Pyro 4.2 released

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Sep 28 16:30:58 EDT 2010


Pyro 4.2
---------
I'm pleased to announce the release of Pyro 4.2!

Detailed info here: http://www.razorvine.net/python/Pyro
Download here: http://www.xs4all.nl/~irmen/pyro4/download/
Python package index entry: http://pypi.python.org/pypi/Pyro4

License: MIT software license.
Note: Pyro 4 is not finalized, this is still a beta release.


Changes
-------
The most important changes compared to Pyro 4.1 are:

- toplevel package renamed to Pyro4 to allow parallel installation
   of Pyro 3.x and Pyro4
- python 3.x compatibility


What is Pyro?
-------------
PYthon Remote Objects provides a very easy way of remote communication
between python objects somewhere in a network. It enables you to do
remote method calls on objects as if they were normal local objects.
Objects can be located by a direct identifier or indirectly by logical,
humanly-readable names that are managed in a name server.
Pyro is designed to be simple (but powerful) so it's only a manner of
adding a few lines of code to ignite your objects.
Simple example: http://www.razorvine.net/python/Pyro/Example


Enjoy,
Irmen de Jong



More information about the Python-list mailing list