Name: | python-flock |
---|---|
Version: | 0.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 6132 |
License: | BSD |
RPM: | python-flock-0.1-1.el7.noarch.rpm |
Source RPM: | python-flock-0.1-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/misli/python-flock |
Summary: | Flock object for with statement |
Description: | Flock object uses fcntl.flock to lock (resp. unlock) file descriptor (fd) with operation (op) when entering (resp. leaving) runtime context related to it. |