diff options
Diffstat (limited to 'libraries/zc.lockfile/README')
-rw-r--r-- | libraries/zc.lockfile/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/zc.lockfile/README b/libraries/zc.lockfile/README new file mode 100644 index 0000000000..6b5a4a01df --- /dev/null +++ b/libraries/zc.lockfile/README @@ -0,0 +1,6 @@ +zc.lockfile (Basic inter-process locks) + +The zc.lockfile package provides a basic portable implementation of +interprocess locks using lock files. + +To build, this requires pysetuptools. |