Metadata-Version: 1.0
Name: ng.adapter
Version: 0.0.1
Summary: A few litle but useful adapters
Home-page: http://www.dreambot.ru/product/DreamBotZope3Releases/ng.adapter
Author: Andrey Orlov
Author-email: cray@neural.ru
License: GPL v2.1
Description: Short description of ng.adapter
        ===============================
        
        This package has developed as the library of small adapters for the
        different dark purposes.
        
        Adapter mtime
        -------------
        
        Adapter mtime intdends for getting object modification time. Object
        modification time determine on the IPersistent level and this is an exactly
        in the most cases, but sometimes we need some of hooks to know object
        modification time and adapter mtime helps us in this.
        
        Adapter mtime adapts IPersistent interface to IMTime interface. IMTime interface
        has the following fields:
        
        mtime
        time of the last modification of object
        
        
        * Fr Nov 16 2007 Yegor Shershnev <y.shershnev@gmail.com> 0.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
