Skip to main content

Database Abstraction Library

Project description

PyPI PyPI - Python Version PyPI - Downloads

The Python SQL Toolkit and Object Relational Mapper

Introduction

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the 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.

Major SQLAlchemy features include:

  • An industrial strength ORM, built from the core on the identity map, unit of work, and data mapper patterns. These patterns allow transparent persistence of objects using a declarative configuration system. Domain models can be constructed and manipulated naturally, and changes are synchronized with the current transaction automatically.

  • A relationally-oriented query system, exposing the full range of SQL’s capabilities explicitly, including joins, subqueries, correlation, and most everything else, in terms of the object model. Writing queries with the ORM uses the same techniques of relational composition you use when writing SQL. While you can drop into literal SQL at any time, it’s virtually never needed.

  • A comprehensive and flexible system of eager loading for related collections and objects. Collections are cached within a session, and can be loaded on individual access, all at once using joins, or by query per collection across the full result set.

  • A Core SQL construction system and DBAPI interaction layer. The SQLAlchemy Core is separate from the ORM and is a full database abstraction layer in its own right, and includes an extensible Python-based SQL expression language, schema metadata, connection pooling, type coercion, and custom types.

  • All primary and foreign key constraints are assumed to be composite and natural. Surrogate integer primary keys are of course still the norm, but SQLAlchemy never assumes or hardcodes to this model.

  • Database introspection and generation. Database schemas can be “reflected” in one step into Python structures representing database metadata; those same structures can then generate CREATE statements right back out - all within the Core, independent of the ORM.

SQLAlchemy’s philosophy:

  • SQL databases behave less and less like object collections the more size and performance start to matter; object collections behave less and less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles.

  • An ORM doesn’t need to hide the “R”. A relational database provides rich, set-based functionality that should be fully exposed. SQLAlchemy’s ORM provides an open-ended set of patterns that allow a developer to construct a custom mediation layer between a domain model and a relational schema, turning the so-called “object relational impedance” issue into a distant memory.

  • The developer, in all cases, makes all decisions regarding the design, structure, and naming conventions of both the object model as well as the relational schema. SQLAlchemy only provides the means to automate the execution of these decisions.

  • With SQLAlchemy, there’s no such thing as “the ORM generated a bad query” - you retain full control over the structure of queries, including how joins are organized, how subqueries and correlation is used, what columns are requested. Everything SQLAlchemy does is ultimately the result of a developer-initiated decision.

  • Don’t use an ORM if the problem doesn’t need one. SQLAlchemy consists of a Core and separate ORM component. The Core offers a full SQL expression language that allows Pythonic construction of SQL constructs that render directly to SQL strings for a target database, returning result sets that are essentially enhanced DBAPI cursors.

  • Transactions should be the norm. With SQLAlchemy’s ORM, nothing goes to permanent storage until commit() is called. SQLAlchemy encourages applications to create a consistent means of delineating the start and end of a series of operations.

  • Never render a literal value in a SQL statement. Bound parameters are used to the greatest degree possible, allowing query optimizers to cache query plans effectively and making SQL injection attacks a non-issue.

Documentation

Latest documentation is at:

https://www.sqlalchemy.org/docs/

Installation / Requirements

Full documentation for installation is at Installation.

Getting Help / Development / Bug reporting

Please refer to the SQLAlchemy Community Guide.

Code of Conduct

Above all, SQLAlchemy places great emphasis on polite, thoughtful, and constructive communication between users and developers. Please see our current Code of Conduct at Code of Conduct.

License

