Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: RPyC v3.1.0

27 views
Skip to first unread message

Tomer Filiba

unread,
Mar 21, 2011, 1:32:14 PM3/21/11
to comp-lang-py...@moderators.isc.org
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

0 new messages