Shared library for message broker in Python
Project description
tc-messageBrokerPython
RabbitMQ message broker library for python
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.3.0.tar.gz
(16.8 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.3.0.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.3.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece11b6b3009f6c34addb36918482df4b59a064ba75d6bb5fa0f22177763937b |
|
MD5 | f4166bfe654167e9dbbe7ccbfa66be95 |
|
BLAKE2b-256 | 7a67a0c7cb216c111c4834d885830ec4e7c73ead9264ab7ccbc50c8ae304347f |
File details
Details for the file tc_messageBroker-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.3.0-py3-none-any.whl
- Upload date:
- Size: 26.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 | c52dc8de03e397c085f904f0a4f7f956d09ffd159f06fb34f5ef2bc412e4e350 |
|
MD5 | 7a3d1c6485e099aeb3d4e8310ae402ec |
|
BLAKE2b-256 | fa10d31450cc34342d33ad29abda19cdb87d4df7a538a0a3672a290c319f0476 |