Result for 5BB17E7723FEAC1E132BC1E77D84BF3F180978AC

Query result

Key Value
CRC324286D665
FileName./usr/lib/python3/dist-packages/dogpile/util/__init__.py
FileSize216
MD5F8E38AF912AB11D415583CC9B7B31248
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Server', 'Language': 'Multilanguage', 'MfgCode': '924', 'OpSystemCode': '599', 'ProductCode': '183706', 'ProductName': 'SUSE OpenStack Cloud x86_64 - 1 of 3', 'ProductVersion': '7'}
SHA-15BB17E7723FEAC1E132BC1E77D84BF3F180978AC
SHA-256836D51DBD421D1330DE92A8D83A3039291EA7F0DC19EDFBD1F78E78894972FF8
SHA-5127BE9F3021BB0D1909EB886715CE2ADC8D4AA3FB37DF2BCCCA263633678C4176A532CF9FBBE58A1AAD816CCBDA469E9B7DB4A5C459443C0C01097EA32DF088C06
SSDEEP6:1LLRYnxSLeLXha7uBSDIVLJdJxCO88FwKfXdC:1/RYnxSLejhrSkVjJIOdL0
SpecialCode
TLSHT1B5D0A7A514771A0B07DDCE565A649CB14223C8F32F158113932DC39A57550085C65035
dbnsrl_modern_rds
insert-timestamp1727116993.5400217
mimetypetext/x-python
sourcesnap:ac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145
hashlookup:parent-total14
hashlookup:trust100

Network graph view

Parents (Total: 14)

The searched file hash is included in 14 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
SHA-1E65F4C6A97100237A0F74E5E2354086B59D2F8C6
snap-authoritycanonical
snap-filenameynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105.snap
snap-idynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105
snap-namenova-hypervisor
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-07T19:55:02.608485Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/ynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105.snap
Key Value
SHA-12073A0222FBA60DFAC018E937419E5F339A510BD
snap-authoritycanonical
snap-filenameAdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71.snap
snap-idAdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71
snap-nameneutron
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:33:00.462547Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/AdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71.snap
Key Value
FileSize33370
MD553D64296D0FBE1623ABB9F281C686586
PackageDescriptioncaching front-end based on the Dogpile lock - Python 3.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 3.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-5
SHA-1910745DD67D6D68CDD379764AD8CF19D3BE97455
SHA-256CB84A852E8F77980306123FFFF268F899D730C27F0B2BAD24123B0852D7FA4A5
Key Value
SHA-168E548EDB822E25B09C0288675B0CCAC922229E7
snap-authoritycanonical
snap-filenameAZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72.snap
snap-idAZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72
snap-namenova
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:33:25.783049Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/AZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72.snap
Key Value
MD560DAD7BB15875E6BC7A4C889F6C1B1FC
PackageArchnoarch
PackageDescriptionA caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the `dogpile.core <http://pypi.python.org/pypi/dogpile.core>`_ locking system, which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the `Beaker <http://beaker.groovie.org>`_ caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.
PackageMaintainerCBS <cbs@centos.org>
PackageNamepython-dogpile-cache
PackageRelease1.el7
PackageVersion0.6.2
SHA-10ACA7EEA1555566B546F410A742CF8DE32F2AF93
SHA-2562E81C59A3B2A1F8AA8235CE1C3C4E6DE483500DC6939E2EB06859DB3A8F13EA0
Key Value
SHA-1CD361961E1F8ADDA60B186E1CBFFAAC0571D0D9D
snap-authoritycanonical
snap-filenameac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145.snap
snap-idac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145
snap-namekeystone
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:26:00.929749Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/ac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145.snap
Key Value
FileSize33242
MD50FEF553D5923F9180AD86BCEB7F4CD58
PackageDescriptioncaching front-end based on the Dogpile lock - Python 2.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 2.x module.
PackageMaintainerPKG OpenStack <openstack-devel@lists.alioth.debian.org>
PackageNamepython-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-5
SHA-1C18591F2BFDDBC1D65D2F25DB7098D84791B0AE0
SHA-2562832F9509627BC64E1E847ED4ED31C57BC9B7357A0B29598815E3FD1798D1307
Key Value
FileSize33512
MD544FD7CC42F721DB1C1519EF13D19BC06
PackageDescriptioncaching front-end based on the Dogpile lock - Python 3.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 3.x module.
PackageMaintainerDebian OpenStack <team+openstack@tracker.debian.org>
PackageNamepython3-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-6
SHA-11FA8BE663DAE5BF4FBC608059E09D2EB82779569
SHA-2569DF859F50FF6E81980485D4127387B209BC9C64521974526AF08516BF8EAD648
Key Value
FileSize32982
MD596E5CB520840BF91D62ADDE282BE7354
PackageDescriptioncaching front-end based on the Dogpile lock - Python 2.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 2.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-0ubuntu1
SHA-1D55B6EF0E800B5DDF26612554F2E97B967FB7E8B
SHA-256462550D423CFEE52FFEF8D1E25A951B63241942C2FA695ADC1FCE727BEC0525E
Key Value
FileSize33332
MD5DF8F57F090BEED03CAA1A9B45806FBA1
PackageDescriptioncaching front-end based on the Dogpile lock - Python 3.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 3.x module.
PackageMaintainerPKG OpenStack <openstack-devel@lists.alioth.debian.org>
PackageNamepython3-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-5
SHA-1D5EBBD83615C5BF9EAFA26A8ECB2ACC048A90C17
SHA-25620CACA01D27A45A3ACCAC268662B3146106B043F4C933B575F112DBC8F1B6368
Key Value
FileSize33400
MD5B707DC340752BFD403063813F6BD3A20
PackageDescriptioncaching front-end based on the Dogpile lock - Python 2.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 2.x module.
PackageMaintainerDebian OpenStack <team+openstack@tracker.debian.org>
PackageNamepython-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-6
SHA-1B9B1256B0B5885E25B638EAB69F9B93F23C5E37D
SHA-256FCE6D0AA32BC655C887D7CE41505958FF806DF1C5D9B40582CFE0BC45EFC6526
Key Value
FileSize33280
MD5E7869C48589B7F2DD30F666557D58073
PackageDescriptioncaching front-end based on the Dogpile lock - Python 2.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 2.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-5
SHA-16B9DACC971992A2DDE2B30ED2587BA71C75495BA
SHA-25680BB9337C1927622461A5F605343CB7295B8CEA2F801071ABBB15ED8C9856B1F
Key Value
FileSize33496
MD5017F5B95CBF15751F3BFA972EA8BD079
PackageDescriptioncaching front-end based on the Dogpile lock - Python 3.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 3.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-6
SHA-15674EF79307DFBF9829A63F958D30724447AF75D
SHA-25636D17A792D3D464B6D4189BA5A0C5B0F2BDC0CCF439AFDE694A2248D25C624A7
Key Value
FileSize33392
MD5462C0D8E920804CF47C845DDC0F67201
PackageDescriptioncaching front-end based on the Dogpile lock - Python 2.x A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. . This package provides the Python 2.x module.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-dogpile.cache
PackageSectionpython
PackageVersion0.6.2-6
SHA-178385DF0574203D55276AC2B98A2F74FE5442130
SHA-25670795D212F55DB87C7C7ED94952F89B431221777F8FB7641567123D44B786B49