| Name: | python3-events |
|---|---|
| Version: | 0.5 |
| Release: | 2.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 35232 |
| License: | BSD-3-Clause |
| RPM: | python3-events-0.5-2.el10_0.noarch.rpm |
| Source RPM: | python-events-0.5-2.el10_0.src.rpm |
| Build Date: | Mon Feb 24 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/pyeve/events |
| Summary: | Bringing the elegance of C# EventHandler to Python |
| Description: | Bringing the elegance of C EventHandler to Python The C language provides a handy way to declare, subscribe to and fire events. Technically, an event is a "slot" where callback functions (event handlers) can be attached to a process referred to as subscribing to an event. Here is a handy package that encapsulates the core to event subscription and event firing and feels like a "natural" |