mediatr_py
mediatr_py copied to clipboard
Mediator implementation for python 3.6+ (version >=1.2<1.3 for python 3.5), that supports pipline behaviors, async executing
**In general**: when using cythonize in a project along with this library, the following error appeared: when calling ```ExampleQuery```, the library could not find the handle method in ```ExampleQueryHandler```, because...
How would using this look in a flask application for example.
updated codebase with black linting Command Used: "python -m black ."
There is a problem when compiling cythonize in exceptions.py and mediator.py files. Namely, in the `inspect.isfunction(`) function. **Solution:** replace` inspect.isfunction()` with` inspect.isroutine()`