filelock · PyPI
https://pypi.org/project/filelock16.11.2021 · Jul 6, 2014. Download files. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for filelock, version 3.4.0. Filename, size. File type. Python version.
filelock
https://py-filelock.readthedocs.io/en/latest/index.htmlFileLock vs SoftFileLock¶. The FileLock is platform dependent while the SoftFileLock is not. Use the FileLock if all instances of your application are running on the same platform and a SoftFileLock otherwise.. The SoftFileLock only watches the existence of the lock file. This makes it ultra portable, but also more prone to dead locks if the application crashes.