Download List

Project Description

Remote Python Call (RPyC) is a transparent and symmetric Python library for RPC and distributed computing. It supports synchronous and asynchronous operation, callbacks, secure remote services, and transparent object proxying.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-08 03:05
2.55

This release adds server discovery (using UDP broadcasts), has moved to tlslite (for authentication and encryption), adds isinstance and issubclass that work with remote objects, and has some refactoring.
Tags: Minor feature enhancements

2006-04-25 23:04
2.50A

A lot of redesign and refactoring. Work on better unit tests. Fixes for several bugs with multithreading.

2006-04-08 02:27
2.45

This release has cleanups and bugfix with PipeStream.write. It adds stubs for Windows, and so now works on Windows as well. Authentication support has been added: auth_server.py and AuthSocketConnection.
Tags: Minor feature enhancements

2006-03-04 00:10
2.40

This release adds imports to __init__.py, so you can now do "from Rpyc import *". This is backwards compatible, however; "from Rpyc.Factories import SocketConnection" still works. The __all__ of Utils.py has been cleaned up a little. 'execute' and 'namespace' have been added. 'execute' lets you execute code on the remote side of the connection, and 'namespace' is the namespace in which 'execute' evaluates. demo-6.py has been added to show how to use this. demo-2.py has been fixed (now that remote_interpreter isn't a part of Utils.__al__).
Tags: Minor feature enhancements

2006-03-02 19:31
2.36

This release adds 'threaded_server' to ServerUtils. It's a mix-in you can use wherever you like, instead of writing a server by yourself. The logging mechanism of ServerUtils has been improved. The Web site has been updated.
Tags: Minor feature enhancements

Project Resources