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.4.tar.gz
(33.5 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.4.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.4.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 | e15f2927fd18ca3d4a6031e583a119a4f7f34e1b528a98aa9fac631d6e7952f8 |
|
MD5 | 041eacab64a7324e30157048a4677cc2 |
|
BLAKE2b-256 | b92abc88d90ea11ee2770b4aa35fadc171520e6a6f9577d23edaddabe56277c6 |
File details
Details for the file tc_messageBroker-1.6.4-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.4-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 | 1d21132339fb3279d94b474b9155783b2962b1f8d4780351b2bbade95377337b |
|
MD5 | 6fb74d57507cf1efff45625d52fa5a36 |
|
BLAKE2b-256 | 79037c17e95ac36caf9e8d4889cb5dc6f77f13bf95716ce75858e02be1fb2af7 |