Daniel Demus demus

python3-expiringdict (1.2.2-1.fc42)

Published 2025-03-30 19:36:58 +02:00 by demus in demus/python3-expiringdict-rpm

Installation

# on RedHat based distributions
dnf config-manager --add-repo https://git.demus.dk/api/packages/demus/rpm/demus-fc42.repo

# Fedora 41+ (DNF5)
dnf config-manager addrepo --from-repofile=https://git.demus.dk/api/packages/demus/rpm/demus-fc42.repo

# on SUSE based distributions
zypper addrepo https://git.demus.dk/api/packages/demus/rpm/demus-fc42.repo
# on RedHat based distributions
dnf install python3-expiringdict

# on SUSE based distributions
zypper install python3-expiringdict

Repository Info

Architectures
noarch

About this package

Dictionary with auto-expiring values for caching purposes
expiringdict is a Python caching library. The core of the library is ExpiringDict class which is an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on any access, object is locked during cleanup from expired values. ExpiringDict can not store more than max_len elements - the oldest will be deleted. Note: Iteration over dict and also keys() do not remove expired values!
Details
RPM
2025-03-30 19:36:58 +02:00
4
Apache-1.1
16 KiB
Assets (1)
Versions (2) View all
1.2.2-1.fc42 2025-03-30
1.2.2-1.fc41 2025-03-30