Shared library for message broker in Python
Project description
tc-messageBrokerPython
RabbitMQ library written in Python. Responsible for brokering messages between different services.
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.6.7.tar.gz
(34.2 kB
view details)
Built Distribution
File details
Details for the file tc_messagebroker-1.6.7.tar.gz
.
File metadata
- Download URL: tc_messagebroker-1.6.7.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b6ac0b30f7b5af7fb99eee51f4cdf8826b6083aa1ab46e38b58bf11949c8bcc |
|
MD5 | dec3d56669a42abcc37c3ca56a4c13e0 |
|
BLAKE2b-256 | dd0dae263aac20e06d6363182fea10b938d6835a5c73e8013d7d00d7d975491e |
File details
Details for the file tc_messageBroker-1.6.7-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.7-py3-none-any.whl
- Upload date:
- Size: 54.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62485bbc7fe4cd0bcc9add5ab62de7abdf349d69ca2c5efd7bd0abf1d0d5075d |
|
MD5 | 92207cbe56538e387fa7b0b87a93dad9 |
|
BLAKE2b-256 | e3ffa8e7b0d33c559efe6043a280baf719b17852c64790d1a235ef1317808d05 |