{"id":22128113,"url":"https://github.com/explodinglabs/jsonrpcserver","last_synced_at":"2025-12-12T00:53:15.327Z","repository":{"id":39874699,"uuid":"45362585","full_name":"explodinglabs/jsonrpcserver","owner":"explodinglabs","description":"Process incoming JSON-RPC requests in Python","archived":false,"fork":false,"pushed_at":"2023-05-31T01:16:14.000Z","size":1170,"stargazers_count":184,"open_issues_count":13,"forks_count":39,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-30T00:02:51.571Z","etag":null,"topics":["api","json-rpc","python"],"latest_commit_sha":null,"homepage":"https://www.jsonrpcserver.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/explodinglabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2015-11-01T23:51:59.000Z","updated_at":"2024-06-18T15:20:36.102Z","dependencies_parsed_at":"2024-06-18T15:20:33.251Z","dependency_job_id":"b4c61356-fa4d-4eaf-a758-ea59e0a5239d","html_url":"https://github.com/explodinglabs/jsonrpcserver","commit_stats":{"total_commits":1200,"total_committers":23,"mean_commits":52.17391304347826,"dds":"0.11499999999999999","last_synced_commit":"f49530ff5ce7b08b3be547da8a3f11ee820cb240"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/explodinglabs","download_url":"https://codeload.github.com/explodinglabs/jsonrpcserver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","json-rpc","python"],"created_at":"2024-12-01T17:35:20.645Z","updated_at":"2025-12-12T00:53:15.322Z","avatar_url":"https://github.com/explodinglabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/v/jsonrpcserver.svg\" alt=\"PyPI\" /\u003e\n  \u003cimg src=\"https://github.com/explodinglabs/jsonrpcserver/actions/workflows/code-quality.yml/badge.svg\" alt=\"Code Quality\" /\u003e\n  \u003cimg src=\"https://coveralls.io/repos/github/explodinglabs/jsonrpcserver/badge.svg?branch=main\" alt=\"Coverage Status\" /\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/dw/jsonrpcserver\" alt=\"Downloads\" /\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/l/jsonrpcserver.svg\" alt=\"License\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Jsonrpcserver Logo\" src=\"https://github.com/explodinglabs/jsonrpcserver/blob/main/logo.png?raw=true\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eProcess incoming JSON-RPC requests in Python\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://explodinglabs.com/jsonrpcserver/\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://github.com/explodinglabs/jsonrpcserver/wiki\"\u003eDeveloper Wiki\u003c/a\u003e\n\u003c/p\u003e\n\nhttps://github.com/user-attachments/assets/94fb4f04-a5f1-41ca-84dd-7e18b87990e0\n\n## 🚀 Installation\n\n```sh\npip install jsonrpcserver\n```\n\n## ⚒️ Usage\n\n```python\nfrom jsonrpcserver import dispatch, method, Success\n\n@method\ndef ping():\n    return Success(\"pong\")\n\nresponse = dispatch('{\"jsonrpc\": \"2.0\", \"method\": \"ping\", \"id\": 1}')\n# =\u003e '{\"jsonrpc\": \"2.0\", \"result\": \"pong\", \"id\": 1}'\n```\n\n## 📚 Documentation\n\n👉 Full documentation is at [explodinglabs.com/jsonrpcserver/](https://explodinglabs.com/jsonrpcserver/).\n\n👉 See the [Wiki](https://github.com/explodinglabs/jsonrpcserver/wiki) for community-editable usage examples in various frameworks, libraries, and transport protocols.\n\n## ➡️ See Also\n\n- [jsonrpcclient](https://github.com/explodinglabs/jsonrpcclient) – Create JSON-RPC requests and parse responses in Python\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodinglabs%2Fjsonrpcserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexplodinglabs%2Fjsonrpcserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodinglabs%2Fjsonrpcserver/lists"}