[ 原始碼: python-fasteners ]
套件:python3-fasteners(0.18-2)
python3-fasteners 的相關連結
Debian 的資源:
下載原始碼套件 python-fasteners:
- [python-fasteners_0.18-2.dsc]
- [python-fasteners_0.18.orig.tar.xz]
- [python-fasteners_0.18-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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