Пакет python3-module-events: Информация
Исходный пакет: python3-module-events
Версия: 0.5-alt1.1
Собран: 16 августа 2025 г. 5:42
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/Events/
Лицензия: BSD
О пакете: Bringing the elegance of C# EventHanlder 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" part of the language.
Сопровождающий: Stanislav Levin
Последнее изменение
2 апреля 2025 г. Stanislav Levin 0.5-alt1.1
- NMU: fixed FTBFS (setuptools 75.8.1)
10 октября 2024 г. Stanislav Levin 0.5-alt1
- 0.2.1 -> 0.5.
7 февраля 2020 г. Andrey Bychkov 0.2.1-alt2
- Build for python2 disabled.