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.7.0.tar.gz
(34.1 kB
view details)
Built Distribution
File details
Details for the file tc_messagebroker-1.7.0.tar.gz
.
File metadata
- Download URL: tc_messagebroker-1.7.0.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac48758a337c936a5b1ad943b64dcad89a526c599154abeffd4a86e8ca531341 |
|
MD5 | 446e30e86147502adfee6f9779a7d39f |
|
BLAKE2b-256 | b1b301f2189ea363dff023a98b09752584953ad05d46e795ed9221287b8dacc8 |
File details
Details for the file tc_messageBroker-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.7.0-py3-none-any.whl
- Upload date:
- Size: 54.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7d50e2787ba98d3166953c9cf9a9e55be65d54ef92e37b00cb202aa65053df7 |
|
MD5 | b3de269a22a80cf4383cac051bf87079 |
|
BLAKE2b-256 | 2266c5d3c056b3770bbcd07b0ae1a611b54d1928cdf3d2ddcc4f3b5eb55e9e21 |