Pyding

Latest version: v1.8.3

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

Scan your dependencies

Page 2 of 5

1.6.2

* Added support for custom event handler class in the Event Handler

1.6.1.1

* Fix bugs related to

1.6.1

* Changed docs for `async_call`
* Support normal functions at `async_call`
* Optional is_async parameter for `on` method

1.6.0.1

1.6.0

You can now add async handlers to your event

py
import pyding
import asyncio

pyding.on("AsyncEvent", is_async=True)
async def my_async_handler(event):
do stuff in here
return 1

event = asyncio.run(pyding.async_call("AsyncEvent"))
print(event.response)
1

1.5.4

- You can stop events now by calling the event.stop method.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.