{"id":21559662,"url":"https://github.com/explodinglabs/jsonrpcclient","last_synced_at":"2025-12-12T00:50:46.222Z","repository":{"id":45932531,"uuid":"45362648","full_name":"explodinglabs/jsonrpcclient","owner":"explodinglabs","description":"Generate JSON-RPC requests and parse responses in Python","archived":false,"fork":false,"pushed_at":"2025-04-18T12:48:31.000Z","size":882,"stargazers_count":121,"open_issues_count":3,"forks_count":45,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-13T03:02:38.195Z","etag":null,"topics":["api","client","json-rpc","python","rpc"],"latest_commit_sha":null,"homepage":"https://www.jsonrpcclient.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,"zenodo":null}},"created_at":"2015-11-01T23:54:50.000Z","updated_at":"2025-05-10T13:09:05.000Z","dependencies_parsed_at":"2023-11-22T18:40:52.432Z","dependency_job_id":"834f8dda-6792-4ebd-851c-fa7afd4c3e44","html_url":"https://github.com/explodinglabs/jsonrpcclient","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explodinglabs%2Fjsonrpcclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/explodinglabs","download_url":"https://codeload.github.com/explodinglabs/jsonrpcclient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337613,"owners_count":22054253,"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","client","json-rpc","python","rpc"],"created_at":"2024-11-24T09:08:13.659Z","updated_at":"2025-12-12T00:50:46.215Z","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/jsonrpcclient.svg\" alt=\"PyPI\" /\u003e\n  \u003cimg src=\"https://github.com/explodinglabs/jsonrpcclient/actions/workflows/code-quality.yml/badge.svg\" alt=\"Code Quality\" /\u003e\n  \u003cimg src=\"https://coveralls.io/repos/github/explodinglabs/jsonrpcclient/badge.svg?branch=main\" alt=\"Coverage Status\" /\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/dw/jsonrpcclient\" alt=\"Downloads\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/explodinglabs/jsonrpcclient\" alt=\"License\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Jsonrpcclient Logo\" src=\"https://github.com/explodinglabs/jsonrpcclient/blob/main/logo.png?raw=true\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eCreate JSON-RPC requests and parse responses in Python\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://explodinglabs.com/jsonrpcclient/\"\u003eDocumentation\u003c/a\u003e |\n  \u003ca href=\"https://github.com/explodinglabs/jsonrpcclient/wiki\"\u003eDeveloper Wiki\u003c/a\u003e\n\u003c/p\u003e\n\nhttps://github.com/user-attachments/assets/080861a5-0819-43ec-a9e2-f8ea7eb694f5\n\n## 🚀 Installation\n\n```sh\npip install jsonrpcclient\n```\n\n## ⚒️ Usage\n\nGenerate a request:\n\n```python\nfrom jsonrpcclient import request, parse\nreq = request(\"ping\")\n# =\u003e {'jsonrpc': '2.0', 'method': 'ping', 'id': 1}\n```\n\nParse a response:\n\n```python\nparsed = parse({\"jsonrpc\": \"2.0\", \"result\": \"pong\", \"id\": 1})\n# =\u003e Ok(result='pong', id=1)\n```\n\n\u003e [!TIP]\n\u003e For strings, use `request_json` and `parse_json`.\n\n## 📚 Documentation\n\n👉 Full documentation is at [explodinglabs.com/jsonrpcclient/](https://explodinglabs.com/jsonrpcclient/).\n\n👉 See the [Wiki](https://github.com/explodinglabs/jsonrpcclient/wiki) for community-editable usage examples in various frameworks, libraries, and transport protocols.\n\n## 📖 See Also\n\n- [jsonrpcserver](https://github.com/explodinglabs/jsonrpcserver) – Process incoming JSON-RPC requests in Python\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodinglabs%2Fjsonrpcclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexplodinglabs%2Fjsonrpcclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodinglabs%2Fjsonrpcclient/lists"}