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.6.tar.gz
(33.4 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.6.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.6.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eafef90a54006a3d3edb5972cdeef9623f0b82580b36909dd992fd940c8afb58 |
|
MD5 | a0b0168171941d97f4c44fd6d34bc339 |
|
BLAKE2b-256 | 54c89b8f300887abf7dadb2284e6e2c44d8c8a868cf11464897862c29cd24f81 |
File details
Details for the file tc_messageBroker-1.6.6-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.6-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35e2cf7b1d2127ef378c97f6de1cd43b35acdfa363171b3689d238a354b5061c |
|
MD5 | 6ad31ec0904bfe4bfef65a30e8247596 |
|
BLAKE2b-256 | ed270f603e2a7ede7eba7c10d4b8945c747b79441805778e2fe796a2bd96400f |