ANN: Pyro 4.9 released

I

Irmen de Jong

Hello,

Pyro 4.9 has just been released!

Get it from Pypi: http://pypi.python.org/pypi/Pyro4/
Documentation: http://packages.python.org/Pyro4/index.html

Changes include:

* the documentation has finally been completed
* changed asyncresult a little in non-compatible ways.
* added more examples: gui_eventloop, deadlock, itunes
* serialized data is released a bit faster to improve garbage collection
* fixed setting several socket options such as SO_REUSEADDR.

(See the change log in the documentation for a more detailed list)


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 3.x.


Enjoy,

Irmen de Jong
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top