Result for 0B9C0138D647B867F625693BE3AD6D8A87758E01

Query result

Key Value
FileName./usr/lib/python3/dist-packages/sqlalchemy/orm/util.py
FileSize38543
MD57DFE124414E28D354679D4A5DC7B6916
SHA-10B9C0138D647B867F625693BE3AD6D8A87758E01
SHA-25645CE33DBE2A4EDB2D0775C15C93AC7D0E3BDD709961A353798170A644D3261BC
SHA-512D4D489537960DC75C4E6862CA95385BB870631560EB1D551CDE0DF34A04569D6754DF024C8F06AC85E0E8CDDF6AAEBCC13A9B18C86B0A99A0F6B69AB4F046005
SSDEEP768:A9x1Giz30KBuo0RDLMD3nPimp3RDAYNZQd10xjKzZdCoXQ1JLAa3MzCsRa:A9atrxL2PimpRAoQd10xjKzZdUAa3BT
TLSHT12703A617EA616272868BC5AE5CDB90126318592B7714207878FCC15C7F06A7C83FB9FE
insert-timestamp1728282355.3178906
mimetypetext/x-python
sourcesnap:5q9xkhy8Yrdo1JDNCh2YRBRaMmbyIYyL_50
hashlookup:parent-total5
hashlookup:trust75

Network graph view

Parents (Total: 5)

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

Key Value
MD597AC6572C5B768A6B5982480372ADD63
PackageArchx86_64
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.
PackageMaintainerCBS <cbs@centos.org>
PackageNamerh-python36-python-sqlalchemy
PackageRelease1.el7
PackageVersion1.1.14
SHA-13064FB715FD1D99E873A5F4BDB80BE469B16B764
SHA-256B53EE852CF7B5EF6B772E5F7E7942DB3586A2BC0521A2DE346553767EDF9DE92
Key Value
SHA-1F31855B6BE4FAD4BA29927C1C5D66B3B666A32E5
snap-authoritycanonical
snap-filename5q9xkhy8Yrdo1JDNCh2YRBRaMmbyIYyL_50.snap
snap-id5q9xkhy8Yrdo1JDNCh2YRBRaMmbyIYyL_50
snap-namegnocchi
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-11-10T12:48:09.803818Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/5q9xkhy8Yrdo1JDNCh2YRBRaMmbyIYyL_50.snap
Key Value
FileSize680396
MD52F8BF91D37DD3BA72E71A4ADD5B3B88D
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.1.11+ds1-1ubuntu1
SHA-183609C61272347ED15751E69B4C3BDA49A606FEA
SHA-25613D1C51D78A909B177574F395D07AD1CF815E14C68DE80C778A8117F90CE3B41
Key Value
MD558BD20384954D8D0E725AE662F3DCBB4
PackageArchx86_64
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.
PackageMaintainerCBS <cbs@centos.org>
PackageNamerh-python36-python-sqlalchemy
PackageRelease1.el7
PackageVersion1.1.13
SHA-102EC19EB5CBD350D3240AF8584A4AFF28CB14346
SHA-256506C8F57A27D2E22E122086C1664C81FFF8D4C9F147F3CB98EA43AEB86D764D2
Key Value
FileSize681708
MD5C1E7D41D583ABF27A23E5D72D191A68D
PackageDescriptionSQL toolkit and Object Relational Mapper for Python 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>
PackageNamepython-sqlalchemy
PackageSectionpython
PackageVersion1.1.11+ds1-1ubuntu1
SHA-186C3D3CAC93FA9B2AC54AE38C02494800D840D4F
SHA-2564A8ED981F35E13615B69398C6A7E6BB89565D4C24E16EEFDDAB28A8DEDD82A6A