{"id":22970805,"url":"https://github.com/labteral/stopover-python","last_synced_at":"2025-04-02T06:15:29.448Z","repository":{"id":45050449,"uuid":"263577836","full_name":"labteral/stopover-python","owner":"labteral","description":"Python client for Stopover","archived":false,"fork":false,"pushed_at":"2023-01-10T01:01:51.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-07T20:42:39.735Z","etag":null,"topics":["python-sdk","stream-processing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labteral.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":"2020-05-13T08:59:52.000Z","updated_at":"2023-01-30T10:53:17.000Z","dependencies_parsed_at":"2023-02-08T16:16:25.655Z","dependency_job_id":null,"html_url":"https://github.com/labteral/stopover-python","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/labteral%2Fstopover-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labteral%2Fstopover-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labteral%2Fstopover-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labteral%2Fstopover-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labteral","download_url":"https://codeload.github.com/labteral/stopover-python/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763952,"owners_count":20829800,"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":["python-sdk","stream-processing"],"created_at":"2024-12-14T22:14:40.967Z","updated_at":"2025-04-02T06:15:29.407Z","avatar_url":"https://github.com/labteral.png","language":"Python","funding_links":["https://www.buymeacoffee.com/brunneis"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"misc/stopover.svg\" alt=\"Stopover Logo\" width=\"150\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\nPython client for \u003cb\u003eStopover\u003c/b\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pepy.tech/project/stopover/\"\u003e\u003cimg alt=\"Downloads\" src=\"https://img.shields.io/badge/dynamic/json?style=flat-square\u0026maxAge=3600\u0026label=downloads\u0026query=$.total_downloads\u0026url=https://api.pepy.tech/api/projects/stopover\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.python.org/pypi/stopover/\"\u003e\u003cimg alt=\"PyPi\" src=\"https://img.shields.io/pypi/v/stopover.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/labteral/stopover-python/releases\"\u003e\u003cimg alt=\"GitHub releases\" src=\"https://img.shields.io/github/release/labteral/stopover-python.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/labteral/stopover-python/blob/master/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/labteral/stopover-python.svg?style=flat-square\u0026color=green\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.buymeacoffee.com/brunneis\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"35px\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Installation\n\n```bash\npip install stopover\n```\n\n# Usage\n\n```python\nfrom stopover import Stopover\n\nendpoint = 'http://localhost:5704'\nreceiver_group = 'group0'\nstream = 'stream0'\n\nstopover = Stopover(endpoint)\n\nindex = 0\nstopover.put(f'hi {index}', stream)\nfor message in stopover.listen(stream, receiver_group):\n    stopover.commit(message, receiver_group)\n    stopover.put(f'hi {index}', stream)\n    index += 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabteral%2Fstopover-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabteral%2Fstopover-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabteral%2Fstopover-python/lists"}