Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-cachey-0.2.1-2.6 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-cachey Distribution: openSUSE:Factory:zSystems
Version: 0.2.1 Vendor: openSUSE
Release: 2.6 Build date: Thu Oct 13 09:13:58 2022
Group: Development/Languages/Python Build host: reproducible
Size: 26390 Source RPM: python-cachey-0.2.1-2.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mrocklin/cachey/
Summary: A Python cache mindful of computation/storage costs
Cachey tries to hold on to values that have the following characteristics

1. Expensive to recompute (in seconds)
2. Cheap to store (in bytes)
3. Frequently used
4. Recenty used

It accomplishes this by adding the following to each items score on each access

    score += compute_time / num_bytes * (1 + eps) ** tick_time

For some small value of epsilon (which determines the memory halflife). This
has units of inverse bandwidth, has exponential decay of old results and
roughly linear amplification of repeated results.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Oct 13 2022 Dirk Müller <dmueller@suse.com>
  - use https for urls
* Mon Mar 30 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Update to 0.2.1
    * Change links to blaze org
    * Fix Cache.clear()
    * Add a resize method.
    * make default data dict inside __init__
    * test against 3.7 and 3.8, drop 2.7
  - Drop upstreamed patch fix_cache_clear.patch
* Thu Jan 24 2019 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in summary.
* Thu Jan 24 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Sort out a bit with spec-cleaner
* Mon May 22 2017 toddrme2178@gmail.com
  - Initial version
  - Add fix_cache_clear.patch
    Upstream patch to fix unit test error

Files

/usr/lib/python3.12/site-packages/cachey
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/not-zip-safe
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/cachey-0.2.1-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/cachey/__init__.py
/usr/lib/python3.12/site-packages/cachey/__pycache__
/usr/lib/python3.12/site-packages/cachey/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/cache.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/cache.cpython-312.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/nbytes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/nbytes.cpython-312.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/score.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/cachey/__pycache__/score.cpython-312.pyc
/usr/lib/python3.12/site-packages/cachey/cache.py
/usr/lib/python3.12/site-packages/cachey/nbytes.py
/usr/lib/python3.12/site-packages/cachey/score.py
/usr/share/doc/packages/python312-cachey
/usr/share/doc/packages/python312-cachey/README.md
/usr/share/licenses/python312-cachey
/usr/share/licenses/python312-cachey/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024