Description
File-based coordination can be implemented in legacy Python 2 applications with portable lock files. This library helps processes avoid overlapping writes or duplicated work across platforms.
It is imported by applications and does not protect data by itself. Callers still need cleanup, timeout, and stale-lock handling.