[ ソース: python-cachetools ]
パッケージ: python3-cachetools (4.2.1-1)
python3-cachetools に関するリンク
Debian の資源:
python-cachetools ソースパッケージをダウンロード:
- [python-cachetools_4.2.1-1.dsc]
- [python-cachetools_4.2.1.orig.tar.gz]
- [python-cachetools_4.2.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
extensible memoizing collections and decorators for Python 3
This Python 3 module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library functools.lru_cache() function decorator.
The supported cache algorithms are:
* Least recently used (LRU) * Least frequently used (LFU) * Random replacement (RR) * Per-item time-to-live (TTL)
その他の python3-cachetools 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)