aboutsummaryrefslogtreecommitdiff
path: root/python/python3-filelock/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-20 23:11:48 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:00 +0700
commitb5d77cfff93edc57427d1a568b226c1ea8c00303 (patch)
tree2519cdebcc93aa670b7dcc5f6e1e80c2266edd69 /python/python3-filelock/README
parent32ad78346760c9c68f0d0bb1588c9edafb9a6227 (diff)
python/python3-filelock: Added (A platform-independent file lock)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-filelock/README')
-rw-r--r--python/python3-filelock/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-filelock/README b/python/python3-filelock/README
new file mode 100644
index 0000000000000..59f3522659e73
--- /dev/null
+++ b/python/python3-filelock/README
@@ -0,0 +1,2 @@
+This package contains a single module, which implements a platform
+independent file lock in Python.