Skip to main content

A simple message bus for python 3+

Project description

SimpleBus is a messaging library for Python 3. It has been designed to be simple and easy to use. SimpleBus is still under heavy development so next versions might break compatibility.

Version Downloads License

Features

  • Auto recovery whether connection is dropped.

  • Multiple transports, amqp implemented so far.

  • Channel pooling for amqp transport.

  • Retry logic for all messages received, it supports delay between retries.

  • Concurrent threads receiving messages from a specified queue.

  • Dead letter, messages that fail all retires are send to an dead letter queue.

  • Custom serialization, json and msgpack implemented so far.

  • Message compression, gzip implemented so far.

  • … more coming

Documentation

Soon… take a look at the examples to see how it works.

Installation

You can install SimpleBus via Python Package Index (PyPi),:

$ pip install simplebus

To use AMQP transport you need to install the amqp-storm library,:

$ pip install amqp-storm

Feedback

Please use the Issues for feature requests and troubleshooting usage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplebus-1.0.1.tar.gz (14.9 kB view details)

Uploaded Source

File details

Details for the file simplebus-1.0.1.tar.gz.

File metadata

  • Download URL: simplebus-1.0.1.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for simplebus-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d67a25f97a7d97f1b683114090f36e93d3e9c2be854a80c5558599685115ae52
MD5 22e811b29c14a079301d248dd42fe51d
BLAKE2b-256 3bdebf3f2ea79747c2cffba3438995b811795cc4a48bc2cff5b031f400cbe794

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page