Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570709
en ru br
ALT Linux repos
S:2.0-alt1

Group :: Development/Python3
RPM: python3-module-zc.lockfile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0-alt1
Build date: 17 january 2020, 13:25 ( 223.3 weeks ago )
Size: 13.16 Kb

Home page:   http://pypi.python.org/pypi/zc.lockfile/

License: ZPL-2.1
Summary: Basic inter-process locks
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.

Current maintainer: Nikolai Kostrigin

List of contributors

List of rpms provided by this srpm:

  • python3-module-zc.lockfile-tests
  • python3-module-zc.lockfile
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin