ivangeorgiev / igpy-messagebus

Python Message Bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igpy-messagebus

Python Message Bus

Build

$ pip install build
$ python -m build

Testing

Unit tests are using pytest. To execute the unit tests:

$ pytest
..........

For functional tests, python behave is used. To execute functional tests:

$ behave tests\features

Publish

$ pip install -U twine
$ python -m twine upload dist/*
Enter your username: ******
Enter your password: ******

About

Python Message Bus

License:GNU General Public License v3.0


Languages

Language:Python 92.9%Language:Gherkin 7.1%