Result for 05C9CDA082F1849F29C494188D9021E226C7B97C

Query result

Key Value
CRC325E401C8B
FileName./usr/share/connecthys/lib/sqlalchemy/util/__init__.py
FileSize2520
MD50FB9DEA195B80C0EBCA67B23A2ECF776
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Database', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '766', 'ProductCode': '187547', 'ProductName': 'pgAdmin 4', 'ProductVersion': '1.0'}
SHA-105C9CDA082F1849F29C494188D9021E226C7B97C
SHA-2561B4E9AE6F071836ED1B56CD8E9D3D91EDD453BCAAD3A2CBFD82F4F1D34CC6E52
SSDEEP48:48384kPbH4TxxrxtgBH4tr5rJXuWcNAHtpGnEvgakVktqzDKW:L84kPbgeUr51Xu1AN+CcVCGZ
SpecialCode
TLSHT13051763AA562F9624BCBD56AB1A40E32C742510ADA398C92BB79C31F7F0949480E7225
dbnsrl_modern_rds
insert-timestamp1646979928.879386
sourceNSRL
tar:gnamebin
tar:unameroot
hashlookup:parent-total31
hashlookup:trust100

Network graph view

Parents (Total: 31)

The searched file hash is included in 31 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.3/packages//powerpc//py-sqlalchemy-1.0.14.tgz
MD533AE7091351F1B3D23D5BA4BEF470D3E
SHA-1035E7128B4CE13231A2EE59AE46AD6B23EF04C93
SHA-2563547E88DAEA7444BC07B9E364403D9826E7EE493409410BFA21FE0D0F86E8794
SSDEEP98304:aZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:wC78+CVxu6kyeArnfB/rMbRUM
TLSHT12C3633E23A932F00F3D03313EE690716BF410DA1BD486B9444AFC99660D756DDDA8ABD
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//mips64//py-sqlalchemy-1.0.14.tgz
MD57D084363C16BCE4106FC2FA7D0BEFBC7
SHA-10391A0386346F95D2709115F45CCE815E90212AD
SHA-2566FE931E0BA28DA0B0999347D8089E615DDB101DEC2AC531E00F391262C17398A
SSDEEP98304:tZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:7C78+CVxu6kyeArnfB/rMbRUM
TLSHT1C93633A27A922F00F7C03303EE194B16BB810D91FD586BA444AFC99570D746DDDACABD
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.2/packages//arm//py-sqlalchemy-1.0.14.tgz
MD5FC1126117E85640834F3093F1DED00CE
SHA-106A130856194B762B5F4990BB85ABB0EAFCBCE9D
SHA-256E8287342E3CAAC47CAEEB4509BFE1DA73EC23129C10B9F67B9A647EE612CB48D
SSDEEP98304:TU/tzWFPwWcFKP6BMJ5Ia573SH0qPCZasxRaxt6tMCng:TU16FP8edDbZ3SHWZafo7ng
TLSHT1483633C2B1BDA43B951CB62872FA3AC210ACD409CDF8159AD35706F8B8D6059CF794F9
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.2/packages//amd64//py-sqlalchemy-1.0.14.tgz
MD5CBA68C513906AF23068E1008599CD9AC
SHA-110D29CF7D15FFB7A5302A17A50FEDF4C62CF0C85
SHA-256E54364342695EC81D217FF652103564F3409280DD41D539B35F3E1E3A4C544A6
SSDEEP98304:dZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:rC78+CVxu6kyeArnfB/rMbRUM
TLSHT1A63633E67A922B00E7C03303EE690B56FF404DA1FD486B5448AFC59630D746DDDA8ABD
Key Value
MD53F55A7C8FB7C9A853E0EEF22446D20C9
PackageArchaarch64
PackageDescriptionSQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 2 version of the module.
PackageMaintainerFedora Project
PackageNamepython-sqlalchemy
PackageRelease1.fc24
PackageVersion1.0.13
SHA-1214D76EE5CD0EB7336E6C682C118CA98A87E0F8F
SHA-25620875FFE39CFD822503E08EB51DC45C0CE16C26BAF960545B50C73195244A387
Key Value
FileSize639620
MD5536893D261D9DEB285A3EF926FF24FED
PackageDescriptionSQL toolkit and Object Relational Mapper for Python 3 SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-sqlalchemy
PackageSectionpython
PackageVersion1.0.14+ds1-1ubuntu1
SHA-1239D158C20C88E2803FDDF4726B9FB9822116EBC
SHA-25663D31F9457F86EC0C433DEEDD176F8C606188926117E84A49A6AC4536BD45219
Key Value
MD507D61DFFAF3FA2B15E933CFD9DB5A0B4
PackageArchppc64
PackageDescriptionSQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 3 version of the module.
PackageMaintainerFedora Project
PackageNamepython3-sqlalchemy
PackageRelease1.fc24
PackageVersion1.0.13
SHA-12A89D88389CE0C3C3238D8ED3765C9E7903854B7
SHA-2564831DDC37E2292E7718EB17C764006171CF2EBAA86C0D69C243F9136C714C663
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//alpha//py-sqlalchemy-1.0.14.tgz
MD56B05D09A3D8271623C2B6BF9FD189A24
SHA-12DA24603F4C8F9D8CC8211D20A6D8630F7C821A7
SHA-2568D2C7010CFA74028EAE9545FDA9E08B82B407E71078AEDF7D406F42CC2FFEF8E
SSDEEP98304:bnZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:FC78+CVxu6kyeArnfB/rMbRUM
TLSHT1603633A27E923E00F7C43313DE680B16BB450EA1BD546B94446F898670D786C9DE8EBD
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//powerpc//py-sqlalchemy-1.0.14.tgz
MD50F660CFA65BDB25C74AC54DBBF47C5DC
SHA-12E57160D41D85B86602BCC380CB1D19AD2BBF4EA
SHA-256B061EC07F86587C7045E02CBBE5E5F463A09B52A033504782B310FA7561C5737
SSDEEP98304:iZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:oC78+CVxu6kyeArnfB/rMbRUM
TLSHT11F3633E17E922E00F7C02313AE690B12BF400DA1BD586794486FC9D630D786DDDE8ABD
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//hppa//py-sqlalchemy-1.0.14.tgz
MD56EC198E0771957AF077F03A0F7944401
SHA-130F57F2E3CF0E53A2EDDA857F860443D1FC1CD9A
SHA-25656F4E11B1DB8025DF2CA5D041537C16C000220E7FD79A719137DC78BDB5773CB
SSDEEP98304:RAXnfhZDCfj8+CqQ7dzBVu6kZYpktyrCgfB/rlgzbZP1a3c:GXnfPC78+CVxu6kyeArnfB/rMbRUM
TLSHT1283633A27A922F00F3D43307EE280B15BF450DA1BD546B9404AF89DA70DB46DDD98EBD