py313-lockfile (python/py-lockfile) Updated: 17 hours ago Add to my watchlist

Platform-independent file locking module

This package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, 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. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code.

Version: 0.12.2 License: MIT GitHub
Reset

5 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
10.9 326544 2026-01-29 17:10:36 0:00:11 103992 build successful
10.10 318474 2026-01-29 17:10:10 0:00:13 104317 build successful
10.11 309756 2026-01-29 17:09:30 0:00:27 104466 build successful
10.7 241268 2026-01-29 17:08:54 0:00:12 76758 build successful
10.6.x86_64 258176 2026-01-29 17:08:24 0:00:26 77161 build successful