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.5.2.tar.gz
(18.7 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.5.2.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.5.2.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b511d1e43ab53b2a57acd22dd2b36c7ecdb3e6999236989378cc35e25c07e8b2 |
|
MD5 | a4ca48e1450ba7d763113916330a1b77 |
|
BLAKE2b-256 | 6db2588c396d50603c95ba35b5b0cecca2a826556caf10f4c62b951d4fea390f |
File details
Details for the file tc_messageBroker-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.5.2-py3-none-any.whl
- Upload date:
- Size: 29.3 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 | fddd9dd8bebf48fbf43a506d412cdeda5eb70f7b8fedfbf643150d18d87f583b |
|
MD5 | a2d9ceeefa1103d1d6b58f2273fac1d2 |
|
BLAKE2b-256 | f4a27d0fd5de9773120bb7f865d3a9837cdf21d50f0be3aab508d53c487e4191 |