RPyC

RPyC
DeveloperTomer Filiba
Initial release17 December 2005
Stable release
6.0.0 / 23 February 2024 (2024-02-23)
Written inPython
Operating systemCross-platform
TypeRemote Procedure Call
LicenseMIT License
Websiterpyc.readthedocs.org 
Repository

RPyC (pronounced are-pie-see), or Remote Python Call, is a Python library for remote procedure calls (RPC), as well as distributed computing. Unlike regular RPC mechanisms, such as ONC RPC, CORBA or Java RMI, RPyC is transparent, symmetric, and requires no special decoration or definition languages. Moreover, it provides programmatic access to any pythonic element, be it functions, classes, instances or modules.