Skip to content

rudineirk/py-simple-amqp-pubsub

Repository files navigation

Simple AMQP PubSub

A simple AMQP Pub/Sub lib for Python

Installation

# Asyncio
pip install simple-amqp[asyncio] simple-amqp-pubsub

# Gevent
pip install simple-amqp[gevent] simple-amqp-pubsub

Example usage

see examples