0 purchases
revent 1.7
Revent
pip install revent
subscribe events
from revent import sub
@sub
def some_event_occurs(foo, bar, **others):
foo
bar
blah...
start listen events and run
from revent import loop
# do some thing
# ...
# and
loop()
or auto subscribe events and run
python -m revent module_xxx module_yyy
optional environment variable
URL_REDIS="redis://[:PASSWORD@]REDIS_HOST[:6379][/DB_INDEX]"
URL_REDIS="redis://:[email protected]:12345/2"
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.