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):
...
Release files for python-liblockfile 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-liblockfile-0.2.tar.gz | 3.1 kB | Details |
Release files / python-liblockfile-0.2.tar.gz
| Download URL | python-liblockfile-0.2.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19e001ad553a8938648b8d960afa58a1ba65ea0f85de41b7c7cf18f03e717a51
|
|
BLAKE2b-256 checksum How to use checksums |
e24a0b088dda1a1d3604a072caec70e1a5c453662229d14fbcf79a744167d101
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |