[ 原始碼: zc.lockfile ]
套件:python3-zc.lockfile(3.0.post1-1)
python3-zc.lockfile 的相關連結
Debian 的資源:
下載原始碼套件 zc.lockfile:
- [zc.lockfile_3.0.post1-1.dsc]
- [zc.lockfile_3.0.post1.orig.tar.gz]
- [zc.lockfile_3.0.post1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Basic inter-process locks for Python 3
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.
其他與 python3-zc.lockfile 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources