v0.18.0
PyPI package: https://pypi.org/project/python-redux/0.18.0
Changes:
- feat(autorun): add
auto_await
toAutorunOptions
so that one can define an autorun/view as a decorator of a function without automatically awaiting its result, whenauto_await
is set toFalse
, which activates the new behavior, the decorated function passesasyncio.iscoroutinefunction
test, useful for certain libraries like quart