{"id":24281124,"url":"https://github.com/link89/fire-rpc","last_synced_at":"2026-04-24T03:31:46.441Z","repository":{"id":271687787,"uuid":"914239297","full_name":"link89/fire-rpc","owner":"link89","description":"Turn fire command line into remote JSON RPC","archived":false,"fork":false,"pushed_at":"2025-03-10T03:35:09.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T04:31:59.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/link89.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-09T08:02:32.000Z","updated_at":"2025-03-10T03:35:12.000Z","dependencies_parsed_at":"2025-01-09T09:55:25.693Z","dependency_job_id":"088ce5b7-5317-4f47-979d-a496e60e6cdf","html_url":"https://github.com/link89/fire-rpc","commit_stats":null,"previous_names":["link89/fire-rpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/link89/fire-rpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link89%2Ffire-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link89%2Ffire-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link89%2Ffire-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link89%2Ffire-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link89","download_url":"https://codeload.github.com/link89/fire-rpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link89%2Ffire-rpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32208176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-01-16T02:51:55.701Z","updated_at":"2026-04-24T03:31:41.432Z","avatar_url":"https://github.com/link89.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fire-rpc\nTurn fire command line into RPC server.\n\n\n## Installation\n\n```bash\npip install fire-rpc\n``` \n\n## Example\n`fire-rpc` provides a built-in echo server to demonstrate how to use it.\n\nTo start the echo server, run the following command:\n\n```bash\n# Note that the yes command is used to workaround the interactive mode of fire\nyes | python -m fire_rpc /echo --port 8000\n```\n\nTo call the echo server, run the following command:\n\n```bash\nurl -X POST http://localhost:8000/echo -H \"Content-Type: application/json\" -d '{\"args\":[\"Hello World\"]}'\n```\n\nThe echo server will return the following response:\n\n```json\n{\"result\": {\"args\": [\"Hello World\"], \"kwargs\": {}}}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink89%2Ffire-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink89%2Ffire-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink89%2Ffire-rpc/lists"}