{"id":20834951,"url":"https://github.com/hstreamdb/hstreamdb-py","last_synced_at":"2026-04-14T12:34:12.413Z","repository":{"id":37352803,"uuid":"493132157","full_name":"hstreamdb/hstreamdb-py","owner":"hstreamdb","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-04T10:09:30.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T21:55:00.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hstreamdb.github.io/hstreamdb-py/","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/hstreamdb.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}},"created_at":"2022-05-17T06:58:00.000Z","updated_at":"2022-06-21T08:36:19.000Z","dependencies_parsed_at":"2023-02-05T13:45:20.984Z","dependency_job_id":null,"html_url":"https://github.com/hstreamdb/hstreamdb-py","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstreamdb%2Fhstreamdb-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstreamdb%2Fhstreamdb-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstreamdb%2Fhstreamdb-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hstreamdb%2Fhstreamdb-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hstreamdb","download_url":"https://codeload.github.com/hstreamdb/hstreamdb-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243188235,"owners_count":20250457,"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-11-18T00:22:01.256Z","updated_at":"2025-12-24T12:59:02.731Z","avatar_url":"https://github.com/hstreamdb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hstreamdb-py\n\nPython client for [HStreamDB](https://github.com/hstreamdb/hstream)\n\n## Installation\n\nCreate a new virtual environment if you prefer to use isolated environments:\n\n```sh\nvirtualenv -p python3 ./venv\nsource ./venv/bin/activate\n```\n\nInstall hstreamdb:\n\n```sh\npip install hstreamdb\n```\n\n## Examples\n\nHere's a basic example (For more examples and api documentation, see:\n\u003chttps://hstreamdb.github.io/hstreamdb-py/\u003e) :\n\n```python\n$ python\n\n\u003e\u003e\u003e from hstreamdb import insecure_client\n\u003e\u003e\u003e async def main():\n...     async with await insecure_client(host=\"127.0.0.1\", port=6570) as client:\n...         streams = await client.list_streams()\n...         print(list(streams))\n...\n\u003e\u003e\u003e import asyncio\n\u003e\u003e\u003e asyncio.run(main())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhstreamdb%2Fhstreamdb-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhstreamdb%2Fhstreamdb-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhstreamdb%2Fhstreamdb-py/lists"}