Metadata-Version: 1.0
Name: nmevent
Version: 0.1
Summary: A simple C#-like implementation of the Observer design pattern.
Home-page: http://pypi.python.org/pypi/nmevent
Author: Jan Milík
Author-email: milikjan@fit.cvut.cz
License: Lesser General Public License v3
Description: nmevent - C#-like implementation of the Observer pattern
        
        This is a Python module "nmevent", simple C#-like implementation of
        the Observer pattern (http://en.wikipedia.org/wiki/Observer_pattern).
        It's main purpose and goal is to allow developers to use events
        with C#-like syntax in their Python classes.
        
        LICENSE
        
        Copyright (c) 2010, Jan Milík.
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope the it will be useful,
        but WITHOUT ANY WARRANTY; without event the implied warranty of
        MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Lesser General Public License for more details.
        
        You should have received a copy of the GNU Lesser General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
Keywords: library event observer pattern
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
