filelock
A platform independent file lock.
A platform independent file lock.
To install this package, run one of the following:
A filelock provides a synchronisation mechanism between different instances of your application, similar to a thread lock. It can be used to signalize that files, directories or other resources are currently used or manipulated (Think of a sync.lock file). Only the existence of the lockfile is watched for this purpose. The file itself can not be written and is always empty.
Summary
A platform independent file lock.
Information Last Updated
Mar 25, 2025 at 16:24
License
Unlicense
Total Downloads
41.6K
Platforms
GitHub Repository
https://github.com/tox-dev/py-filelockDocumentation
https://py-filelock.readthedocs.io/