py311-lockfile (python/py-lockfile) Updated: 1 year, 11 months 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

8 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
10.14 149923 2022-12-16 6:39:17 0:00:13 47558 build successful
10.15 123690 2022-12-16 6:39:03 0:00:15 36550 build successful
10.8 114066 2022-12-16 6:38:40 0:00:10 36252 build successful
11 96054 2022-12-16 6:38:31 0:00:16 26461 build successful
10.13 174261 2022-12-16 6:38:16 0:00:11 56791 build successful
10.7 124696 2022-12-16 6:38:01 0:00:09 38212 build successful
12 52507 2022-12-16 6:37:52 0:00:13 15242 build successful
10.9 212220 2022-12-16 6:37:17 0:00:14 65473 build successful