ANN: DOPY 0.6 Released

Michael Muller mmuller@NOSPAM.enduden.com
Sat, 13 Apr 2002 16:44:22 +0000 (GMT)


DOPY is a small distributed object system written entirely in Python. It 
is not intended to be CORBA compliant. Instead, it aims to be extremely 
easy to use and to support Python's dynamic nature - methods are invoked 
dynamically, parameters are passed by copy. Any python object that can 
be pickled can automatically be passed as a parameter or a return value, 
and any Python object can be published as a distributed object.

Changes in DOPY 0.6:
-  Numerous bug fixes for 0.5.
-  Added setup.py file for distutils.
-  Expanded documentation.
-  Added reactors to deal with alternate input channels in single 
threaded mode.

Available at:

   http://www.users.cloud9.net/~proteus/dopy/welcome.html