tomerfiliba-org/rpyc
RPyC (Remote Python Call) - A transparent and symmetric RPC library for python observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 36
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6387
- days_rel: 707
- days_push: 384
- n_releases_24m: 1
Adoption not part of the score
1705 stars · 252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
rpc networking concurrency microservices developer-tools backend python cross-platform remote-procedure-calls object-proxying distributed-computing transparent-rpc
2 sources
- readme: https://github.com/tomerfiliba-org/rpyc · fetched 2026-08-28 · 1c98baab3129
- registry_pypi: https://pypi.org/pypi/rpyc/json · fetched 2026-08-29 · 8d1363e5b9ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tomerfiliba-org/rpyc | main | 39 |
For agents
markdown · JSON · MCP: product_card(name="tomerfiliba-org/rpyc")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem