Metadata-Version: 1.0
Name: ng.utility
Version: 1.0.2
Summary: Collection of small but useful utilities and other stuff
Home-page: http://www.dreambot.ru/product/DreamBotZope3Releases/ng.utility
Author: Andrey Orlov
Author-email: cray@neural.ru
License: GPL v2.1
Description: Short description ng.utility package
        ====================================
        
        Package developed to be a library of small, but useful
        utilits, channels and other components for use in different
        dark purpose.
        
        Channel objecteventchannel
        --------------------------
        
        Some events (IIntIdAddedEvent, IIntIdRemovedEvent) is, in sense,
        events of component life cicle, is not such structurally.
        Event content attribute with value equal object of event,
        but event is not send as pair (event, object) and event handler
        must processing all event and do test on interface providing.
        
        This channel receive such events and re-emits them as pair
        (event, object), It do possibile to declare handlers with
        events for defined kind of object.
        
        Uility  intidsvocabulary
        ------------------------
        
        This is vocabulary on IIntIds utilities using of some our products.
        
        
        * Fri Jan 11 2008 Andrey Orlov <dbdt@dreambot.ru> 1.0.2
        - Object event channel imported successfully now.
        
        * Sun Dec MSK 2007 Andrey Orlov <dbdt@dreambot.ru> 1.0.1
        - first official release
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
