Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
/ sbus Public archive

python service bus based on amqp protocol and rabbbitMQ

Notifications You must be signed in to change notification settings

dyus/sbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version Build Status Coverage Status

Testing

There are two ways to execute tests (docker required):

# all tests will be executed in docker container
docker-compose -f docker/docker-compose.yml run tests

# or start RabbitMQ only and execute tests locally
docker-compose -f docker/docker-compose.yml up rabbitmq
export RABBITMQ_HOST=<docker host>
pip install -e .[test]
pytest

About

python service bus based on amqp protocol and rabbbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published