Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 982 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 982 Bytes

nmevent v0.3.1 - C#-like implementation of the Observer pattern

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.

Installation

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.