Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #194 > unrolled thread

Pyro 4.7 released.

Started byIrmen de Jong <irmen.NOSPAM@xs4all.nl>
First post2011-06-20 00:01 +0200
Last post2011-06-20 00:01 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Pyro 4.7 released. Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-06-20 00:01 +0200

#194 — Pyro 4.7 released.

FromIrmen de Jong <irmen.NOSPAM@xs4all.nl>
Date2011-06-20 00:01 +0200
SubjectPyro 4.7 released.
Message-ID<mailman.194.1308602146.1164.python-announce-list@python.org>
Hello,

Pyro 4.7 has just been released!

Get it from Pypi:  http://pypi.python.org/pypi/Pyro4/

Updates:

* AutoProxy feature! Pyro objects are replaced by proxies automatically.
* Asynchronous method calls: do a call and get the results somewhere in the future.
* One-line-server-setup using Pyro4.Daemon.serveSimple
* nameserver.register() behavior change: overwrites existing names.
* added Pyro4.util.excepthook that you can use for sys.excepthook
* part of the new manual has been written, including a tutorial.


Pyro = Python Remote Objects. It is a library that enables you to build applications in
which objects can talk to each other over the network, with minimal programming effort.
You can just use normal Python method calls, with almost every possible parameter and
return value type, and Pyro takes care of locating the right object on the right
computer to execute the method. It is designed to be very easy to use, and to generally
stay out of your way. But it also provides a set of powerful features that enables you
to build distributed applications rapidly and effortlessly. Pyro is written in 100% pure
Python and therefore runs on many platforms and Python versions, including Python 2.x,
Python 3.x, IronPython, Jython and Pypy.


Enjoy,

Irmen de Jong

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web