Key | Value |
---|---|
FileName | usr/lib/python3.12/site-packages/HeapDict-1.0.1-py3.12.egg-info/top_level.txt |
FileSize | 9 |
MD5 | FFCD24CAA6057147452F23C4106DECA9 |
SHA-1 | 014EF0632EBB73C40C8AD7E45E8D55A53E80D179 |
SHA-256 | 4AA2165A4F7FB22D2518DA04292232A8A0EFA380840FBC116F393E407A7C455F |
SHA-512 | 00CB9975A21B32E8627625C90306B6C17E7EC665072FED4440A2D8F3F80425F2FDFA7DEB767A24A309055643CC25954F11240F829E62AED7707FAEE2101C1FBF |
SSDEEP | 3:bRv:bJ |
TLSH | |
insert-timestamp | 1727043850.8296692 |
mimetype | text/plain |
source | snap:qlekdqRb9ScClFkFW13cMQrTnfuSU59E_41 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 272 |
hashlookup:trust | 100 |
The searched file hash is included in 272 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | FBCCEE23D28A0A0D7998948306409DF0 |
PackageArch | noarch |
PackageDescription | Mutable Mapping interfaces for python. |
PackageName | python36-zict |
PackageRelease | 1.4 |
PackageVersion | 2.0.0 |
SHA-1 | 004B055998BF3128C79142D6D9526C62FF55793B |
SHA-256 | 159C4D723DCAEF99CD763C4EAB471D1F6B673C3546888AB1F64DFD18243543A7 |
Key | Value |
---|---|
MD5 | 6E3B69B806C4D243BA43C712613379BE |
PackageArch | noarch |
PackageDescription | Mutable Mapping interfaces for python. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python3-zict |
PackageRelease | lp151.2.2 |
PackageVersion | 0.1.3 |
SHA-1 | 00E61195A16EEB673C3C44363335A97B80D6EDAC |
SHA-256 | 612A86295D13AC98CF08F1B2EB7FE92F426C5117DE1D8DEBAD50F56B230BA74A |
Key | Value |
---|---|
MD5 | 8F49852C149892DB0B73DC489C8FFF73 |
PackageArch | noarch |
PackageDescription | A dictionary that spills to disk. Chest acts like a dictionary, but it can write its contents to disk. This is useful in the following two occasions: 1. Chest can hold datasets that are larger than memory 2. Chest persists and so can be saved and loaded for later use |
PackageName | python2-chest |
PackageRelease | lp151.9.1 |
PackageVersion | 0.2.3 |
SHA-1 | 01176334A77B41A0DAAE253AC6D517CC8686219D |
SHA-256 | 878DE6D42637D05ADA54325F8981AC17247722F8B4787F6140E901B7FC11920E |
Key | Value |
---|---|
MD5 | 5860E8ABE3BC01C415002F5EA64F2048 |
PackageArch | noarch |
PackageDescription | 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. |
PackageName | python3-cachey |
PackageRelease | 2.13 |
PackageVersion | 0.2.1 |
SHA-1 | 012ED7615156867A225D9704B9C8B54C373F6641 |
SHA-256 | F9CF67488C20D1255092433869170D199DAEC3B125E133535FDBCBA847C80F47 |
Key | Value |
---|---|
MD5 | B2AEB9DEF6970C53DF6722A665BC6627 |
PackageArch | noarch |
PackageDescription | Mutable Mapping interfaces for python. |
PackageName | python39-zict |
PackageRelease | 16.13 |
PackageVersion | 2.0.0 |
SHA-1 | 029F681D41874A3619A19259ABA79AB686BBAFF7 |
SHA-256 | F214B7E893ABEC59541B2BD0770A62EC38EC6E41919E745E554D12414B370B0B |
Key | Value |
---|---|
MD5 | 1CB0D4C7AC54201DDBCE17529F794CF6 |
PackageArch | noarch |
PackageDescription | Mutable Mapping interfaces for python. |
PackageName | python36-zict |
PackageRelease | 16.12 |
PackageVersion | 2.0.0 |
SHA-1 | 02FB7E9743B554B3A1E798AD0CE7E6EA85078B1C |
SHA-256 | 0B00EA7357DB3016ECCA0988B4FC726C2464E64992552FFB1EE481415446C20C |
Key | Value |
---|---|
MD5 | 919D9A02C17C9B73F9906C63C2E22E22 |
PackageArch | noarch |
PackageDescription | HeapDict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It's designed to be used as a priority queue. Unlike the Python standard library's heapq module, the HeapDict supports efficiently changing the priority of an existing object (often called "decrease-key" in textbooks). Altering the priority is important for many algorithms such as Dijkstra's Algorithm and A*. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python310-HeapDict |
PackageRelease | 2.7 |
PackageVersion | 1.0.1 |
SHA-1 | 04AC20486B96A77CFEFF65A585DF1DAF83EE7761 |
SHA-256 | 75F6119C55DF1A9F22BD2CA4FAD9F7AA403A37E0DC51B69E87435DB689B518D0 |
Key | Value |
---|---|
MD5 | 8FD6325836E56D7D9CF2F72B9EBEC2A1 |
PackageArch | noarch |
PackageDescription | 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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python310-cachey |
PackageRelease | 1.8 |
PackageVersion | 0.2.1 |
SHA-1 | 05F0394CE6293DED0D85F97B3C070E763C805C1A |
SHA-256 | 36F6CDBFA4F4BDC3BE36012F2FE7F262213B2EA7EF8C6EE06459A3BA77D14250 |
Key | Value |
---|---|
MD5 | 2B42526A05EA6DD3938CC38807795E4C |
PackageArch | noarch |
PackageDescription | Mutable Mapping interfaces for python. |
PackageName | python39-zict |
PackageRelease | 1.4 |
PackageVersion | 2.0.0 |
SHA-1 | 0607DD39D6D85DC417DA40A7D9BDF858AB27D1B8 |
SHA-256 | D0DA2BF5F6C16A59B865DFC96D0FD589A2BFE5EAD67D01CCE528805A1A9293DA |
Key | Value |
---|---|
MD5 | 35D9B8E7279DEB2DF0F2485A4B6419A3 |
PackageArch | noarch |
PackageDescription | HeapDict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It's designed to be used as a priority queue. Unlike the Python standard library's heapq module, the HeapDict supports efficiently changing the priority of an existing object (often called "decrease-key" in textbooks). Altering the priority is important for many algorithms such as Dijkstra's Algorithm and A*. |
PackageName | python39-HeapDict |
PackageRelease | 14.19 |
PackageVersion | 1.0.1 |
SHA-1 | 067DDAA15443020DBEFD61EF67545CCF53690E9E |
SHA-256 | 8B37AB6B3FDA93B2C0891416D0EDEFEAD9DBD84E328AE637539B3105B62712AC |