[ 原始碼: python-fasteners ]
套件:python3-fasteners(0.19-1)
python3-fasteners 的相關連結
Debian 的資源:
下載原始碼套件 python-fasteners:
- [python-fasteners_0.19-1.dsc]
- [python-fasteners_0.19.orig.tar.xz]
- [python-fasteners_0.19-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
provides useful locks - Python 3.x
Fasteners is a Python package that provides useful locks. It includes locking decorator (that acquires instance objects lock(s), acquires on method entry and releases on method exit), reader-writer locks, inter-process locks and generic lock helpers.
This package contains the Python 3.x module.
其他與 python3-fasteners 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-monotonic
- implementation of time.monotonic() - Python 3.x