Metadata-Version: 1.0
Name: sterch.queue
Version: 0.1.1
Summary: Provides interfaces and ZCML directives for standard Queue library objects
Home-page: http://pypi.sterch.net/sterch.queue
Author: Maksym Polscha
Author-email: maxp@sterch.net
License: ZPL 2.1
Description: ================
        sterch.queue
        ================
        
        ZTK wrappers around standard python Queue library.
        
         	* Queue
         	* Empty exception
         	* Full exception
         	
        Module provides:
         * proper interfaces
         * declares implementations for standard python classes
         * provides factories
         * ZCML directives to create and register objects as utilities
        
        =======
        CHANGES
        =======
        
        0.1.1 (2011-06-27)
        ------------------
        	* zope.app.component dependency has been removed
        
        0.1 (2010-12-23)
        ----------------
        	* component architecture wrappers around standard Queue library objects
        	* ZCML directives to register utilities
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
