Result for 1A76DF83C91F47B73D118B28B226CE959A8A4165

Query result

Key Value
FileName./usr/lib/python3/dist-packages/lazy_object_proxy/cext.c
FileSize38745
MD596EC1E64287FD4A9263C174D1D51F1B0
SHA-11A76DF83C91F47B73D118B28B226CE959A8A4165
SHA-256B2179266101AE1A5E72A2AE8CC0EDA07728FF7ED845C00A0B8A8D3934E2668D8
SSDEEP768:9R4f0Pwgw9w5wcwhwvwN/tvFwbw+wFwvw2r/FFhYP+c+V+z+k+H+m+P+0+Z+H+1f:IfKWZ36
TLSHT147038C4A3CA9D5D010FEC9A8AFA66C9BE135101F462CF4ECB0FDF1D45F5241E85AC68A
tar:gnamebin
tar:unameroot
hashlookup:parent-total154
hashlookup:trust100

Network graph view

Parents (Total: 154)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//i386//py-lazy-object-proxy-1.3.1.tgz
MD5958B396DBAC6910CC2FF5F3864BC181D
SHA-1003C129343CD59E8712D4AC83312CF3460D3CE75
SHA-256198300E091AD319842CD4663E6E6BC9EA1FA4578F005F82F85BAFEFF601232FC
SSDEEP768:KkbgVQ6DK05D64rGDfm8+4oOd/JHjKzF4TCIVX/:KCSdK4l1sdhaqTxX/
TLSHT18DC2E1A729F267EE92939D03208C407D490245786F3FD59B2B89B56BC4B74121B6E0EE
Key Value
FileSize20884
MD58A3F97FA83270FD01DD7D312EBB729EA
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 .
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.3.1-1build2
SHA-10204846251D8192236AF7AF1F62D148E379E0F9C
SHA-256DC093BAE15723D2022A46BE0B4A974F16D2A0817229001E37C2540D613BDB7D7
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//powerpc//py3-lazy-object-proxy-1.3.1p1.tgz
MD5A1AA4F2063F3DAF5100203F5497E7028
SHA-1028520B163D66E5BF3497303386DDFDF9EBDC586
SHA-256DEE3D5376B3FCE3B1FCA2B06127CE01DB9F15C4BC3ACF3FCCBFB4EA5BC282F7C
SSDEEP768:z3/w+FAbWNNYzw9+faCssRkpvJAl4B1k1bdxOTLkHb1QMp2EYX:zBqbqaw9KjssRGSdpdo3kG22E2
TLSHT125D2E13A359A080E5FEC4B3E6D4A61FE4DFA12C16592D828C43064FDE4DBD52BD34762
Key Value
MD5A44CE4BB93980127842021F32BA3761C
PackageArchi586
PackageDescriptionThis package provides debug sources for package python-lazy-object-proxy. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainershlomif <shlomif>
PackageNamepython-lazy-object-proxy-debugsource
PackageRelease1.mga7
PackageVersion1.3.1
SHA-10336A56EDC7E4AD5B8E060D3C7AF3BEA151A3B0B
SHA-256E7DD3F37CC6756CB7EEE3734815183A19C38510BC3AAE00660B61A8AD6343DA6
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//arm//py-lazy-object-proxy-1.3.1p1.tgz
MD54D99442E8D7D77A43F2CBB61E849E3E5
SHA-1038089537EF4B12EE6EEC04E51F801C8B7CB52F6
SHA-256BCFD52E1F21C14DB00CD7E6036F987DA8B4706520205C688033E7D1922457402
SSDEEP768:33hbLcOZ9LfLCQPX1JGVgZxIfFOqcPH/mpfvOy/wgZH1Tf:3RPHR/3hfIymp+y/7h
TLSHT18DD2E051EFCBD991C2A086B1499F615DE64A2947E9C05C37461333237BF1326E17C83D
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.3/packages//mips64//py-lazy-object-proxy-1.3.1.tgz
MD5C4E5024DCB5D60FA6EE4E0C173EC8D41
SHA-10794304AA9F4EB856219E9A7186B5CAE5AD57C8C
SHA-256CFF6977ECAA6DE20AF4748E9A045E6149740686C81A23DA1EC2E388F9B25276E
SSDEEP768:XTlpYjsmKzQVa6cIlRV8sL/nu1yCiP6Rh:X5BmWSBnVZTu4CwC
TLSHT1B9C2E190114F150C18DE9FFD6D7666E82BBB9D22E73797AFC509469B02818713CE2193
Key Value
FileSize20876
MD5883C208EF67B5E87EAB4CBEA7AB4C803
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.3.1-1+b1
SHA-107BC0AD47D61770FC1EE97ACC68E59B82A173261
SHA-256BA7CE4A0EBA5CEBFD4F2AFCFA4732F431F76A6866D1607420DCFF74A23D8D46A
Key Value
FileSize21052
MD5BE153E28E4E7F5E56AE9870889305214
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.3.1-1+b1
SHA-1082C168E235C82CCCA907B9CB0BC40E609F5F38A
SHA-256C608C622629A6B823C5150EFB3D1395C9419C8403EA0F6048E1F871F08771E01
Key Value
FileSize19088
MD5BEC12548E5A6FB5610045FFAF22068D5
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 .
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-lazy-object-proxy
PackageSectionpython
PackageVersion1.3.1-1build2
SHA-109037CBD0272B8E7D530172337CDBE4998166AF5
SHA-25653DFB7DB301F335960E2E76065ED9C932D62DF5403EFC073A78E31610850309B
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.6/packages//mips64//py3-lazy-object-proxy-1.3.1p1.tgz
MD570009DA33C1DA1955F0FCBEEB6D873BE
SHA-1094C692FF1909E4E88D1BA3BD04F50E4EF314A72
SHA-256BB0CF8057A60472231F61FA6D46DB8726517F1255664BF2BAC8CC4CC1DC6882E
SSDEEP768:4qv2f8k4O54V8KoFWQy7q4GhZ7xAXdvq7YZI:4o2f/7i8KeWQy7qphZ7utSx
TLSHT11ED2E1917907D86431612D87B0BD38EFFC909D6C2B4B4FA6ACF185A6805AC5348ED25E