Remote Python Call

Remote Python Call (RPyC) is a python library providing transparent and symmetric IPC/RPC and distributed computing. It supports both synchronous and asynchronous operations. It works by giving you transparent control over a remote python interpreter: you can import remote modules, access remote classes, functions, and instances, just as you would do locally. Typical use cases are remote administration, distributed testing, resource sharing, and tunneling. Version 2.60 was released last week, adding supports for secure (TLS) connections.

6 Comments

  1. 2006-05-26 6:38 pm
    • 2006-05-29 4:50 pm
  2. 2006-05-26 6:38 pm
  3. 2006-05-26 9:48 pm
  4. 2006-05-27 8:01 am
    • 2006-05-29 4:47 pm