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.5.1.tar.gz
(18.1 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.5.1.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.5.1.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3967affcd26c561af6b858b1586b571fc21171fe25676ddc7944342e4b3a271 |
|
MD5 | 3a1a4d2e8920c935500fe67b613d5ebf |
|
BLAKE2b-256 | 55363f36197aa0851ffabdd77da2f5f97cdbb110999914025d2ad3339bc865db |
File details
Details for the file tc_messageBroker-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.5.1-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79635a347753e35332a1d2db625fae5f38274c681d6f5ec561166d34798c193f |
|
MD5 | 7be5b8dc209e8b6bbf9aa951850bc5cb |
|
BLAKE2b-256 | 8ecc11510c5e824d2b96cfe63227f68746f40b65e9db57ba2d7c79585c06025c |