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.3.tar.gz
(18.7 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.5.3.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.5.3.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 | 627cfd7d14eccf0d6760a4d2b4aa7ce04762ff6b8bfb4e073c786b77d591557a |
|
MD5 | 52fb841db0d013b2df99b60398259f98 |
|
BLAKE2b-256 | 753a1a00ef639ff58c3122409b27d41afbb86eebd5bb8a6e25865e4a125e9685 |
File details
Details for the file tc_messageBroker-1.5.3-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.5.3-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 | 0bd35845fa690a485cca07b149969c997ac82a9c6e3917ca77a42a1c59034ddb |
|
MD5 | b519b0dd77e79824cb29134946c4bbc9 |
|
BLAKE2b-256 | 90866ccbbc4395b49b6a94e2199f2c6054b8abe5a186e2362c02f349b3d909ed |