Description
Coordinate file access on POSIX systems, including NFS, with locks that support timeouts. It helps Python applications avoid concurrent writes to shared files across processes or network filesystems.
This is a synchronization library. Locking over NFS can still be operationally tricky, so projects should test stale locks, timeout behavior, and crash recovery before relying on it for important data.