{"id":13633978,"url":"https://github.com/tomerfiliba-org/rpyc","last_synced_at":"2026-01-15T22:20:55.144Z","repository":{"id":517647,"uuid":"145733","full_name":"tomerfiliba-org/rpyc","owner":"tomerfiliba-org","description":"RPyC (Remote Python Call) - A transparent and symmetric RPC library for python","archived":false,"fork":false,"pushed_at":"2025-08-14T03:52:18.000Z","size":3311,"stargazers_count":1687,"open_issues_count":95,"forks_count":250,"subscribers_count":57,"default_branch":"master","last_synced_at":"2026-01-13T04:12:02.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rpyc.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomerfiliba-org.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2009-03-08T11:23:29.000Z","updated_at":"2026-01-06T09:54:10.000Z","dependencies_parsed_at":"2023-07-06T05:55:08.916Z","dependency_job_id":"50bd085b-1bae-44c5-8c4c-c61139667784","html_url":"https://github.com/tomerfiliba-org/rpyc","commit_stats":{"total_commits":847,"total_committers":84,"mean_commits":"10.083333333333334","dds":0.7260920897284533,"last_synced_commit":"5f41958d19cb4ca813ed1c289f7496faf849c7bf"},"previous_names":["tomerfiliba/rpyc"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/tomerfiliba-org/rpyc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerfiliba-org%2Frpyc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerfiliba-org%2Frpyc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerfiliba-org%2Frpyc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerfiliba-org%2Frpyc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomerfiliba-org","download_url":"https://codeload.github.com/tomerfiliba-org/rpyc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerfiliba-org%2Frpyc/sbom","scorecard":{"id":892483,"data":{"date":"2025-08-18","repo":{"name":"github.com/tomerfiliba-org/rpyc","commit":"14f20a77845309ee555c21b6f6cc3be9d7e29c57"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":3.5,"checks":[{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 3/24 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:11","Warn: no topLevel permission defined: .github/workflows/python-app.yml:1","Warn: no topLevel permission defined: .github/workflows/sphinx-test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codespell.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/codespell.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/codespell.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-app.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/python-app.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-app.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/python-app.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sphinx-test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/sphinx-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/sphinx-test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/tomerfiliba-org/rpyc/sphinx-test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-app.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/python-app.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/sphinx-test.yml:19","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":2,"reason":"1 out of the last 3 releases have a total of 1 signed artifacts.","details":["Info: signed release artifact: rpyc-6.0.1-py3-none-any.whl.sig: https://github.com/tomerfiliba-org/rpyc/releases/tag/6.0.1","Warn: release artifact 6.0.0 not signed: https://api.github.com/repos/tomerfiliba-org/rpyc/releases/143454362","Warn: release artifact 5.3.1 not signed: https://api.github.com/repos/tomerfiliba-org/rpyc/releases/93241905","Warn: release artifact 6.0.1 does not have provenance: https://api.github.com/repos/tomerfiliba-org/rpyc/releases/176763334","Warn: release artifact 6.0.0 does not have provenance: https://api.github.com/repos/tomerfiliba-org/rpyc/releases/143454362","Warn: release artifact 5.3.1 does not have provenance: https://api.github.com/repos/tomerfiliba-org/rpyc/releases/93241905"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-24T12:24:05.302Z","repository_id":517647,"created_at":"2025-08-24T12:24:05.302Z","updated_at":"2025-08-24T12:24:05.302Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28447922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T05:05:00.929Z","status":"ssl_error","status_checked_at":"2026-01-15T05:04:58.515Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T23:00:54.767Z","updated_at":"2026-01-15T22:20:55.120Z","avatar_url":"https://github.com/tomerfiliba-org.png","language":"Python","funding_links":[],"categories":["RPC Utilities","Python","Web Servers"],"sub_categories":[],"readme":"|Version| |Python| |Tests| |License|\n\nRPyC_ (pronounced like *are-pie-see*), or *Remote Python Call*, is a\n**transparent** library for **symmetrical** `remote procedure calls`_,\nclustering_, and distributed-computing_.  RPyC makes use of object-proxying_,\na technique that employs python's dynamic nature, to overcome the physical\nboundaries between processes and computers, so that remote objects can be\nmanipulated as if they were local.\n\nDocumentation can be found at https://rpyc.readthedocs.io\n\n.. figure:: http://rpyc.readthedocs.org/en/latest/_images/screenshot.png\n   :align: center\n\n   A screenshot of a Windows client connecting to a Linux server.\n\n   Note that text written to the server's ``stdout`` is actually printed on\n   the server's console.\n\n\n.. References:\n\n.. _RPyC:                   https://github.com/tomerfiliba-org/rpyc\n.. _remote procedure calls: http://en.wikipedia.org/wiki/Remote_procedure_calls\n.. _clustering:             http://en.wikipedia.org/wiki/Clustering\n.. _distributed-computing:  http://en.wikipedia.org/wiki/Distributed_computing\n.. _object-proxying:        http://en.wikipedia.org/wiki/Proxy_pattern\n\n.. Badges:\n\n.. |Version| image::   https://img.shields.io/pypi/v/rpyc.svg?style=flat\n   :target:            https://pypi.python.org/pypi/rpyc\n   :alt:               Version\n\n.. |Python| image::    https://img.shields.io/pypi/pyversions/rpyc.svg?style=flat\n   :target:            https://pypi.python.org/pypi/rpyc#downloads\n   :alt:               Python Versions\n\n.. |Tests| image::     https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml/badge.svg\n   :target:            https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml\n   :alt:               Build Status\n\n.. |License| image::   https://img.shields.io/pypi/l/rpyc.svg?style=flat\n   :target:            https://github.com/tomerfiliba-org/rpyc/blob/master/LICENSE\n   :alt:               License: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerfiliba-org%2Frpyc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomerfiliba-org%2Frpyc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerfiliba-org%2Frpyc/lists"}