Metadata-Version: 2.1 Name: rwlock Version: 0.0.7 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: kristjan.jonsson Maintainer: kristjan.jonsson xwhuang 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.