blinker 1.9.0-ok1 source package in openKylin
Changelog
blinker (1.9.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 15:40:57 +0800
blinker (1.9.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 15:40:57 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| blinker_1.9.0.orig.tar.gz | 24.2 KiB | aa6567d896a5238caf18f8507693966025743567bdf3720ff7c695088b7baca8 |
| blinker_1.9.0-ok1.debian.tar.xz | 3.5 KiB | 45270089fc11dd5d0f6dc27c01d9a683f308d0f37f3b4b79e90e3062aa608338 |
| blinker_1.9.0-ok1.dsc | 2.1 KiB | 8dccc529be0da2e92c9eb42a117ca2d37e7dd53b6f953c224576cb59e0dd98a8 |
Blinker provides fast & simple object-to-object and broadcast signaling
for Python objects. Interested signal receivers can subscribe to specific
senders or receive signals sent by any sender.
.
The core of Blinker is quite small but provides powerful features:
* a global registry of named signals
* anonymous signals
* custom name registries
* permanently or temporarily connected receivers
* automatically disconnected receivers via weak referencing
* sending arbitrary data payloads
* collecting return values from signal receivers
* thread safety
.
This package contains the documentation for the blinker Python library.
Blinker provides fast & simple object-to-object and broadcast signaling
for Python objects. Interested signal receivers can subscribe to specific
senders or receive signals sent by any sender.
.
The core of Blinker is quite small but provides powerful features:
* a global registry of named signals
* anonymous signals
* custom name registries
* permanently or temporarily connected receivers
* automatically disconnected receivers via weak referencing
* sending arbitrary data payloads
* collecting return values from signal receivers
* thread safety
.
This package contains the Python 3 version.