Shared library for message broker in Python
Project description
tc-messageBrokerPython
RabbitMQ message broker library for python
Installation
To install the library first clone the code and then follow the instruction below
pip install .
pip install -r requirements.txt
Usage
In your project, you could use this library by importing tc_messageBroker
and to load sub-modules just separate it by dot. For example
from tc_messageBroker import RabbitMQ
from tc_messageBroker.rabbit_mq.queue import Queue
from tc_messageBroker.rabbit_mq.event import Event
You can find examples under example directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tc-messageBroker-1.0.0.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.0.0.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.0.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 469b80c64edb315d2e0505bd93ca6b3ae30890b095d7e169f827d8464630b763 |
|
MD5 | 502b88971fad5fbc8a808509a9c18885 |
|
BLAKE2b-256 | 870f8a7ff539f5b4abbc8c35814f8da11924bd4df46ee1bf67a68d8a84bf5ef3 |
File details
Details for the file tc_messageBroker-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97e77ae537f7724d8e8894f0589a1e18a9ade6bb0cd4e7651f25ee240ca0dc33 |
|
MD5 | 5768a0a56ab81410fcc4ed3946e9c76b |
|
BLAKE2b-256 | 84a5c5cb864d256d677ba3cc3f27a72c2f2693f719ab3cf540064613cdcef8f5 |