# tomerfiliba-org/rpyc

RPyC (Remote Python Call) - A transparent and symmetric RPC library for python

Repository: https://github.com/tomerfiliba-org/rpyc
Canonical: https://ross.abutalabs.com/products/rpyc
Homepage: http://rpyc.readthedocs.org
Language: Python
License: NOASSERTION
License Family: other
Last push: 2025-08-14T03:52:18+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 36, release rhythm 8, longevity 100
- inputs: {"age_days": 6387, "days_push": 384, "days_rel": 707, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1705, forks 252 (observed 2026-08-28T04:05:24.748853+00:00)

## What it is
RPyC (Remote Python Call) is a transparent and symmetric RPC library for Python that uses object proxying to let code manipulate remote objects as if they were local. It supports distributed computing, clustering, and seamless cross-process/cross-machine interaction.

## Use cases
- call python objects on a remote machine as if they were local
- build distributed computing systems in python
- remotely control a python process over the network
- connect a windows client to a linux server for remote execution
- proxy objects across process boundaries
- implement client-server communication without writing protocol code

## When to choose
- you want transparent, symmetric RPC with full object proxying in Python
- you need to interact with remote Python interpreters or objects dynamically
- you want a lightweight alternative to heavier RPC frameworks for Python-to-Python communication

## When to avoid
- you need cross-language RPC (e.g., between Python and Go or Java)
- you require high-throughput binary serialization with strict schemas like gRPC/protobuf
- you need browser or mobile clients to call the server

## Facets
- artifact type: library
- maturity: stable
- function: rpc, networking, concurrency
- domain: microservices, developer-tools, backend
- platform: python, cross-platform
- tags: remote-procedure-calls, object-proxying, distributed-computing, transparent-rpc

## Member repositories
- tomerfiliba-org/rpyc (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.748853+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:33.492656+00:00, confidence not recorded.
  - readme: https://github.com/tomerfiliba-org/rpyc (fetched 2026-08-28T04:05:24.748853+00:00, sha 1c98baab3129)
  - registry_pypi: https://pypi.org/pypi/rpyc/json (fetched 2026-08-29T11:12:17.496174+00:00, sha 8d1363e5b9ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
