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.2.tar.gz
(33.2 kB
view details)
Built Distribution
File details
Details for the file tc-messageBroker-1.6.2.tar.gz
.
File metadata
- Download URL: tc-messageBroker-1.6.2.tar.gz
- Upload date:
- Size: 33.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77184f8a408ea0ffe28edd4170ef50b2b575f774f98101ac14e5eed81b0bdd77 |
|
MD5 | 4fa29329d21b0d0494a985879d66d2a5 |
|
BLAKE2b-256 | fb0be8ca18a89588ec8c108bf983c675907a341ee5897c151977359b17cd97cd |
File details
Details for the file tc_messageBroker-1.6.2-py3-none-any.whl
.
File metadata
- Download URL: tc_messageBroker-1.6.2-py3-none-any.whl
- Upload date:
- Size: 53.2 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 | b4cb36a6405df3223ce2180d04066ff67f3924655474046e3c93bfb12e84913d |
|
MD5 | f3c9254db78739d27b319707cfaed968 |
|
BLAKE2b-256 | 601cec8ad3075c703997028a298cce1e1c8e21844e9403dd153e6bffe924a991 |