cb5b9ce539
- Add CHEESESHOP mirror - Use DOS2UNIX - Update WWW PR: ports/159106 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
8 lines
424 B
Text
8 lines
424 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.wikidot.com/
|