Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 373 Bytes

Amqp bundle

Just a bundle to get an Amqp connection.

pip install amqp_bundle

and inject a connection

import inject
from kombu.connection import Connection
connection = inject.instance(Connection)

This bundle is basically a piece for other bigger bundles, like remote_event_bundle