Description
Adds platform-independent file locking for Python applications. It helps scripts and services coordinate access to files in a way that works across different operating systems.
File locks are only part of safe persistence. Applications should still write atomically, recover from interruptions, and handle lock cleanup when a process crashes.