RPyC (Remote Python Call)

RPyC(远程 Python 调用)--适用于 python 的透明对称 RPC 库。『RPyC (Remote Python Call) - A transparent and symmetric RPC library for python』

  • 所有者: tomerfiliba-org/rpyc
  • 平台: Windows,Linux,Mac
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

|Version| |Python| |Tests| |License|

RPyC_ (pronounced like are-pie-see), or Remote Python Call, is a
transparent library for symmetrical 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.

Documentation can be found at https://rpyc.readthedocs.io

.. figure:: http://rpyc.readthedocs.org/en/latest/_images/screenshot.png
:align: center

A screenshot of a Windows client connecting to a Linux server.

Note that text written to the server's stdout is actually printed on
the server's console.

.. References:

.. _RPyC: https://github.com/tomerfiliba/rpyc
.. _remote procedure calls: http://en.wikipedia.org/wiki/Remote_procedure_calls
.. _clustering: http://en.wikipedia.org/wiki/Clustering
.. _distributed-computing: http://en.wikipedia.org/wiki/Distributed_computing
.. _object-proxying: http://en.wikipedia.org/wiki/Proxy_pattern

.. Badges:

.. |Version| image:: https://img.shields.io/pypi/v/rpyc.svg?style=flat
:target: https://pypi.python.org/pypi/rpyc
:alt: Version

.. |Python| image:: https://img.shields.io/pypi/pyversions/rpyc.svg?style=flat
:target: https://pypi.python.org/pypi/rpyc#downloads
:alt: Python Versions

.. |Tests| image:: https://img.shields.io/travis/tomerfiliba/rpyc/master.svg?style=flat
:target: https://travis-ci.org/tomerfiliba/rpyc
:alt: Build Status

.. |License| image:: https://img.shields.io/pypi/l/rpyc.svg?style=flat
:target: https://github.com/tomerfiliba/rpyc/blob/master/LICENSE
:alt: License: MIT

主要指标

概览
名称与所有者tomerfiliba-org/rpyc
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证Other
所有者活动
创建于2009-03-08 11:23:29
推送于2025-07-11 20:11:23
最后一次提交2025-07-11 15:10:09
发布数41
最新版本名称6.0.2 (发布于 )
第一版名称v2.6.0 (发布于 )
用户参与
星数1.6k
关注者数58
派生数251
提交数1k
已启用问题?
问题数435
打开的问题数90
拉请求数95
打开的拉请求数1
关闭的拉请求数46
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?