Result for AA802D67B7056E0646F2DA2BCE30A9DBDC2F73AE

Query result

Key Value
FileName./usr/lib/python3/dist-packages/lazy_object_proxy/__init__.py
FileSize410
MD50F1844FEDA9693D79C04C519BE4BCB11
SHA-1AA802D67B7056E0646F2DA2BCE30A9DBDC2F73AE
SHA-2561E82F9C293ED0EB7263DD713DA2637BABECC07AFFEDB56CF7DE0EAED1B008BA7
SSDEEP12:LxfRwcxF63occ8vLz83URwrv+vUcdyuvRwyiHR0:7wwMvwaf/5wyiHS
TLSHT150E0921E09729623C479CDCCA428C1F963323C21BE0448A8A7D8FBB60FC0358DEA008A
tar:gnameroot
tar:unameroot
hashlookup:parent-total21
hashlookup:trust100

Network graph view

Parents (Total: 21)

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

Key Value
MD5A2A47FF748DF385E4FB53867476FB91F
PackageArchx86_64
PackageDescriptionA fast and thorough lazy object proxy that rebuilds a new abstract syntax tree from Python's ast
PackageNamepython2-lazy-object-proxy
PackageReleaselp151.2.1
PackageVersion1.5.2
SHA-111149F2B6C57FC6FA191A7358BC10DA6914BCA98
SHA-2564A51F4362C2980E5DEAD6BED7248E73CEEE4B0353448A4E3FB4E976052388267
Key Value
MD5B4304AC77AE69A17FA14B709DAD7042A
PackageArchx86_64
PackageDescriptionA fast and thorough lazy object proxy.
PackageMaintainerFedora Project
PackageNamepython3-lazy-object-proxy
PackageRelease3.fc34
PackageVersion1.5.2
SHA-11B4724DDCF1B6ECEE78AA2138853DA940A798C36
SHA-256371B88509E237CFECE1705C55958279DCA562142646CD14993FD39400B5749BF
Key Value
FileSize20836
MD5023E340AFB1261A8100AFA0A863E96DB
PackageDescriptionPython 3 fast and thorough lazy object proxy A lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call. . These kinds of objects are useful in resolving various dependency issues, few examples: . * Objects that need to held circular references at each other, but at different stages. To instantiate object Foo you need an instance of Bar. Instance of Bar needs an instance of Foo in some of it methods (but not at construction). Circular imports sound familiar? . * Performance sensitive code. You don't know ahead of time what you're going to use but you don't want to pay for allocating all the resources at the start as you usually need just few of them. . This package contains the Python 3 version of lazy-object-proxy .
PackageMaintainerSandro Tosi <morph@debian.org>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.5.2-1
SHA-11CF2A148016E886E0474BA438020220D2FBBDFD4
SHA-256727F8EA4B8F6E6D550EEB3F6A82B459E4A879021ACCC698F11DBFC40CF131B60
Key Value
FileSize20340
MD56A6176A622840AC6BF1D1A3E4651BEF7
PackageDescriptionPython 3 fast and thorough lazy object proxy A lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call. . These kinds of objects are useful in resolving various dependency issues, few examples: . * Objects that need to held circular references at each other, but at different stages. To instantiate object Foo you need an instance of Bar. Instance of Bar needs an instance of Foo in some of it methods (but not at construction). Circular imports sound familiar? . * Performance sensitive code. You don't know ahead of time what you're going to use but you don't want to pay for allocating all the resources at the start as you usually need just few of them. . This package contains the Python 3 version of lazy-object-proxy .
PackageMaintainerSandro Tosi <morph@debian.org>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.5.2-1
SHA-13A26470E401DCB8A636264D1D85F6A33AEE1B11C
SHA-256A808A2C1B0937C85AAC3EE65115E8476E352C8A7E69C18D15F45852F40F21FD4
Key Value
FileNamehttp://archlinux.mirror.root.lu//pool//packages//python-lazy-object-proxy-1.5.2-2-x86_64.pkg.tar.zst
MD5C143ADC42B018A4EDC2BD0F42352DA5B
SHA-14FA3D55164F79745DC01AF5436C3C96523F3D110
SHA-256787EBDE33CC999FC4A3AF9FF7AAEE1470F1F68DE2269660084185D9DCB7C7C99
SSDEEP768:MyoQuhao8vXMPYtvQUXnoMqJaRJdDTGaIo/m/Yre:MT4o8vfoUYMDDKDj/p
TLSHT1D4B2E174392AECC9620056D3037B0D4AF56FA70E3E4F015FB06A86D1AFA9D45AC507F6
Key Value
MD592C09FD9D48AC4283B2CAC0135DACF5D
PackageArchaarch64
PackageDescriptionA fast and thorough lazy object proxy.
PackageMaintainerFedora Project
PackageNamepython3-lazy-object-proxy
PackageRelease3.fc34
PackageVersion1.5.2
SHA-168FE9085247D0667B54C807E0C76C8C959356CA3
SHA-256A30606F94A245575E443A09D974A4DF78C2CEE3785B168368669E0C53B3004B7
Key Value
MD59DA3A89954D832F992D95FF6A02BA7A4
PackageArcharmv7hl
PackageDescriptionA fast and thorough lazy object proxy.
PackageMaintainerFedora Project
PackageNamepython3-lazy-object-proxy
PackageRelease3.fc34
PackageVersion1.5.2
SHA-176832CD231AB610BE650ADA6F6F1DCF697360669
SHA-256716EEE9006C9F6D7BAF8928AE4C3105C093FF037D9C14060570679E6847ADDC4
Key Value
FileSize20016
MD55F365BEA4C2041C069A52CAB81F74396
PackageDescriptionPython 3 fast and thorough lazy object proxy A lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call. . These kinds of objects are useful in resolving various dependency issues, few examples: . * Objects that need to held circular references at each other, but at different stages. To instantiate object Foo you need an instance of Bar. Instance of Bar needs an instance of Foo in some of it methods (but not at construction). Circular imports sound familiar? . * Performance sensitive code. You don't know ahead of time what you're going to use but you don't want to pay for allocating all the resources at the start as you usually need just few of them. . This package contains the Python 3 version of lazy-object-proxy .
PackageMaintainerSandro Tosi <morph@debian.org>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.5.2-1
SHA-178A22B28EFC7E97344FC34C146DA415B19930F00
SHA-25667429EBBD97A77C0E57BF04F13388C52246FC2C2A0382E8019B203C56477B04D
Key Value
FileSize18652
MD56B7E074FB3F185CB55C19FCA1BB4810B
PackageDescriptionPython 3 fast and thorough lazy object proxy A lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call. . These kinds of objects are useful in resolving various dependency issues, few examples: . * Objects that need to held circular references at each other, but at different stages. To instantiate object Foo you need an instance of Bar. Instance of Bar needs an instance of Foo in some of it methods (but not at construction). Circular imports sound familiar? . * Performance sensitive code. You don't know ahead of time what you're going to use but you don't want to pay for allocating all the resources at the start as you usually need just few of them. . This package contains the Python 3 version of lazy-object-proxy .
PackageMaintainerSandro Tosi <morph@debian.org>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.5.2-1
SHA-18615C9CF3BE21AD6B605B0FB79930DCDD09815E8
SHA-2562EE384476AE54543CA67F6F8B120474D010BD436349C494AA98C38F89DCA2F61
Key Value
MD538BC313E8118DBCFE089EEE941B0AF70
PackageArchx86_64
PackageDescriptionA fast and thorough lazy object proxy that rebuilds a new abstract syntax tree from Python's ast
PackageNamepython2-lazy-object-proxy
PackageReleaselp151.17.1
PackageVersion1.5.2
SHA-18D486F828B1764742A0DA31F5816EEC22EE77F64
SHA-256835B297CF1B877EAFAFA07DF38112BE9D7EC6446CAD5571409E692CE40C61FC2