[ANN] EventObj

Lamy Jean-Baptiste jiba at tuxfamily.org
Thu Jun 20 15:18:24 EDT 2002


EventObj 0.2

http://oomadness.tuxfamily.org/p-eventobj.php

EventObj is a (hackish) pure Python module that allows to add
modification callback (=event) to any Python object (including
lists and dicts).

EventObj requires at least Python 2.2 (tested with 2.2.1).

EventObj can be usefull for debugging, for IDE (to spy object
modification ?), for OO databases, or just for maitaining
anything up-to-date with an object.

Python hack-lovers may be interesting at looking the pure Python
source code (I use __setattr__ on ).

EventObj is Free Software and is available under the GNU GPL.

Enjoy the hack !

Jiba -- Jean-Baptiste LAMY -- jiba at tuxfamily.org
                              http://oomadness.tuxfamily.org





More information about the Python-list mailing list