{"id":16652886,"url":"https://github.com/zerointensity/hoist","last_synced_at":"2026-04-25T13:36:07.257Z","repository":{"id":51225693,"uuid":"518617143","full_name":"ZeroIntensity/hoist","owner":"ZeroIntensity","description":"Developer-oriented client-server communication library.","archived":false,"fork":false,"pushed_at":"2022-08-28T18:05:26.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T14:50:16.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hoist.zintensity.dev","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/ZeroIntensity.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}},"created_at":"2022-07-27T21:32:20.000Z","updated_at":"2022-08-27T20:39:20.000Z","dependencies_parsed_at":"2022-08-12T23:00:18.370Z","dependency_job_id":null,"html_url":"https://github.com/ZeroIntensity/hoist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fhoist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fhoist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fhoist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroIntensity%2Fhoist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroIntensity","download_url":"https://codeload.github.com/ZeroIntensity/hoist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243257400,"owners_count":20262290,"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":[],"created_at":"2024-10-12T09:30:19.121Z","updated_at":"2025-12-27T17:09:31.022Z","avatar_url":"https://github.com/ZeroIntensity.png","language":"Python","readme":"# Hoist\n\n## Developer-oriented client-server communication\n\n-   [Documentation](https://hoist.zintensity.dev)\n-   [PyPI](https://pypi.org/project/hoist-http/)\n\n### Quick Example\n\n```py\nimport hoist\n\nserver = hoist.start(\"test\")\n\n@server.receive(\"hello\")\nasync def hello(message: hoist.Message) -\u003e None:\n    print(\"server got hello\")\n    await message.reply(\"hi\")\n```\n\n```py\nimport hoist\n\n@hoist.connect_with(\"test\")\nasync def main(server: hoist.Connection):\n\n    @server.receive(\"hi\")\n    async def hello():\n        print(\"client got hi\")\n\n    await server.message(\"hello\")\n```\n\n### Features\n\n-   Fully type safe\n-   Async ready\n-   Modern API\n\n### Installation\n\n#### Linux/macOS\n\n```\npython3 -m pip install -U hoist-http\n```\n\n#### Windows\n\n```\npy -3 -m pip install -U hoist-http\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fhoist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerointensity%2Fhoist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerointensity%2Fhoist/lists"}