Пакет python3-module-CacheMan: Информация
Исходный пакет: python3-module-CacheMan
Версия: 2.1.0-alt3
Собран: 6 января 2025 г. 10:58 в задании #368255
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/MSeal/py_cache_manager
Лицензия: BSD-2-Clause
О пакете: A Python interface for managing dependent caches
Описание:
This module acts as a dependency manager for caches and is ideal for instances where a program has many repeated computations that could be safely persisted. This usually entails a DB layer to house key value pairs. However, such a layer is sometimes overkill and managing a DB along with a project can be more effort than it's worth. That's where CacheMan comes in and provides an interface through which you can define savers, loaders, builders, and dependencies with disk-based defaults. By default all caches will auto save when 10k changes occur over 60 seconds, 10 changes occur over 300 seconds (but after 60 seconds), or 1 change occurs within 900 seconds (after 300 seconds). This behavior can be changed by instantiating an AutoSyncCache from the autosync submodule.
Сопровождающий: Anton Midyukov
Последнее изменение
6 января 2025 г. Grigory Ustinov 2.1.0-alt3
- Fix compatibility with Python 3.13.
4 февраля 2022 г. Grigory Ustinov 2.1.0-alt2
- Fix compatibility with Python 3.10. - Enable check.
22 августа 2021 г. Anton Midyukov 2.1.0-alt1
- initial build