LWN.net Logo

Pyro 3.8 released

From:  Irmen de Jong <irmen.NOSPAM-AT-xs4all.nl>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  Pyro 3.8 released
Date:  Sat, 23 Aug 2008 12:09:13 +0200
Message-ID:  <48afe1df$0$192$e4fe514c@news.xs4all.nl>


I'm happy to announce Pyro 3.8 --
Python's own powerful remote method invocation technology!

You can get it via http://pyro.sourceforge.net, then go to the SF project homepage 
download area.

While 3.8 is a bug-fix release there are quite a lot of improvements since the previous
version. Please check the changes chapter in the manual for details:
http://pyro.sourceforge.net/manual/12-changes.html#latest


Have fun, and thanks for your interest, support, and feedback!

--Irmen de Jong


** What is Pyro?
Pyro is an acronym for 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 is extremely easy to implement a distributed system with Pyro, because all network 
communication code is abstracted and hidden from your application. You just get a remote 
Python object and invoke methods on the object on the other machine.

Pyro offers you a Name Server, an Event Service, mobile objects, remote exceptions, 
dynamic proxies, remote attribute access, automatic reconnection, a very good and 
detailed manual, and many examples to get you started right away.
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html



(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds