[ ソース: 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 ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-monotonic
- implementation of time.monotonic() - Python 3.x