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.1.tar.gz
(33.0 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.1.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.1.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 | 0bf75761a5241cd46ee76e6d747dc04a53710c4e871a3d028b060cd0bf736a6b |
|
MD5 | 1acd5038b3c747d35815fe7f91f59c15 |
|
BLAKE2b-256 | 1e6ee5ecb8bc8fd549766fe8d888a322893f0568460de420a8c7fff6ba46747e |
File details
Details for the file tc_messageBroker-1.6.1-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.1-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 | d183697c4eedd892743364abdda930d91f7289d69da7a79aa0da6ed0ccc1bec6 |
|
MD5 | 644617e07ff6ef21b9ee80fabf6e683f |
|
BLAKE2b-256 | e3064c6d51ae002da4e3f925d7bb85568c3f3b6ef6ebbd23c01936e63d40bd55 |