{"id":20534330,"url":"https://github.com/pyapp-org/pyapp-messaging","last_synced_at":"2025-03-06T03:14:58.990Z","repository":{"id":35013571,"uuid":"195380641","full_name":"pyapp-org/pyapp-messaging","owner":"pyapp-org","description":"📨 Standard Message Queuing Interface for pyApp","archived":false,"fork":false,"pushed_at":"2022-09-29T00:02:25.000Z","size":131,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-16T13:26:46.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyapp-org.png","metadata":{"files":{"readme":"README.rst","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":"2019-07-05T09:24:28.000Z","updated_at":"2021-02-21T18:27:23.000Z","dependencies_parsed_at":"2022-08-08T21:30:17.067Z","dependency_job_id":null,"html_url":"https://github.com/pyapp-org/pyapp-messaging","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp-messaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyapp-org","download_url":"https://codeload.github.com/pyapp-org/pyapp-messaging/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242138826,"owners_count":20078006,"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-16T00:26:12.335Z","updated_at":"2025-03-06T03:14:58.963Z","avatar_url":"https://github.com/pyapp-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#################\npyApp - Messaging\n#################\n\n*Let use handle the boring stuff!*\n\n.. image:: https://github.com/pyapp-org/pyapp-messaging/workflows/Python%20testing/badge.svg\n   :target: https://docs.pyapp.info/\n   :alt: ReadTheDocs\n\nThe messaging extension provides an abstract interface to various messaging\nimplementations. This lets your application seamlessly migrate from AMQP to SQS\nwithout any changes to your main application code.\n\n.. note:: The primary focus of work is on asyncio based queues.\n\n\nInstallation\n============\n\nInstall using *pip* or *pipenv*::\n\n    # Using pip\n    pip install pyapp-Messaging\n\n    # Using pipenv\n    pipenv install pyapp-Messaging\n\n\nUsage\n=====\n\nThis library is easiest used with the injection framework eg::\n\n    from pyapp.injection import inject, Args\n    from pyapp_ext.messaging.aio import MessageReceiver\n\n    @inject\n    def my_function(queue: MessageReceiver = Args(name=\"job_queue\")):\n        async for msg in queue.listen():\n            print(msg)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp-messaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyapp-org%2Fpyapp-messaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp-messaging/lists"}