Name: | python3-zc-lockfile |
---|---|
Version: | 3.0.post1 |
Release: | 11.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 44881 |
License: | ZPL-2.1 |
RPM: | python3-zc-lockfile-3.0.post1-11.el10_0.noarch.rpm |
Source RPM: | python-zc-lockfile-3.0.post1-11.el10_0.src.rpm |
Build Date: | Mon Feb 10 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.io/project/zc.lockfile/ |
Summary: | Basic Inter-Process Locks |
Description: | The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files. |