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
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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

Reply via email to