Metadata-Version: 1.0
Name: sterch.threading
Version: 0.1.2
Summary: Provides interfaces and ZCML directives for standard threading library objects
Home-page: http://pypi.sterch.net/sterch.threading
Author: Maksym Polscha
Author-email: maxp@sterch.net
License: ZPL 2.1
Description: ================
        sterch.threading
        ================
        
        ZTK wrappers around standard python threading library.
        
         	* Thread
         	* Lock
         	* Rlock
         	* Semaphore
         	* Condition
         	* Event
         	* Timeout
         	
        Module provides:
         * proper interfaces
         * declares implementations for standard python classes
         * provides factories
         * ZCML directives to create and register objects as utilities
        
        =======
        CHANGES
        =======
        
        0.1.2 (2011-11-25)
        ------------------
            * missing files have been added to the distribution
            
        0.1.1 (2011-06-27)
        ------------------
        	* zope.app.component dependency has been removed
        
        0.1 (2010-12-22)
        ----------------
        	* component architecture wrappers around standard threading 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
