Skip to content

RPyC (Remote Python Call) - A transparent and symmetric RPC library for python

License

Notifications You must be signed in to change notification settings

geromueller/rpyc

This branch is 7 commits ahead of, 681 commits behind tomerfiliba-org/rpyc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12a5316 · Feb 17, 2017
Feb 10, 2016
Nov 26, 2015
Oct 21, 2014
Jun 6, 2013
Feb 17, 2017
Feb 10, 2016
Mar 4, 2015
Jul 7, 2014
Dec 19, 2013
Nov 26, 2012
Feb 23, 2013
May 23, 2012
Mar 11, 2014
Jun 26, 2014
Jun 9, 2013
Dec 19, 2013

Repository files navigation

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.

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

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.
Bitdeli badge

About

RPyC (Remote Python Call) - A transparent and symmetric RPC library for python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%