Result for 521F75A955BE73E399FEA6F05910A2DE8BB4677D

Query result

Key Value
CRC32DE3EA42C
FileName./usr/lib/python3/dist-packages/pyrsistent/__init__.pyi
FileSize7253
MD551E144A3585234977F658BF6C9E49B1D
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '2194', 'OpSystemCode': '652', 'ProductCode': '214118', 'ProductName': 'Fedora Cloud Base image for Openstack', 'ProductVersion': '31'}
RDS:package_id298503
SHA-1521F75A955BE73E399FEA6F05910A2DE8BB4677D
SHA-256C570F330A81D311195FE956EA5ED69DF4568766AD54672BB18ABF4952B4E5538
SHA-5129EC0588314974DBB60BD98E7FF94EADF7F029FD46CE5F7867C482428196323360AE6FD7FCBCE3129185B80C5076DF092D0E30F9F5D7646AFB38F355A42A17F35
SSDEEP192:PkmIBRz3pVAF0zkgfqCdD84wL4wALs9ApVo00s13VgF:sNBRz3pVAFikgfqCdD84wL4wALs9ApVi
SpecialCode
TLSHT1F0E1654B343276B18E7F96A94C3C45775B6D93C3AF9821A430D803B44B8F1A985B6B1F
dbnsrl_modern_rds
insert-timestamp1728231891.472107
mimetypetext/x-python
sourcesnap:4Zx8o1ub19ibqNwTQbBHzUgT9zM0TLGs_4113
tar:gnamerbarak
tar:unamerbarak
hashlookup:parent-total59
hashlookup:trust100

Network graph view

Parents (Total: 59)

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

Key Value
SHA-109FD28A9B2B6C1D7AFA0F35D63CB90E19607DD73
snap-authoritycanonical
snap-filenameDLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_1778.snap
snap-idDLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_1778
snap-namecore20
snap-publisher-idcanonical
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-05-29T16:03:15.848435Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/DLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_1778.snap
Key Value
SHA-10EE1130462493787F486BF66B8DE49F6AC1F98CF
snap-authoritycanonical
snap-filenameDLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_2105.snap
snap-idDLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_2105
snap-namecore20
snap-publisher-idcanonical
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-05-29T16:03:15.848435Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/DLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q_2105.snap
Key Value
FileSize57472
MD5F4AEC2E6078B152E55CF41316F661283
PackageDescriptionpersistent/functional/immutable data structures for Python Pyrsistent is a number of persistent collections (sometimes referred to as functional data structures). Persistent in the sense that they are immutable. . All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. . The collection types and key features currently implemented are: . * PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-pyrsistent
PackageSectionpython
PackageVersion0.15.5-1~bpo10+1
SHA-10FB7F24E116C39C73E700B5D7C24EBB73C767933
SHA-2566FF535E837E01136582A513905284E73174C617C7051ED96D9DF63C52EBB75B2
Key Value
SHA-112E6951FCB06B916E149AA99BC28CF57F6CAFB8A
snap-authoritycanonical
snap-filenameCV3VwQ6jiZ5jNhGLngacJ2rtyWxgixaD_6.snap
snap-idCV3VwQ6jiZ5jNhGLngacJ2rtyWxgixaD_6
snap-namejupyter
snap-publisher-id8oettFvRDa2ZbxAoYRrwyPBrsnic8yXJ
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-06-12T20:13:45.443594Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/CV3VwQ6jiZ5jNhGLngacJ2rtyWxgixaD_6.snap
Key Value
FileSize53080
MD52A08B304A17781C81BC6DC039B91FE39
PackageDescriptionpersistent/functional/immutable data structures for Python Pyrsistent is a number of persistent collections (sometimes referred to as functional data structures). Persistent in the sense that they are immutable. . All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. . The collection types and key features currently implemented are: . * PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-pyrsistent
PackageSectionpython
PackageVersion0.15.5-1build3
SHA-11827E5B1C91B16672B11140E4409516F9E76AE1E
SHA-256A356D8DCA8DC452EA05EBE90CFFEBD96B3352C198FB97CD98493D2DBF1DDBF83
Key Value
SHA-1193D4897A223717A11ACAB916F35D7F7421D95D1
snap-authoritycanonical
snap-filenamewBEQd0pf939OMkQxQzjc5edUUJ7UTdoO_22.snap
snap-idwBEQd0pf939OMkQxQzjc5edUUJ7UTdoO_22
snap-namerapunzel
snap-publisher-idiF39jGin6mL9yavM0mp1QbryMUfExcYE
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-03-04T12:32:37.365593Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/wBEQd0pf939OMkQxQzjc5edUUJ7UTdoO_22.snap
Key Value
SHA-12352F799415633086BC69E19090FA3B69DE3C61D
snap-authoritycanonical
snap-filenameKcpHbcpBMqGSuvwgLf7BFZ9rJXflvHgL_103.snap
snap-idKcpHbcpBMqGSuvwgLf7BFZ9rJXflvHgL_103
snap-namematrix-server
snap-publisher-idpMLNwd28ezFdozetvrAOlLj3UqC9HKpe
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-04-16T13:44:17.813256Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/KcpHbcpBMqGSuvwgLf7BFZ9rJXflvHgL_103.snap
Key Value
FileNamehttps://gbdi-packages.jsonar.com/rhel7.x_IBM_Guardium_big_data_security_installer_4.2.b.tar.gz
MD58C158A0034356CE840FD960D8064E639
SHA-12631B42E52C9B356B42A4D475A66C43EBB62B2F3
SHA-256B78F2EE8A8A950FFDB1A7F1E2B02741F3B0DEAB479824539F88D53F545899202
SSDEEP50331648:dgAEl0ZfmUQnFtfBlExcMPmU2GuIrz4jEB6Urllw7wRfd0jP6bqSIM6:2rlmKFSxZJTu2zsw6ozwMVdqP6bqSIM6
TLSHT1F80A33C6F8736BBAD823703951B21FD795A6413982D6CC3BFB110B6607DB3C21A9A41D
Key Value
FileSize57136
MD529310D659E3BCF4D8501599B78C7A974
PackageDescriptionpersistent/functional/immutable data structures for Python Pyrsistent is a number of persistent collections (sometimes referred to as functional data structures). Persistent in the sense that they are immutable. . All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. . The collection types and key features currently implemented are: . * PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-pyrsistent
PackageSectionpython
PackageVersion0.15.5-1~bpo10+1
SHA-127DB05E6FA08939743A27ABD86809F9667310077
SHA-256A82604499A2DCE9F385AA66FB5846A377ED0657CAA4167E7329A9A627A0548A5
Key Value
FileSize55400
MD562FC16ADC8A9AEC7FC870BF7BBADDED6
PackageDescriptionpersistent/functional/immutable data structures for Python Pyrsistent is a number of persistent collections (sometimes referred to as functional data structures). Persistent in the sense that they are immutable. . All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. . The collection types and key features currently implemented are: . * PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-pyrsistent
PackageSectionpython
PackageVersion0.15.5-1~bpo10+1
SHA-12856B7C937DF404CD4ADB39AA5415A9B71758F54
SHA-2560957724062379441B00BC9F5088535E28309A913977F8F43885B406F5F86F352