Name: | python2-filelock |
---|---|
Version: | 2.0.8 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 31177 |
License: | Unlicense |
RPM: | python2-filelock-2.0.8-1.el7.noarch.rpm |
Source RPM: | python-filelock-2.0.8-1.el7.src.rpm |
Build Date: | Mon Oct 30 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/benediktschmitt/py-filelock |
Summary: | A platform independent file lock |
Description: | This package contains a single module, which implements a platform independent file locking mechanism for Python. The lock includes a lock counter and is thread safe. This means, when locking the same lock object twice, it will not block. |