Onany

Latest version: v0.2.0

Safety actively analyzes 627763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.2

OnAny... thing happening
OnAny is a simple yet powerful event manager library, where you can
declare listeners and dispatch as much events as needed to them.

How To
To listen and dispatch events is very simple:

python
from onany import dispatch, listener

listener("event.name")
def on_event_name(*args, **kwargs):
print("I've been called with {} and {}".format(
args,
kwargs
))

>>> dispatch(
"event.name",
"first_param",
"second_param",
"third_param",
first="param",
second="param",
third="param")

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.