4917ab1739
- Update WWW and MASTER_SITES [1] - Support stage build - Reset maintainer to ports@ PR: 182378 [1] Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> [1]
8 lines
428 B
Text
8 lines
428 B
Text
RPyC(pronounced like 'are-pie-see'), 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.
|
|
|
|
WWW: http://rpyc.readthedocs.org/
|