flufl.lock - An NFS-safe file lock#
This package is called flufl.lock
. It is an NFS-safe file-based lock with
timeouts for POSIX systems.
Requirements#
flufl.lock
requires Python 3.8 or newer.
Documentation#
A simple guide to using the library is available, along with a detailed API reference.
Project details#
Project home: https://gitlab.com/warsaw/flufl.lock
Report bugs at: https://gitlab.com/warsaw/flufl.lock/issues
Code hosting: https://gitlab.com/warsaw/flufl.lock.git
Documentation: https://flufllock.readthedocs.io/
You can install it with pip
:
% pip install flufl.lock
You can grab the latest development copy of the code using git. The master repository is hosted on GitLab. If you have git installed, you can grab your own branch of the code like this:
$ git clone https://gitlab.com/warsaw/flufl.lock.git
You can contact the author via barry@python.org.
Copyright#
Copyright (C) 2004-2024 Barry A. Warsaw
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Table of Contents and Index#
- Using the flufl.lock library
- Technical details
- API Reference
- flufl.lock change log
- 8.1 (2024-03-30)
- 8.0.2 (2023-07-21)
- 8.0.1 (2023-06-22)
- 8.0 (2023-06-21)
- 7.1.1 (2022-09-03)
- 7.1 (2022-08-27)
- 7.0 (2022-01-11)
- 6.0 (2021-08-18)
- 5.1 (2021-05-28)
- 5.0.5 (2021-02-12)
- 5.0.4 (2021-01-01)
- 5.0.3 (2020-10-22)
- 5.0.2 (2020-10-21)
- 5.0.1 (2020-08-21)
- 5.0 (2020-08-20)
- 4.0 (2020-06-30)
- 3.2 (2017-09-03)
- 3.1 (2017-07-15)
- 3.0 (2017-05-31)
- 2.4.1 (2015-10-29)
- 2.4 (2015-10-10)
- 2.3.1 (2014-09-26)
- 2.3 (2014-09-25)
- 2.2.1 (2012-04-19)
- 2.2 (2012-01-19)
- 2.1.1 (2011-08-20)
- 2.1 (2010-12-22)
- 2.0.2 (2010-12-19)
- 2.0.1 (2010-11-27)
- 2.0 (2010-11-26)
- Earlier