Пакет python3-module-CacheMan: Информация

    Исходный пакет: python3-module-CacheMan
    Версия: 2.1.0-alt2
    Последняя версия по данным Repology
    Собран:  4 февраля 2022 г. 14:00 в задании #294712
    Категория: Разработка/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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-CacheMan (noarch)

    Сопровождающий: Anton Midyukov

    Список участников:
    Grigory Ustinov
    Anton Midyukov

    Права:
    Anton Midyukov
    @everybody

      1. python3-module-future
      2. python3-module-psutil
      3. python3-module-pytest
      4. /proc
      5. python3-module-setuptools
      6. python3-module-six
      7. rpm-build-python3

    Последнее изменение


    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