[ 源代码: 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