- https://www.demus.dk
-
The owner of this instance
- Joined on
2024-01-07
Block a user
python3-expiringdict (1.2.2-1.fc42)
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
Assets (1)
Versions (2)
View all
1.2.2-1.fc42
2025-03-30
1.2.2-1.fc41
2025-03-30