Platform-independent file locking module

The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
RPM
python3-lockfile-0.12.2-16.fc42.noarch.rpm
Summary
Platform-independent file locking module
URL
https://github.com/openstack/pylockfile
Group
Unspecified
License
MIT
Source
python-lockfile-0.12.2-16.fc42.src.rpm
Checksum
47914cf85f444ee5b35c1226d4720f37c43914fca65d5dea1aa15cabc6a5c201
Signing Signature
RSA/SHA512, Sun 05 Apr 2026 07:34:46 PM AEST, Key ID d760880122ab8392
Build Date
2025/01/19 02:54:47
Requires
Provides
python-lockfile = 1:0.12.2-16.fc42
python3-lockfile = 1:0.12.2-16.fc42
python3.13-lockfile = 1:0.12.2-16.fc42
python3.13dist(lockfile) = 0.12.2
python3dist(lockfile) = 0.12.2
Obsoletes