Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pylru | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.2.0 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:31:04 2023 |
Group: Development/Languages/Python | Build host: goat43 |
Size: 76804 | Source RPM: python-pylru-1.2.0-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/jlhutch/pylru | |
Summary: A least recently used (LRU) cache implementation |
Pylru implements a true LRU cache along with several support classes. The cache is efficient and written in pure Python. It works with Python 2.6+ including the 3.x series. Basic operations (lookup, insert, delete) all run in a constant amount of time. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.
GPL-2.0-only
* Fri Dec 06 2019 Erico Mendonca <erico.mendonca@suse.com> - Initial version.
/usr/lib/python3.6/site-packages/__pycache__ /usr/lib/python3.6/site-packages/__pycache__/pylru.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/__pycache__/pylru.cpython-36.pyc /usr/lib/python3.6/site-packages/pylru-1.2.0-py3.6.egg-info /usr/lib/python3.6/site-packages/pylru-1.2.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/pylru-1.2.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/pylru-1.2.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/pylru-1.2.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/pylru.py /usr/share/doc/packages/python3-pylru /usr/share/doc/packages/python3-pylru/README.rst /usr/share/licenses/python3-pylru /usr/share/licenses/python3-pylru/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024