{"library":"rpyc","type":"library","category":null,"description":"RPyC (Remote Python Call) is a transparent and symmetric distributed computing library for Python. It allows remote objects to be manipulated as if they were local, making it a powerful tool for building distributed systems and remote execution. The library is actively maintained, with frequent releases addressing bug fixes, performance improvements, and security enhancements. The current version is 6.0.2.","language":"python","status":"active","version":"6.0.2","tags":["remote procedure call","rpc","distributed computing","networking","inter-process communication"],"install":[{"cmd":"pip install rpyc","imports":["import rpyc","from rpyc.utils.server import ThreadedServer","import rpyc\n\nclass MyService(rpyc.Service):\n    # ...\n","import rpyc\n\nconn = rpyc.classic.connect('localhost', 18812)"]}],"homepage":"https://rpyc.readthedocs.org","github":"https://github.com/tomerfiliba-org/rpyc","docs":null,"changelog":null,"pypi":"https://pypi.org/project/rpyc/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.7,"avg_import_s":0.12,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/rpyc/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}