Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37513947
en ru br
ALT Linux repos
S:0.12.2-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.12.2-alt2
Build date: 3 june 2021, 15:11 ( 150.9 weeks ago )
Size: 22.49 Kb

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

License: MIT
Summary: A platform-independent file locking module
Description:

The lockfile module exports a FileLock class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the Unix
fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms. The
lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on
Windows) system calls.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

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