pyRPC
pyRPC/Privacy

Privacy

pyRPC is an open-source library, not a service. No accounts, no analytics, no backend.

Last updated · May 2026

The short version

  • - No accounts, no sign-up, no telemetry.
  • - The library runs entirely on your machine - no data is sent anywhere unless you explicitly trigger a command that makes a network request.

Network requests

pyRPC itself makes no network requests. The CLI only reaches out when you run specific commands:

  • - pyrpc pull introspects your local Python module - no network.
  • - npm install @pyrpc/client and uv add pyrpc-core use standard package managers (npm, uv) which fetch from their respective registries.

What we collect

Nothing. pyRPC has no telemetry, no analytics, and no backend server. We don't run analytics on this site, don't set tracking cookies, and don't embed third-party trackers. The only data we see is what you voluntarily send - GitHub issues, PRs, or emails to the addresses below.

Changes

If this policy changes, the “Last updated” date at the top of the page changes with it.

Contact

Privacy questions: info@pyrpc.com. Source: github.com/pyrpc/pyrpc.