Name: | python3-filelock |
---|---|
Version: | 3.15.4 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 92200 |
License: | Unlicense |
RPM: | python3-filelock-3.15.4-4.el10_0.noarch.rpm |
Source RPM: | python-filelock-3.15.4-4.el10_0.src.rpm |
Build Date: | Fri Jan 24 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/tox-dev/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. |