About Anaconda Help Download Anaconda

main / packages / zc.lockfile 4.0

Basic inter-process locks

Installers

  • osx-64 v3.0.post1
  • osx-arm64 v4.0
  • linux-64 v4.0
  • linux-aarch64 v4.0
  • win-64 v4.0
  • noarch v2.0
  • linux-32 v1.3.0
  • linux-ppc64le v1.3.0
  • win-32 v1.3.0

conda install

To install this package run one of the following:
conda install main::zc.lockfile

Description

The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy