Metadata-Version: 2.0
Name: rwlock
Version: 0.0.5
Summary: A read-write lock for python,it is from https://bugs.python.org/issue8800 and patched for py2.7
Home-page: https://bugs.python.org/issue8800
Author: xwhuang
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/azraelxyz/rwlock
Keywords: rwlock,read-write lock,lock
Platform: UNKNOWN

A read-write lock for python.
It is from https://bugs.python.org/issue8800 and patched for python 2.7.


