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.0.tar.gz
(33.0 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.0.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.0.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3554682fda7f513977efefb28a5189a55c54c03191bb64ae9119d0f744389348 |
|
MD5 | 3c98aa57782bb4c25ab81df540be366a |
|
BLAKE2b-256 | d13139b759e694468458469e90ef6dbeb214ffd7d10c714cacaf603670eb6cee |
File details
Details for the file tc_messageBroker-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.0-py3-none-any.whl
- Upload date:
- Size: 53.0 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 | d8ccbdebeee6a5509bdad0211d4b325f047e7aa85111d3eb99165dcee6b19062 |
|
MD5 | e9c8b936fa32b44cb6ddd3a8cb243e1f |
|
BLAKE2b-256 | 31a8542cd56e045f03113867a54753730d2ce4226618199c1c36e73b2d9782aa |