Skip to content

applauncher-team/amqp_bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages