mediatr_py icon indicating copy to clipboard operation
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

Results 5 mediatr_py issues
Sort by recently updated
recently updated
newest added

**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()`