Description
Provides distributed object and remote procedure call support for Python. It helps applications expose Python objects over the network and call methods across process or machine boundaries.
RPC expands the attack surface of an application. Authenticate peers, restrict exposed objects, validate input, and avoid exposing administrative methods to untrusted networks.