SQLAlchemy is distributed under the MIT license.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemy-2.0.51.tar.gz (9.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sqlalchemy-2.0.51-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

sqlalchemy-2.0.51-cp314-cp314t-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

sqlalchemy-2.0.51-cp314-cp314t-win32.whl (2.2 MB view details)

Uploaded CPython 3.14tWindows x86

sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp314-cp314t-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sqlalchemy-2.0.51-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

sqlalchemy-2.0.51-cp314-cp314-win32.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86

sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp313-cp313-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86-64

sqlalchemy-2.0.51-cp313-cp313-win32.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86

sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86-64

sqlalchemy-2.0.51-cp312-cp312-win32.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86

sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

sqlalchemy-2.0.51-cp311-cp311-win32.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86

sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

sqlalchemy-2.0.51-cp310-cp310-win32.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86

sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86-64

sqlalchemy-2.0.51-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86

sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp39-cp39-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sqlalchemy-2.0.51-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

sqlalchemy-2.0.51-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86

sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.51-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

sqlalchemy-2.0.51-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlalchemy-2.0.51-cp38-cp38-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file sqlalchemy-2.0.51.tar.gz.

File metadata

  • Download URL: sqlalchemy-2.0.51.tar.gz
  • Upload date:
  • Size: 9.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for sqlalchemy-2.0.51.tar.gz
Algorithm Hash digest
SHA256 804dccd8a4a6242c4e30ad961e540e18a588f6527202f2d6791b01845d59fdc9
MD5 db7213cf9b231ee86575da4239c3d900
BLAKE2b-256 02f1a7a892f18d4d224e6b26f706531eafccc41e37594d37d304786969ee13cb

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-py3-none-any.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-py3-none-any.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-py3-none-any.whl
Algorithm Hash digest
SHA256 bb024d8b621d0be75f4f44ecc7c950450026e76d66dc8f791bb5331d7fed59d5
MD5 205c2608fe8e46b9a84d18614d0567a7
BLAKE2b-256 e222dbf013a12ec759e54a34a119e9e217435b3f71b2dd5c61a7ade0a25dae87

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 159bb6ba32059f57ad7375a8f50d844dd2f19d14954ecf820cd33e20debd46b2
MD5 81f267f098a54ca4d3ac4f664fee0412
BLAKE2b-256 6ac6673e618e6f4f297e126d9b56ea2f6478708f6c1af4e3223835c22e2c3697

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 9161cfc9efce70d1715f47d6ff40f79c6778c00d53be4fbc09d70301e4b83ba7
MD5 7eb5044d801804fed89eb5456f1eb94a
BLAKE2b-256 0dc9f14fdf71bb8957e0c7e39db69bbdf12b5c80f4ef775fdfa127bf4e0d6760

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e46fc36029eff666391e0531e5387b62ce6c4f1d8e50b3fb3099eaca1b42522
MD5 6be1c3600b9289bf8ec44560ed0c92f4
BLAKE2b-256 05db6061db32316446135a3abae5f308d144ab988a34234726042da3e58b1c63

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0378d055e9e8cd6ce4d8dff683bdd3d7d413533c4ee51d67a2b1e0f9eacc0f23
MD5 f3d2ca1f492568516fb01c2daa0c5e8c
BLAKE2b-256 02710aa64aeda645510af0a43f7d9ee70932f0d1dc4263aed34c50ee891d9df3

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c2c62877097e1a0db401fba5cb4debee33265e5b2a55c4ccb489c02c53b4f72
MD5 67c16a278f1217bda7e1fa1d21272ecd
BLAKE2b-256 154b481f1fed30e0e9e8dd24aecbb49f29eb57fe7657ece5cf06ee9b84bb97d8

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c6b36ed71f41942bdcd2ad2522be46bfce09d5705be5640ecf19bbc7660e4b7
MD5 ab8d114f04f7c1983b7c21cea2d7e3bd
BLAKE2b-256 bf90a1bb5c7cbba76b7bc1fbd586d0a5479a7bc9c27b4a8298f22ec9423b2bb3

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5ea1a213be1fcd5e49d9904c3b9939211ded90bc2a64e93f4c01963474285de
MD5 084f4862fcc87a6577f4dd717cbe7856
BLAKE2b-256 21dba9574ed40fed418924b1b1a3e54f47ee3963053b3d3d325a0d36b41f2c08

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 96747bfbadb055466e5b46d572618170046b45ce5a4879167f50d70a5319a499
MD5 713312f565cccd4c7498ea8869b9a814
BLAKE2b-256 7b7855b12e70f45bccc40d9e483925c065027b3b98ea4cbbdf6f8c2546feaf6c

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 08a204d8b5638717c26a24df18fcf40af45a6b22e35b70b1d62f0113c2e278e8
MD5 32965579edd7590e2dedd7e200311f52
BLAKE2b-256 24163efd2ee6bc4ca4693a30a1dd17a91b606cae15d517d2a4746611d9b73ce8

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39a76529db6305693d8d4affa58ad5b5e2e18edd62daea628b29b97930b3513d
MD5 e1ade412507e367fa76162b5fa209ab2
BLAKE2b-256 023c52f408ea701781caee975606beccc48845f2aee8711ac29843d612c0306c

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f6bcad487aee1c638d707235682fc96f741de00663619881ab235400d03289e
MD5 be873316c0766f11b3589f533bb61db9
BLAKE2b-256 f6ab9e17272fd4dac8df3b83c4fbe52b998a1c9d89a843c8c35ff29b74ff7364

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4004ada0aafe8ae1991b2cd1d99c6d9146126e123bd6f883c260d974aa012e54
MD5 2d5494bfdc808131892dad7b85d1e398
BLAKE2b-256 dda1e77854cb5336fd37dc3c6ae3b71de242c98caac5725120be0b526b31cbd0

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c45a496d6bc05dec41dcd4c3a2b183723f47473255c159cd80b503c8f246424d
MD5 d433d5ad7b5b01af1f59def7c885af47
BLAKE2b-256 236b2e0e38cf75c8780eca78d9b2e78164f8bcfd70125e5caa588ff5cbb9c9f4

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ea306caaae6bd5afd0a46050003c88f6bf33227377a49298c498c3cb88ff491
MD5 3b2cc2f7b41bd037afcb349c95eb8d14
BLAKE2b-256 b149a739be2e1d02a96a658eb71ab45d921c874249252358ad24a5bffdd02525

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0f053118c30e53161857a953e4de667d90e274980dccbe5dd3829bbbeece72a5
MD5 0a7e42e13672781c3a15d1cd87b79c61
BLAKE2b-256 d08a403c51d064196bae20a0bc2476577f83a3f8dd299719a97417086b7f2ec5

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b93ab07b5292dbe7e6b8da89475275e7042744283921344b56105f3eeb0f828b
MD5 705cdce1d80fd1dc2e19d476e25fde3d
BLAKE2b-256 94dfde669c7054cd47c4439ac34b1b2ee8b804a794791fbb10720e997a2c87c7

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3e693d15533a45cd5906f0589f9c35090bef6ef45bf1e8195c424aa0ae06a8d
MD5 1bb6a3d635aefcde30be68a00feaeb07
BLAKE2b-256 67d143d3a0ac955a58601c24fa23038b1c55ee3a1ec02c0f96ebb1eae2bcf614

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72ca54c952107ba5cd58854b67a5a6268631289d21651a1235396f3b98b47400
MD5 a11ddb20da27c9aa2aaf0a0b7317bc6b
BLAKE2b-256 cfd5fde8f4dddcf518ee15ab35a7c6a28acc32c8ba548d1d2aa451f96e6dbb0b

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1bed1ee8b01da6088210aa9412023326fb98a599ba502e6118308601dcbef77f
MD5 0f6959806b2bba5602eaabbfe232afd6
BLAKE2b-256 53ffdbc495b8a14da840faffb353857a72d4190113cac33727906fb997047f0f

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 483b11bd46bf35fc14c52faf338b04300c9e6ce554bce9b11be85bfec3bc3195
MD5 972bf8a4fd3020b4e9345bf2557e3f8e
BLAKE2b-256 176b2dce8369b199cb855110e056032f94a9f66dacc2237d3d39c115a86eac56

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c2056838b6685b72fdb36c99996cf862753461a62f2e84f4196371d3b2d6a07
MD5 028a7d3cb16a0c8b8ebf5adeeaedc23c
BLAKE2b-256 54fea210d52fd1a90ecfae8a78e9d8b27e18d733d60818a8bf250ff690b75120

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2cf39aabdf48e87c1c2c2ed6d20d33ffa0733b3071ce9c5f66357947dd009080
MD5 45fd31777ee878d6918471e14ac012e0
BLAKE2b-256 25dc46a65916af68a06ef6b972c6050ba4c8f97070fe3fb33097d34229d9bef6

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f380393be5abeb6815f68fd39271b95127173511b6706b0a630a9995d53f8f5
MD5 c484c9a18c3d3dd06e28d2eff7f74cd9
BLAKE2b-256 3cb7c5ffe50aa2f4d947c9250e1519d939260329a07fe6272edfccd784b3d007

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1181256e0f16479691b5616d36375dc2620ad8332b25978763c3d206ad3f3f1d
MD5 d33b5860d61e83acbf0deb157be6a9a8
BLAKE2b-256 6f3b6c505903710d781b55bc3141ee34a062bf9745a6b5bc7333305b9ed63b33

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5d98a2709840027f5a347c3af0a7c3d5f6c1ff93af2ca1c54494e23cba8f389
MD5 02153d5601f4495ad07f544ceb67ccfb
BLAKE2b-256 d07dff77169fee6186de145a7f2b87006c39638391130abbab2b1f63ac6ea583

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d21ce524ab86c23046e992a5b81cb54c21079c6df6e78b8fc77d77cac70a6b9
MD5 419e9dd5a6e9d2ce0f048010197c7507
BLAKE2b-256 2b7c7ab9f9aadc5944fdd06612484ed7918fe376ad871a5f50404dc1536e0194

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 581921d849d6e6f994d560389192955e80e2950e18fcdfe2ccea863e01158e6e
MD5 d24fe1625140577d60ed30fd9cc48bd8
BLAKE2b-256 e51c71ee0f8a6b9d7316a1ccd30430b4c62b6c2e36adc96017a4e3a72dce49d6

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d78702b26ba1c18b2d0fb2ea940ba7f17a9581b42e8361ff93920ebbee1235a
MD5 5c33da0361c7e2f919166ae9b43eff4b
BLAKE2b-256 d570e868bc5412acd101a8280f25c95f10eeae0771c4eb806b02491142810ee8

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4a011ea4510683319ce4ed274b56ee05194b39b6da9d09ca7a39388f0fa84dcc
MD5 8c2070c85f7a617097ae7ac19160d691
BLAKE2b-256 adfd005bf80f3cf6e5c62b5dd68616280f51cd012c60840fa74781b3ed7b1623

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ca8435d13829b92f4a97362d91975154a4015db3a2634154e1754e9a915e6b86
MD5 2f37761596b8a63d19c35df8053074bd
BLAKE2b-256 65ebfbd0f206a330e66f8c602a99c37c4e731f107faed62954b41b01f16dd9d9

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6d26094615306d116dd5e4a51b0304c99dd2356fc569eed6922a80a6bd3b265
MD5 889513f812dd91bbe7d180d8d77ae774
BLAKE2b-256 cb14a44c90739c780b362238e4ac3cb19dd0ca40d13e6ddc5daa112166ddab4f

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc261707bf5739aea8a541593f3cc1d463c2701fb05fbcbba0ce031b69a21260
MD5 5379c54b9be6117dd39a264e5a422e1f
BLAKE2b-256 29a5de0592acaf5906cd7430874392d6f7e8b4a7c8437610953ee2d1501c0b44

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 436728ce18a80f6951a1e11cc6112c2ede9faf20766f1a26195a7c441ca12dbd
MD5 5eb0375e58622d0272d617e089222d50
BLAKE2b-256 905444012d32fd77d991256d2ff793ba3807c51d40cb27a85b4796224f6744df

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5b2ed6d828f1f09bd812861f4f59ca3bc3803f9df871f4555187f0faf018604
MD5 bb7aba037d4cd4bf24fc09637a9cdfe1
BLAKE2b-256 9aa4c8c22b8438bddc0a030157c6ec0f6ef97b3c38effa444bdab2a27af04090

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aa10c0daee6705294d181daadaa793221e1a59ed55000a3fab1d42b088ce4ba
MD5 eba22457e9ce07a706afed6ef450cdc1
BLAKE2b-256 3a69a67c69e5f28fc9c99d6f7bd60bd50e91f2fed2423e3b30fb228fa00e51f3

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 740cf6f35351b1ac3d82369152acf1d51d37e3dcf85d4dc0a22ca01410eabe2a
MD5 229d20855eb8580c61029e24689ec1e1
BLAKE2b-256 2a63b6dfdd646abf91c3bedb13727226a5e765e5f8365e898d43818e6672fa46

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0592bdadf86ddcabfd72d9ab66ea8a5d8d2cc6be1cc51fa7e66c03868ac5eac1
MD5 be6129e0c9c7057ad07ff110db63757d
BLAKE2b-256 ce1c3bd72c341f1cb5faed5a7457ea840228a46be51cfbaf31a9db72fc963f11

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c68568f3facf8f66fa76c60e0ced69b67666ffa9941d1d0a3756fda196049080
MD5 2d426eba28b120e29f3ed3e02891d444
BLAKE2b-256 8f412ee3c4e1ac4fd22309349823fe13f33febeab1a71db1d7e9d60293a07dcb

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e47b1199c2e832e325eacabc8d32d2487f58c9358f97e9a00f5eb93c5680d84
MD5 a2e2ad287c664439a81018719a6cfebe
BLAKE2b-256 74c65900ec624fab3360aa2ec59b99bb2046dd79799e310bb78a0514eaa4038e

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e54ff2dd657f2e3e0fbf2b097db1182f7bfea263eca4353f00065bae2a67c3d
MD5 0a1203ae715990e0394c9a02a297873e
BLAKE2b-256 fc97e4a2eb5a8ec5cd3c2a0615a2f15f0afca89ac039229599b9ed0c0ed28e5e

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1af05726b3d0cdba1c55284bf408fd3b792e690fe2399bfb8304565551cda652
MD5 2d89b9b24a3fcec3a0cb00e0c9c1cadb
BLAKE2b-256 6c22f19552eb7876774d50cfd025337ef5d67acc10cd8f29adab7716cf47c352

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e8203d2fbd5c6254692ef0a72c740d75b2f3c7ca345404f4c1a4604813c77c0
MD5 e728a0e34ab6968926810cbaa6eb16e0
BLAKE2b-256 7176b3ea1d8842e7b62c718a88d302809003d65ed82011460ca48907dde658c4

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a97eaad21c84b4ef8010b11eeba9fe6153eb0b3df3ff8b6abc309df1b978ef7
MD5 4c790ae3aef7fd2ca20bc7b7bfc5232b
BLAKE2b-256 2372674fd7b2fa1e9d010c7adb0857c8004245e03177e3543db8089825b8bb6f

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a42ad6afcbaaa777241e347aa2e29155993045a0d6b7db74da61053ffe875fe0
MD5 34e86233975020a8af2712dc67ae1980
BLAKE2b-256 7c5a7d1cbc3b76303a4ae30f474dbd0ee57f47b096bd6ca74fdff01542b0f8de

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b21f0e7efc7a5c509e953784e9d1575ebb8b4318960e7e7d7a93bb803626cf64
MD5 c8506605fee4f5a80174eae761dc3228
BLAKE2b-256 6c2d9215ab552f16803d8b7434fdbb685d4a92971043db3041341cc81ef1e1b3

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad30ae663711786303fbcd46a47516302d201ee49a877cb3fac61f672895110a
MD5 c494af48757a1240133aca6cdc5ad6b0
BLAKE2b-256 fcb93464e5d68bdb56ac00ed2eb449f491bb2ef0d6139248dc90ce795191cd56

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 111604e637da87031255ddc26c7d7bc22bc6af6f5d459ccff3af1b4660233a85
MD5 e516ae330347680f30d709c6250169c4
BLAKE2b-256 b1e030d70e6e82025455c635016c052587c6a5924d35d9b08c48c53c57d2a56b

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59cab3686b1bc039dd9cded2f8d0c08a246e84e76bd4ab5b4f18c7cdae293825
MD5 671555163087ff7545e96e12fa44e277
BLAKE2b-256 645ce7c36b37f5a4ad17f92b87b7c464e4525c15a1d02201a4889b8f07f20454

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa18ae738b5170e253ad0bb6c4b0f07585081e8a6e50893e4d911d47b39a0904
MD5 821f93fedb14b8ad9a4e626ec684cfdc
BLAKE2b-256 2b9f34dcda476efe32dd18d473a1155983caaac8f4fa07bdfc952f5ba7df6c0c

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca216e8af5c05e326efc7e28716ac2381a7cf9791749f5ee1849dccdc99c9b00
MD5 6619cb809ad193ceb2f0d75c5f20b7e9
BLAKE2b-256 179577624cff50d08fedfe45a2cd1e43736587c7a04ecabfc265d8429d30f08b

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-win32.whl.

File metadata

  • Download URL: sqlalchemy-2.0.51-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6b588fd681ddf0c196b8df1ea49a8913514894b2b8f945a9511b4b48871f99c8
MD5 7634fb35f0151da09aa1d2ed113e7156
BLAKE2b-256 a173a3a87695549922c8c97d9abb14f13bb804a3b356d002e1cedeb23422b38c

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7f08588854bbb724041d9ae9d980d40040c922382e1d9a2ecb390edc4fd5032
MD5 84014eee8096c8b95d8981a5b7bff28c
BLAKE2b-256 e917d8bb866965dfabc09a825d7de384cecd93d64959bae8211faaade9fdaa39

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa268106c8987639a17a18514cfe0cd9bf17420ab887e1e1bf486da8836135b1
MD5 d4a41baf9808e9553cc3413d2fb7af2f
BLAKE2b-256 588769c55ec6148c1678091e5312f959d1f2066642ab992130296a29a3d6672b

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c95ef01f53233a305a874a44a63fbfb1d81cd79b49de0f8529b3548cde437e37
MD5 442c272ca875e36d453e3768c316c115
BLAKE2b-256 0be65b60cddf73fbc0bdb48dc8add58659a0f89d9f72447c3bf47a7df0bfa4f5

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 247acaa29ccef6250dfd6a3eedf8f94ddf23564180a39fe362e32ae9dbdbde46
MD5 dae4e4c7172dd37ec1cea5b4f5b9bf75
BLAKE2b-256 4daa0637c9df40c4ead68f2ed3ac6e6f363037536c5f812a586b416b8ad1c5bf

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.51-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlalchemy-2.0.51-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb1f5062f98b0b3290e72b707747fdd7e0f22d6956b236ba7ca7f5c9971d2da2
MD5 0f81034f531dacd27cff16faebdca9ce
BLAKE2b-256 339739d6ec41b4868e1c0ac45ffb9b3c81b5c6dfccb74157d89d36a788a86c2b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page