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.3.tar.gz
(33.5 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.3.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.3.tar.gz
- Upload date:
- Size: 33.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51f0c1f20e5a8416d781966e204b1e086f1058d98e66960c138e30a685abcaae |
|
MD5 | 04902fe45df5e8ff6bd0289297df50c4 |
|
BLAKE2b-256 | 45d38c15b511be161ddc9bac2e8c313fc5afcea1642049b92760a2229d4b4787 |
File details
Details for the file tc_messageBroker-1.6.3-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.3-py3-none-any.whl
- Upload date:
- Size: 53.4 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 | d40b3740e492e122364b6124d7c0ed38153f3bb6ae7eb68a6e6e3e5ce5d08ad1 |
|
MD5 | 252a81a2817744ed524049bc05c21048 |
|
BLAKE2b-256 | 3f0bb4c6e6f456c98b74883be01633cd74cd3b8cc88a20a71b4116d5556d1c2c |