slackbuilds/python/lockfile
Willy Sudiarto Raharjo 2fcf9e5462 various: Update Name for Klaatu
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-25 00:58:43 +07:00
..
README python/lockfile: Added (API for locking files) 2013-06-05 03:17:44 -05:00
lockfile.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
lockfile.info various: Update Name for Klaatu 2013-11-25 00:58:43 +07:00
slack-desc python/lockfile: Added (API for locking files) 2013-06-05 03:17:44 -05:00

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+