Result for 08A9D2F6EACAD3916D4606E76721698127BB4479

Query result

Key Value
CRC32DE1316FB
FileName./usr/lib/python3/dist-packages/sqlalchemy/testing/util.py
FileSize7544
MD54F4C639A0967D9DC13FB5D6F946969C9
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '599', 'ProductCode': '163709', 'ProductName': 'BlackArch Linux', 'ProductVersion': '2017.03.01'}
SHA-108A9D2F6EACAD3916D4606E76721698127BB4479
SHA-25607EEA4FB2386C5047FEF66690060F9BA522259BCE100C76D399A1724211F9B31
SHA-512357F9BB771795B8DB9206731DCFABFA38F901200AB364AC64EF76B3FD7593AC7D1E5BD14A4A3DFC13FFE303841182E3CB5FC4C6AF19484ED1342BD97C0958BC1
SSDEEP192:n0iPZtaaCVdqFEa9ZKE3mWFVgaf9RCT1lYoh1ir:0kCVdqFEa9Zr3PSkRSJk
SpecialCode
TLSHT17EF16007FD466975D38BE83D0987D556A30E7D2706485138B8ECE2647F92030E3F6AE9
dbnsrl_modern_rds
insert-timestamp1727116984.4977703
mimetypetext/x-python
sourcesnap:ac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

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

Key Value
SHA-1E65F4C6A97100237A0F74E5E2354086B59D2F8C6
snap-authoritycanonical
snap-filenameynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105.snap
snap-idynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105
snap-namenova-hypervisor
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-07T19:55:02.608485Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/ynpjl4dARh2gD8t8sGKdUtrG4iVgfShr_105.snap
Key Value
SHA-12073A0222FBA60DFAC018E937419E5F339A510BD
snap-authoritycanonical
snap-filenameAdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71.snap
snap-idAdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71
snap-nameneutron
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:33:00.462547Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/AdZmZ3MrTHEawKvkxjcRW17d0g1wIuua_71.snap
Key Value
SHA-1B2110B34B647C905C2FBAF86EF4668637E7FFAAF
snap-authoritycanonical
snap-filenameo3boTc1AQGmznTrwHAIk16yMn1uLXbGK_63.snap
snap-ido3boTc1AQGmznTrwHAIk16yMn1uLXbGK_63
snap-nameglance
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:32:13.019676Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/o3boTc1AQGmznTrwHAIk16yMn1uLXbGK_63.snap
Key Value
SHA-168E548EDB822E25B09C0288675B0CCAC922229E7
snap-authoritycanonical
snap-filenameAZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72.snap
snap-idAZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72
snap-namenova
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:33:25.783049Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/AZmHUCXLeOEFw583UP9jcBZyw4URq2Ea_72.snap
Key Value
FileSize681360
MD53514A7AAB5F5C795EFCE4B11FC70A459
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.9+ds1-0ubuntu3
SHA-13C8F82F747E4A28CA88C5238A2F364EE94C6B0C7
SHA-25603D479E02C4EE5F9F7E859CE0040E43A253B6C41149500CDE6F11F864C700196
Key Value
FileSize680196
MD52DBC43023B91A42CE7D00AC7C52242D3
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.9+ds1-0ubuntu3
SHA-1764BEBEFA594DF46ED86F669B4AF88209BF9ED71
SHA-256D44462C75899A3C0CC15358E217AA15AA0E73245F371EFBC8765FAE113BFA5FA
Key Value
SHA-1C4F1A4BE0D69947287BAB467C144361292F44515
snap-authoritycanonical
snap-filenameQZIK7FdYezodp7O9YEyImkjMm3bodv2P_6.snap
snap-idQZIK7FdYezodp7O9YEyImkjMm3bodv2P_6
snap-nameceilometer
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2016-11-18T09:07:40.110307Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/QZIK7FdYezodp7O9YEyImkjMm3bodv2P_6.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
SHA-1CD361961E1F8ADDA60B186E1CBFFAAC0571D0D9D
snap-authoritycanonical
snap-filenameac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145.snap
snap-idac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145
snap-namekeystone
snap-publisher-idJwaWKYZ7i2E8Zu1AhiKeRzcVzxXmQbtq
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2017-07-11T15:26:00.929749Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/ac0l7bv5wvFOPCbIuv3jNfuc1LtKtEGd_145.snap
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