Pakket: python3-cachetools (2.0.0-2)
Verwijzigingen voor python3-cachetools
Trisquel bronnen:
Het bronpakket python-cachetools downloaden:
- [python-cachetools_2.0.0-2.dsc]
- [python-cachetools_2.0.0.orig.tar.gz]
- [python-cachetools_2.0.0-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Modules Team (Mailarchief)
- Christian Kastner
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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)
Andere aan python3-cachetools gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)