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.1.tar.gz
(34.2 kB
view details)
Built Distribution
File details
Details for the file tc_messagebroker-1.7.1.tar.gz
.
File metadata
- Download URL: tc_messagebroker-1.7.1.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 255e531fb3161afa0d427c33127042857ded5003d7b35c1814ec06d5c5e60604 |
|
MD5 | 50bf69ed806836b4451c7159c79eb1f4 |
|
BLAKE2b-256 | 4f6f7d8598e548583fb863f30c6a05afbcbc7f3fe66e4c51573a7895aa9d6f7d |
File details
Details for the file tc_messageBroker-1.7.1-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.7.1-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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19b2dec59641561b371d4435ce379ff57381df9018ace2e4255af76a13a8ff07 |
|
MD5 | d6ccaa28bedaee59a0986ea7e6ff0a41 |
|
BLAKE2b-256 | a982cb084793f1ec24d203d50c5b80f4636e76d2998cab4dc9f2e549fc82cc35 |