diff options
| author | Dimitris Zlatanidis <dslackw@gmail.com> | 2024-02-07 06:37:25 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:46 +0700 |
| commit | f90a2baf77e4770e8772376c05e1e7fc5392c554 (patch) | |
| tree | f714b18dfb6aced3c6b57179a8f3f8825f816bca /python/python3-lockfile/README | |
| parent | 0ab09a2fbf8e1b6eab4f5cebb9f22e1d2f2886c5 (diff) | |
python/python3-lockfile: Added (file locking module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lockfile/README')
| -rw-r--r-- | python/python3-lockfile/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-lockfile/README b/python/python3-lockfile/README new file mode 100644 index 0000000000..c46df9a3c3 --- /dev/null +++ b/python/python3-lockfile/README @@ -0,0 +1,3 @@ +The lockfile package exports a LockFile class which provides +a simple API for locking files. + |
