API Reference
Serialization
IO Layer
Protocol
Protocol - The RPyC protocol (
Connection
class)Service - The RPyC service model
Netref - Implementation of transparent object proxies (netrefs)
Async - Asynchronous object proxies (netrefs)
Server-Side
Server - The core implementation of RPyC servers; includes the implementation of the forking and threaded servers.
Registry - Implementation of the Service Registry; the registry is a bonjour-like discovery agent, with which RPyC servers register themselves, and allows clients to locate different servers by name.
Authenticators - Implementation of two common authenticators, for SSL and TLSlite.
Client-Side
Misc
Zero-Deploy RPyC - Deploy short-living RPyC servers on remote machines with ease - all you’ll need is SSH access and a Python interpreter installed on the host