Metadata-Version: 1.1
Name: shared-lock
Version: 0.1.0
Summary: A python package that provides shareable/exclusive (also known as reader/writer) locks.
Home-page: https://github.com/harlowja/SharedLock
Author: Joshua Harlow
Author-email: harlowja@yahoo-inc.com
License: ASL 2.0
Description: SharedLock
        ==========
        
        .. image:: https://travis-ci.org/harlowja/SharedLock.png?branch=master
           :target: https://travis-ci.org/harlowja/SharedLock
        
        A python package that provides shareable/exclusive (also known
        as reader/writer) locks.
        
        It includes the following functionality:
        
        * Multiple readers (at the same time).
        * Single writers.
        * Some useful decorators.
        * And more...
        
Keywords: locks thread threads
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
