psygnal 0.9.1-2 source package in Ubuntu

Changelog

psygnal (0.9.1-2) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Tue, 08 Aug 2023 09:53:39 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
psygnal_0.9.1-2.dsc 2.0 KiB 642aceddedd9616aeff40af164debf5bf6131ea2a6d1f99dccc2e5edfbccfe96
psygnal_0.9.1.orig.tar.gz 77.4 KiB a42cd3e55c474673cc8f61e7cdb40fb647ca94868a1d262bf4b6d6aa2fc8bf27
psygnal_0.9.1-2.debian.tar.xz 2.2 KiB 2fa36265e32cd5a9a64231122f791d29dfc41c7d937fc7b445785af6d7be7dda

Available diffs

No changes file available.

Binary packages built by this source

python3-psygnal: Fast python callback/event system modeled after Qt Signals

 Psygnal (pronounced "signal") is a pure python implementation of the
 observer pattern, with the API of Qt-style Signals with (optional)
 signature and type checking, and support for threading.
 .
 This library does not require or use Qt in any way, It simply
 implements a similar observer pattern API.