You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/lockfile: Added (API for locking files) 13 years ago
lockfile.SlackBuild various: Update find command to match template. 12 years ago
lockfile.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago
slack-desc python/lockfile: Added (API for locking files) 13 years ago

README

The lockfile package exports a LockFile class which provides a simple
API for locking files.

Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock
functions, and the deprecated posixfile module, the API is identical
across both Unix (including Linux and Mac) and Windows platforms.

This package is version 0.8 due to some API breakage in 0.9+