{"id":19329979,"url":"https://github.com/asynq-io/eventiq-asb","last_synced_at":"2026-02-10T11:32:52.037Z","repository":{"id":252043483,"uuid":"838464715","full_name":"asynq-io/eventiq-asb","owner":"asynq-io","description":"Azure Service Bus broker implementation for eventiq","archived":false,"fork":false,"pushed_at":"2024-12-09T18:02:16.000Z","size":67,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-22T22:41:52.356Z","etag":null,"topics":["asyncio","azure-service-bus","eventiq","python"],"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/asynq-io.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}},"created_at":"2024-08-05T17:37:15.000Z","updated_at":"2024-10-22T06:59:23.000Z","dependencies_parsed_at":"2025-04-22T22:33:03.903Z","dependency_job_id":"03aceee8-c827-4a64-8deb-624958f5fa7e","html_url":"https://github.com/asynq-io/eventiq-asb","commit_stats":null,"previous_names":["asynq-io/eventiq-asb"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/asynq-io/eventiq-asb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynq-io%2Feventiq-asb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynq-io%2Feventiq-asb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynq-io%2Feventiq-asb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynq-io%2Feventiq-asb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynq-io","download_url":"https://codeload.github.com/asynq-io/eventiq-asb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynq-io%2Feventiq-asb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654977,"owners_count":24454351,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asyncio","azure-service-bus","eventiq","python"],"created_at":"2024-11-10T02:33:00.375Z","updated_at":"2026-02-10T11:32:47.011Z","avatar_url":"https://github.com/asynq-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Tests](https://github.com/asynq-io/eventiq-asb/workflows/Tests/badge.svg)\n![Build](https://github.com/asynq-io/eventiq-asb/workflows/Publish/badge.svg)\n![License](https://img.shields.io/github/license/asynq-io/eventiq-asb)\n![Mypy](https://img.shields.io/badge/mypy-checked-blue)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)\n[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n![Python](https://img.shields.io/pypi/pyversions/eventiq-asb)\n![Format](https://img.shields.io/pypi/format/eventiq-asb)\n![PyPi](https://img.shields.io/pypi/v/eventiq-asb)\n\n# eventiq-asb\n\nAzure Service Bus broker implementation for eventiq\n\n\n## Installation\n\n```shell\npip install eventiq-asb\n```\n\nWith optional dependencies:\n\n```shell\npip install 'eventiq-asb[aiohttp]'\n```\n\n\n## Usage\n\n```python\nfrom eventiq import CloudEvent, Service\n\nfrom eventiq_asb import AzureServiceBusBroker, DeadLetterQueueMiddleware\n\nservice = Service(\n    name=\"example-service\",\n    broker=AzureServiceBusBroker(\n        topic_name=\"example-topic\", url=\"sb://example.servicebus.windows.net/\"\n    ),\n)\n\nservice.add_middleware(DeadLetterQueueMiddleware)\n\n@service.subscribe(topic=\"example-topic\")\nasync def example_consumer(message: CloudEvent):\n    print(message.data)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynq-io%2Feventiq-asb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynq-io%2Feventiq-asb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynq-io%2Feventiq-asb/lists"}