{"id":19168324,"url":"https://github.com/bloomberg/blazingmq-sdk-python","last_synced_at":"2025-05-07T14:40:56.718Z","repository":{"id":206096925,"uuid":"703075209","full_name":"bloomberg/blazingmq-sdk-python","owner":"bloomberg","description":"Python SDK for BlazingMQ, a modern high-performance open source message queuing system.","archived":false,"fork":false,"pushed_at":"2025-03-06T16:06:35.000Z","size":192,"stargazers_count":28,"open_issues_count":4,"forks_count":10,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-19T23:31:57.504Z","etag":null,"topics":["blazingmq","distributed-systems","message-queue","messaging","middleware","queue","queues"],"latest_commit_sha":null,"homepage":"https://bloomberg.github.io/blazingmq/","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/bloomberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-10T14:47:32.000Z","updated_at":"2025-03-06T16:06:40.000Z","dependencies_parsed_at":"2023-12-13T20:03:34.709Z","dependency_job_id":"9a599609-922b-4709-9c4a-f40983b8e701","html_url":"https://github.com/bloomberg/blazingmq-sdk-python","commit_stats":null,"previous_names":["bloomberg/blazingmq-sdk-python"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fblazingmq-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fblazingmq-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fblazingmq-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fblazingmq-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloomberg","download_url":"https://codeload.github.com/bloomberg/blazingmq-sdk-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252897299,"owners_count":21821418,"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":["blazingmq","distributed-systems","message-queue","messaging","middleware","queue","queues"],"created_at":"2024-11-09T09:42:14.090Z","updated_at":"2025-05-07T14:40:56.688Z","avatar_url":"https://github.com/bloomberg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://bloomberg.github.io/blazingmq\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets/images/blazingmq_logo_label_dark.svg\"\u003e\n      \u003cimg src=\"assets/images/blazingmq_logo_label.svg\" width=\"70%\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[![BlazingMQ](https://img.shields.io/badge/BlazingMQ-blue)](https://github.com/bloomberg/blazingmq)\n[![OS Linux](https://img.shields.io/badge/OS-Linux-blue)](#)\n[![OS MacOS](https://img.shields.io/badge/OS-MacOS-blue)](#)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue)](LICENSE)\n[![Python](https://img.shields.io/badge/Python-blue)](#)\n[![MessageQueue](https://img.shields.io/badge/MessageQueue-blue)](#)\n[![Documentation](https://img.shields.io/badge/Documentation-blue)](https://bloomberg.github.io/blazingmq)\n[![Code Style](https://img.shields.io/badge/Black-black)](#)\n![Supported Python versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.1220%7C%203.13-blue?logo=python)\n\n# BlazingMQ Python SDK\n\nThis repository provides the official Python client library, as well as examples\nof how applications can interact with BlazingMQ. BlazingMQ is an open source\nmessage queue system, which focuses on efficiency, reliability, and a rich feature\nset. Please see the BlazingMQ [repo](https://github.com/bloomberg/blazingmq)\nand [documentation](https://bloomberg.github.io/blazingmq) for more details\nabout BlazingMQ.\n\nThis Python client is fully supported by the BlazingMQ team, and we intend to\nprovide feature and/or API parity with the BlazingMQ C++ client library.\n\n## Menu\n\n- [Building](#building)\n- [Contributions](#contributions)\n- [License](#license)\n- [Code of Conduct](#code-of-conduct)\n- [Security Vulnerability Reporting](#security-vulnerability-reporting)\n\n\n## Building\n\nFor instructions on how to build and test the package, check\n[docs/BUILD.md](docs/BUILD.md).\n\n\n## Contributions\n\nWe welcome your contributions to help us improve and extend this project!\n\nWe welcome issue reports [here](../../issues); be sure to choose the proper\nissue template for your issue, so that we can be sure you're providing us with\nthe necessary information.\n\nBefore sending a [Pull Request](../../pulls), please make sure you have read\nour [Contribution\nGuidelines](https://github.com/bloomberg/.github/blob/main/CONTRIBUTING.md).\n\n\n## License\n\nThe BlazingMQ Python SDK is Apache 2.0 licensed, as found in the\n[LICENSE](LICENSE) file.\n\n\n## Code of Conduct\n\nThis project has adopted a [Code of\nConduct](https://github.com/bloomberg/.github/blob/main/CODE_OF_CONDUCT.md).\nIf you have any concerns about the Code, or behavior which you have experienced\nin the project, please contact us at opensource@bloomberg.net.\n\n\n## Security Vulnerability Reporting\n\nIf you believe you have identified a security vulnerability in this project,\nplease send an email to the project team at opensource@bloomberg.net, detailing\nthe suspected issue and any methods you've found to reproduce it.\n\nPlease do NOT open an issue in the GitHub repository, as we'd prefer to keep\nvulnerability reports private until we've had an opportunity to review and\naddress them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomberg%2Fblazingmq-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloomberg%2Fblazingmq-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomberg%2Fblazingmq-sdk-python/lists"}