Stanislav Hejny a4ffd56f10 Update .gitignore
2025-04-01 02:55:42 +01:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2025-04-01 02:55:42 +01:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:10:04 -05:00
2024-01-25 23:14:00 -05:00
2024-01-25 23:14:00 -05:00

CleverThis

pipeline status coverage report SemVer Matrix

amq-adapter-python

This project contains the Python implementation of the AMQ adapter for routing the traffic over the RabbitMQ to intended service and automated service discovery.

Usage

Install dependencies

pip install -r requirements.txt

Use as a library

Use this URL to add this project as a dependency:

git+https://git.cleverthis.com/cleverthis/clevermicro/amq-adapter-python.git@develop#egg=amq_adapter

Hint: use git config --global credential.helper store to enable Git credential manager so you don't have to re-enter the gitlab credential everytime.

Then:

from amqp.service import amq_service

How to build distributable Wheel archive

install project requirements pip install -r requirements.txt

install distribution archive requirements pip install setuptools wheel build

update version in: pyproject.toml

build the distributable archive (will be located in ./dist directory) python -m build --wheel

TODO: how to use?

Donating

Open Collective backers

As an open-source project we run entierly off donations. Buy one of our hardworking developers a beer by donating at OpenCollective. All donations go to our bounty fund and allow us to place bounties on important bugs and enhancements. You may also use Beerpay linked via the above badges.

S
Description
No description provided
Readme 9.5 MiB
Languages
Python 80.3%
HTML 16.6%
Shell 2.8%
Dockerfile 0.3%