python-liblockfile 0.2

Last updated:

0 purchases

python-liblockfile 0.2 Image
python-liblockfile 0.2 Images
Add to Cart

Description:

pythonliblockfile 0.2

A Python wrapper around liblockfile, using ctypes. You must have
the liblockfile shared library installed on your system. On Ubuntu,
this can be done with:
sudo apt-get install liblockfile1
For more information see the Launchpad project page.

Getting started
lockfile = os.path.join(args.output, ".lock")
with Lock.WithPID(lockfile) as lock, LockHolder(lock):
...

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.