About Anaconda Help Download Anaconda

main / packages / filelock 3.13.1

A platform independent file lock.

Installers

  • linux-s390x v3.13.1
  • linux-64 v3.13.1
  • osx-arm64 v3.13.1
  • linux-aarch64 v3.13.1
  • osx-64 v3.13.1
  • win-64 v3.13.1
  • noarch v3.6.0
  • linux-32 v3.0.10
  • linux-ppc64le v3.9.0
  • win-32 v3.0.12

conda install

To install this package run one of the following:
conda install main::filelock

Description

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy