ANN: RPyC v3.1.0

Tomer Filiba tomerfiliba at gmail.com
Mon Mar 21 18:32:14 CET 2011


RPyC, or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.

This version brings new features, better conventions, lots of bug fixes, and is compatible with many versions of python (CPython 2.4-2.7, IronPython and Jython)

Site: http://rpyc.wikidot.com
Release notes: http://rpyc.wikidot.com/release-notes
Download: http://sourceforge.net/projects/rpyc/files/main/3.1.0/
Repository: http://github.com/tomerfiliba/rpyc


More information about the Python-announce-list mailing list