Result for 86AB86D3B5896F8C2495CC4388562BD201154FA6

Query result

Key Value
CRC32995D910D
FileName./usr/lib/python3/dist-packages/psycopg2/_json.py
FileSize8013
MD5E4D1FEF5BCB6E267E43AF18DD56F28DC
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'English', 'Language': 'Chinese-Simplified', 'MfgCode': '81074', 'OpSystemCode': '577', 'ProductCode': '188222', 'ProductName': 'Datadog ', 'ProductVersion': 'dl.2018-07-30'}
SHA-186AB86D3B5896F8C2495CC4388562BD201154FA6
SHA-256861524453859E250800EFBA2010DF8B456A3A556A69AD60B19A9E41828567869
SHA-5126EA3317928512B1E58B6B51A0A260D1B6E171B0A7E180A1243A696628FF09E679088D1D5E71454E751FFAD1DFF6ED13C748D4C9FC1F9FE1D5388D790CE1CA42A
SSDEEP192:uLOAvVjloDVYnTSI7oVXdqn3L3Q/KRnuRhSfIdTHSiS9IdTv+:QOAvVZo+nTtqXon3H9EZu
SpecialCode
TLSHT134F17105E501E933862F9B5C988B9199F30AAF43330859587CAD85F83F427A9C6B57EC
dbnsrl_modern_rds
insert-timestamp1650081237.564796
mimetypetext/plain
sourcesnap:uHF1Xnb5hOMG7XFOR7vv5GCmLKSzBwE4_70
tar:gnamebin
tar:unameroot
hashlookup:parent-total136
hashlookup:trust100

Network graph view

Parents (Total: 136)

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

Key Value
MD5CA046F39A68FA24CB9CF69C13B37DC21
PackageArchx86_64
PackageDescriptionpsycopg2 is a PostgreSQL database adapter for the Python programming language. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg2 also provide asychronous operations and support for coroutine libraries.
PackageNamepython3-psycopg2
PackageReleaselp150.1.5
PackageVersion2.7.7
SHA-1002B13F5E24C562C370881A5E31BFC2FFF39C40E
SHA-256A452D4C840D74F099EA224AA17A1224A554BD12A159C76F525ECBE64B9DDFD7E
Key Value
MD58E47824307F2C6D8EC724406537DBC1A
PackageArchppc64
PackageDescriptionPsycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
PackageMaintainerFedora Project
PackageNamepython34-psycopg2
PackageRelease1.el7
PackageVersion2.7.7
SHA-100ADB59B8BE6C7C6B50584FB5FDB101136C3F7D8
SHA-256B559A6CA5756373BF8FDA7D5C0862194821DDB93BA7DF9B800D458A584B69E73
Key Value
MD5C32CE1DDCAEA9F9AB460F053DB1BF557
PackageArchx86_64
PackageDescriptionpsycopg2 is a PostgreSQL database adapter for the Python programming language. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg2 also provide asychronous operations and support for coroutine libraries.
PackageNamepython3-psycopg2
PackageReleaselp150.1.15
PackageVersion2.7.4
SHA-1010BC89C05548EE888F56FE8A5D153F388B78F5C
SHA-2567A2D6E1C6462187278BB2577EE9C80505FE6E00149779A165AB4D741AE9A4EDE
Key Value
MD53DB2CB81428319B04AB4884C84888C16
PackageArchx86_64
PackageDescriptionPsycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.
PackageMaintainerCloudLinux Packaging Team <packager@cloudlinux.com>
PackageNamepython3-psycopg2
PackageRelease7.el8
PackageVersion2.7.5
SHA-1040507C1A2D19DED20A5FA3B9B153CD61218DB15
SHA-256276A195082A890CAD82173A4F353435AAE1833A1B925784A751FB44AA1C79D02
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//sparc64//py-psycopg2-2.7.3.2.tgz
MD5173701A7BA4343FDCF1AA598397A9E77
SHA-10E2407893C4270F56719D4AA56289BD2AFB0B213
SHA-25695C9F83F2C67D3910D2702A596DBD9171D24247887F8D3C680DF73E1CD3C3F0A
SSDEEP12288:tExKVhoD9309luMEFI7NJtTfY4I2tc347oa8KPmxt6/ijrnAmi8m4WFzeWLtHnQ:UWoDN09snqVY4I2tQDadPSQaJQhLG
TLSHT1B2F433C3DE2D19B86A9EC13A9C1233C1A7E44E826700E77858CB4936DD981F9F25F674
Key Value
FileSize150360
MD5F40C111A4EEA07C0A9AF5184AF8EACAA
PackageDescriptionPython 3 module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python3 programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-psycopg2
PackageSectionpython
PackageVersion2.7.7-1
SHA-10FBDA7E7A7FF703F46D3AF35D51F77974238AB6F
SHA-256380F9466F43FDB4044CD66C783E88430FAED898610A3408D795AFFE3BBB14F05
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//powerpc//py3-psycopg2-2.7.3.2.tgz
MD5A55835679BE5391AC935A214AFFD80C0
SHA-10FD89C9DCC76E78F3AD8D55695CBB849AB405E5A
SHA-25638C814A155E88C82AC5FB0DFD847173D59D2C0C36D0727D247DC5B4F0B66ACFC
SSDEEP12288:PYNrUKQOnrVbeO8hNTpcr5xlmmM5luxrkAwmsBTMYyg11F9OC0sRsk8Rgl:wNrTQOrVbeF/MymG8kAwnlv1Fn+RW
TLSHT11EF4236C91897493579AD7A06C60F3DA958A161303C68B0FFB1EECA58DC8D95C0ADF0F
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//mips64//py3-psycopg2-2.7.3.2.tgz
MD588645C0E44EF47DFA690BE4766FAE239
SHA-116F3E3A20A8F3AF9991B525E71CE77C8D50A1925
SHA-256622AF6456E5D988A0BE7BACA36070E5EE76506601B6AE8BA6DE26926134F323D
SSDEEP12288:c3yNOEuiGj+DJ2cUsx2z0K+87OAeuU/A7+2ngC6Bj+YaBH:cbbbyssDKoSUo7Nn1wKdBH
TLSHT129F433D89D5788F6D016C96DBCC62CDBC3CFFCA5A6A6442734E0B50285E193886C573B
Key Value
FileSize153496
MD55FDB9BD553007E405A469506D8424A32
PackageDescriptionPython 3 module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python3 programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asynchronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-psycopg2
PackageSectionpython
PackageVersion2.7.7-1
SHA-11781A12D5789A4C618E81AD01516E4D40256B6C0
SHA-2565605D30B0FE7766485DD41005299B6FA0D21C7222861C02CE0B5F31CFBA95B96
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.3/packages//i386//py-psycopg2-2.7.3.2.tgz
MD5D99688B32E240F1D133965AA659C1441
SHA-11CE65FB937387201AE55D09C17CCDE1F4BD8723C
SHA-2566C3CED69440615F9F40D781124FCC158C7A6D98FD92CD89B9615D9668A90BF75
SSDEEP12288:wCHF7luM8UC7YAuJtTfY4I2tc347oa8KPmxt6/ijrnAmi8m4WFzeWLtHnQ:VHNs0xpY4I2tQDadPSQaJQhLG
TLSHT155F42322DFAE0C38725B54F69D6477C053E09A821301D93F38EB841557882E6B6AF9FD