Download List

项目描述

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 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

此版本增加了服务器发现(使用UDP广播),已经转移到tlslite(身份验证和加密),增加了isinstance和issubclass这项工作与远程对象,并且有一些重构。
标签: Minor feature enhancements
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.

2006-04-25 23:04
2.50A

一个重新设计和重构很多。工作较好的单元测试。与多线程修复了几个bug。
A lot of redesign and refactoring. Work on better unit tests. Fixes for several bugs with multithreading.

2006-04-08 02:27
2.45

此版本已清理和缺陷修复的PipeStream.write。它增加了对Windows存根,所以现在工程,以及在Windows上。身份验证的支持已被添加:auth_server.py和AuthSocketConnection。
标签: Minor feature enhancements
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.

2006-03-04 00:10
2.40

这个版本增加了进口__init__.py,所以你现在可以从Rpyc进口*“”。这是向后兼容的,但是,从Rpyc.Factories进口SocketConnection“”仍然有效。在__all__的Utils.py已经清理了一些。 '执行'和'空间'已被添加。 '执行'让你上执行远程的连接端代码,和'空间'是命名空间中,'执行'评估。演示6.py已被添加到显示如何使用这一点。演示2.py已定(现在remote_interpreter不是Utils.__al__的一部分)。
标签: Minor feature enhancements
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__).

2006-03-02 19:31
2.36

此版本增加了'threaded_server'的ServerUtils。这是一个组合,在哪里可以使用你喜欢,而不是由自己编写服务器。在ServerUtils采伐制度已有所改善。该网站已被更新。
标签: Minor feature enhancements
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.

Project Resources