Ultra-lightweight (no-dependency) message queue for intra-process pub-sub communication.
Project description
Python Bunny MQ
Python-based package that implements a no-dependency, ultra-lightweight intra-process message queue. This works inside a single process.
- This is useful when you need a lightweight pub-sub system.
- For example, the author is using it in development to send message to local handlers. These handlers are ultimately deployed to AWS and are invoked as a lambda function via SQS, so the dev-time "bunny-mq" will not be used.
Homepage
https://pypi.org/project/python-bunny-mq/
GitHub
https://github.com/tangledpath/python-bunny-mq
Documentation
https://tangledpath.github.io/python-bunny-mq
Installation
pip install python-bunny-mq
Getting started
Development
Linting
Linting is done via autopep8
script/lint.sh
Documentation
# Shows in browser
poetry run pdoc python_bunny_mq/
# Generates to ./docs
script/build.sh
Testing
clear; pytest
Building and Publishing
Building
scriopt/build.sh
Publishing
Note: --build
flag build before publishing
script/publish.sh
# poetry publish --build -u __token__ -p $PYPI_TOKEN
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
python_bunny_mq-0.1.3.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for python_bunny_mq-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22be47e992d1a6f8f8b1443a87de1e2b8851dd68ffcd7fc6fc178d55b3020e1e |
|
MD5 | 6b7927f9536fd27d42037fe2af5f16d2 |
|
BLAKE2b-256 | dbf113b306b2397b7e68210c03ffcbe4f46332ad7c546c1588e43c2730a0a248 |