FICHA · MANJARO

python-psygnal

Python observer pattern (callback/event system) modeled after Qt Signals & Slots (but independent of Qt)

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Implements signal and callback patterns in Python inspired by Qt Signals and Slots. It helps applications notify parts of the program when values change or events happen without tight coupling.

Event systems make code more flexible but can hide control flow. Use clear signal names and avoid callbacks that perform surprising or unsafe side effects.

Permissions

Permissions not analysed for this source yet.