SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-cachey rpm build for : openSUSE Leap 42. For other distributions click python-cachey.

Name : python-cachey
Version : 0.1.1 Vendor : obs://build_opensuse_org/home:smarty12
Release : 1.1 Date : 2018-05-01 23:20:23
Group : Development/Languages/Python Source RPM : python-cachey-0.1.1-1.1.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Caching mindful of computation/storage costs
Description :
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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/smarty12:/Python/RaspberryPi_Leap_42.3/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-cachey
python2-cachey

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1
python-HeapDict


Content of RPM :
/usr/lib/python2.7/site-packages/cachey
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/cachey/__init__.py
/usr/lib/python2.7/site-packages/cachey/__init__.pyc
/usr/lib/python2.7/site-packages/cachey/__init__.pyo
/usr/lib/python2.7/site-packages/cachey/cache.py
/usr/lib/python2.7/site-packages/cachey/cache.pyc
/usr/lib/python2.7/site-packages/cachey/cache.pyo
/usr/lib/python2.7/site-packages/cachey/nbytes.py
/usr/lib/python2.7/site-packages/cachey/nbytes.pyc
/usr/lib/python2.7/site-packages/cachey/nbytes.pyo
/usr/lib/python2.7/site-packages/cachey/score.py
/usr/lib/python2.7/site-packages/cachey/score.pyc
/usr/lib/python2.7/site-packages/cachey/score.pyo
/usr/share/doc/packages/python-cachey
/usr/share/doc/packages/python-cachey/LICENSE.txt
/usr/share/doc/packages/python-cachey/README.md

 
ICM