diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-20 23:11:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:00 +0700 |
commit | b5d77cfff93edc57427d1a568b226c1ea8c00303 (patch) | |
tree | 2519cdebcc93aa670b7dcc5f6e1e80c2266edd69 /python/python3-filelock/README | |
parent | 32ad78346760c9c68f0d0bb1588c9edafb9a6227 (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/README | 2 |
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. |