py-notify 0.2.0
An unorthodox implementation of Observer programming pattern.
Latest Version: 0.3.1
Py-notify is a Python package providing tools for implementing Observer programming pattern. These tools include signals, conditions and variables.
Signals are lists of handlers that are called when signal is emitted. Conditions are basically boolean variables coupled with a signal that is emitted when condition state changes. They can be combined using standard logical operators (not, and, etc.) into compound conditions. Variables, unlike conditions, can hold any Python object, not just booleans, but they cannot be combined.
For more verbose introduction, please refer to the tutorial.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| py-notify-0.2.0.tar.gz (md5, pgp) | Source | 2008-05-06 | 138KB | 407 | |
- Author: Paul Pogonyshev
- Home Page: http://home.gna.org/py-notify/
- Download URL: http://download.gna.org/py-notify/
- License: GNU Lesser General Public License v2.1
- Categories
- Package Index Owner: doublep
- DOAP record: py-notify-0.2.0.xml
