This is the nmevent
Python module, a simple C#-like implementation of the
Observer pattern (http://en.wikipedia.org/wiki/Observer_pattern). It's purpose
is to allow developers to write eventful Python classes using C#-like syntax
and semantics.
For more information and download, see the homepage.
The API reference can be found here.
The module is hosted at PyPI (Python Package Index), so it can be easily
installed using easy_install
, or any other utility that can download packages
from PyPI.
$ easy_install nmevent
or (if priviledges require)...
$ sudo easy_install nmevent
Alternatively, you can download the source distribution or a Python EGG directly from the homepage.