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.50.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.50-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

sqlalchemy-2.0.50-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.50-cp314-cp314t-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp314-cp314t-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

sqlalchemy-2.0.50-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.50-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

sqlalchemy-2.0.50-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.50-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

sqlalchemy-2.0.50-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.50-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

sqlalchemy-2.0.50-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.50-cp311-cp311-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

sqlalchemy-2.0.50-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.50-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

sqlalchemy-2.0.50-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.50-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-cp39-cp39-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

sqlalchemy-2.0.50-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.50-cp38-cp38-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

sqlalchemy-2.0.50-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.50-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.50-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.50.tar.gz.

File metadata

  • Download URL: sqlalchemy-2.0.50.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.50.tar.gz
Algorithm Hash digest
SHA256 af5607d11ef90fd6a5c0549fe0045dce1663d427426bcfb506dcb5346a85a3b9
MD5 b25b88605a45c44049099b8355d14353
BLAKE2b-256 57da6fbf010c8ebb347679d0d100b22fe9ba5e13fd04046c5df7280d2f0bf706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-py3-none-any.whl
Algorithm Hash digest
SHA256 92064363517a3ff8212b5a93b8c62876579d8dfd1ca5b561335f30152d884fa9
MD5 4496932ba2d6f71ff03c2153756b6f9f
BLAKE2b-256 d010f7220e9b784d295d241c86ed99aeb537f92afcd469a64861f2717e9bb077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c5c3cdb753a9004183e1ccb634b41611654c989e61bc68617ce878e46d6f1e51
MD5 955787ac06cc99175526262bfa7f0fa4
BLAKE2b-256 659b112fb8f977582d7489d036e409e3723948bcf5320b3ac465f3c481bbe8f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1fbd55a969d7ac44a98e3dec75016074f809fa08f871585ace58dde110d1bf3e
MD5 3a9dbf6547f88606e962f596c33d8163
BLAKE2b-256 f2e35aa06f167559f8c0bdae487e297d23ba548150ab016a3418265d617a4985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b00098cdbdbd38c7be3d568b0c9c3122b8c0ec62b911b57cd5e6e0254d60a76d
MD5 cb50f05b283fde8be167e2079efda8bf
BLAKE2b-256 9dd92907ea38eb60687d297bf9c39e5ee58053c87b57fe8a9cae97090cecbf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1918a3cf564d16d95bca7301005f41ab2ad50b07cd3b9da50d3ed986db148d6a
MD5 2051fccd31dccaf1f9d30430a652dc9f
BLAKE2b-256 df5aa7f759f97e4fd499c5d4e4488c760d5a7fbecf3028b465a04274fcd52384

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4e70c46fad30c3bcc6a4708bc0130a3173e11a5b25f0ea4a9d8911b450f1f52
MD5 d8be207358c09621561165d22c887a55
BLAKE2b-256 9634bb0e190e161c3c2c24314a65add57218be14a4a9486886b7f5047c1ff7c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f96233858e3df43932ac11589e22520da6e8aeb624b03fedfeebb0e8ea213086
MD5 0bef2e71a2112a9249acedf6e32f70bc
BLAKE2b-256 b785337116e186f1236375b5fb70c21cfac98e8e8ab0d3a47be838dc47a59e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3699dac4be410e97049a1658e9480da9cde956594aa0f3aebc60b88f21c5ba70
MD5 01058caafc59efe1602d83a20a07eb1d
BLAKE2b-256 ccffe5640a98a0b2f491eb8fde10fb6c773621a2e44340de231fafcc9370f4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 15708c613cd5005b7dffe1f66ee6a63ee8f5e46799f71c70ebad74178c676a39
MD5 6195a4ca7d6cc251301b38f318f13396
BLAKE2b-256 7fa0fe92bb9817863bc13ba093bda931979a26cc2ca69f8e8f26d07add3d7c6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8f00e3eb43ba30eb1b238ee03a8a62309486d1321eda3328bb611e0340033ad8
MD5 9c853b5195a7e6f672714fe68d92624f
BLAKE2b-256 030c370a1f2db38436c615e10134c8a37de3688e74084792380695f3f5083860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96fbee6b19c19cd1556c8bf9419447cf2ec149ffcab7ab64348c23e54ef8547f
MD5 3116643a0ab6cc4808d40ce4d5866973
BLAKE2b-256 636108e03c3adbf5db0087a0b6816746fec8f3032fb2f7fc899a9bb9b2a48ce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bef4ac756363227ef6402a75fee025a4bc690f92328e825868939b3b3a446a6d
MD5 3e8a77420ea2ffc9122e8c0ac7733f26
BLAKE2b-256 c215765acc2bc693bccc43ca4a95d5b69750da8aaf6db1b5c616536e087f8920

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c206aec519a2e7bd08abbfb33436e325fd22c632d9c21a9047e376ce241646e
MD5 d530614d11ad633297f55a7e89a6e333
BLAKE2b-256 3126ef168b184a25701f9995e8fb7e503fafd7a99c1c77cda1bc1a26ea2ed486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 faffef4bcc20a1892e65e155293d99d60855bbbc79250ab712819cfd56a8e6bb
MD5 e67ebd595e98bd2043d9d8698713b0e1
BLAKE2b-256 5a76e703d2f7681d7d66c4c891af3f07c7ccf4c76ad7f18351de035b5eda007a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c966932507a4d7d0a37314927dbfcd89720e3f37d2a1e3352e7ae7939fa8e8a0
MD5 499650d9cd50df54bd85c7e1008cecae
BLAKE2b-256 df3210ac51b4be7cdecd7e93d069251c86dfbf70b7adbd7c67b48ccea6c49e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 287086e67275a212c4582d166a6fb03a65ccc5551d80866270ce0dd9f34eccd3
MD5 85589f9cd15c722b0d0329b2666ba741
BLAKE2b-256 f61c067cc6187ed32d2ec222fe6d2643acc1659a6d0659f8a7cbc5ad3ae83280

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 60922d6599065ddca2c6f376b9aa2f41a6b85a271725e0909490bbc50b1998a5
MD5 d08175aad10903429074e3964fbad501
BLAKE2b-256 4884278a811ef4e07be9c89dc5cdd7be833268509a66a68c4897cf585e67428f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b9dcc43afef8ac157cd92fce96985d6b8b0cfbd3df4d666f66b4d55a75d202f
MD5 d42a15b63a54e5062c9a857031cbadec
BLAKE2b-256 05f66809349130a2de0e109e7f00fd7d431da9565b9b2868b32ee684754f672b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03f4323c980ad0e918cc9e5369b015f759f4e534db5bbaf4dc36832c10d05064
MD5 13ff7a794fbe15504646faa277a70926
BLAKE2b-256 6655ccada3e3d62254587819749a0bc69f41173eb48a6e385d10e66d32a9c88e

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31648fa14460537e768a7303b078e4344d208e0d23e06867c1f376a227ed82db
MD5 4ff0b4aab692ce5921d9a72d1cdeedab
BLAKE2b-256 3f4af3ac3caa19f263d57b0a47f8c91bbf56583dc2d3fc63acfbf644abb24fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b53784972ade4f8174b9aa661f31a06f8a936d2cfdd602913ff3c6dd40ae873
MD5 8713296fa269e0f01af4dc5c06b886e8
BLAKE2b-256 60a1b1a70e3c4365ac7fe9e347f3710f19b562c866fb96d45e3c891588789a7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06a9210bdc5f4298cff0781087e2ff45683922252dacc452846373a58761f093
MD5 f026ebd4f9bf30eb13e64eb3d45491d1
BLAKE2b-256 0bc4c42356b527296e9862f67990efce31ef78b4cf69cd3f80873a528a060320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d1af51558029a156a70986b7df88f042b3d158d7c8d8fb5072912d4b32d89c7
MD5 576f44aa61060c72eb08f529ec571e43
BLAKE2b-256 b62d314a6690dda4b9cfc571eab1a63cf6fe6e1470aa3759ccda6aa016ee0f5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1208050441471d003b7c8cb4054fb084f185cf35ac3f0ea270803865bca9939a
MD5 c651d28c40f3cc285e024f668d27e291
BLAKE2b-256 ed8ebad6ed253e8a99edfc99af02f7173ec48a1d3ed1b9b35a1b8bc1700900cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 724f3dcbe53dd0151e3cb5e7ec4ba4c620bede579caacd16275dc35ce06e8615
MD5 68c01fd67be2e45e2e1bf092c2ced57d
BLAKE2b-256 b7961b07325ba71752d6a028b77d07bed1483ad545f794e8b1dc89b3ba3b3c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f5e4ac70e9e757f6b3e87c0491ff034442ecd8dfd36d041a50564c322dafc0e
MD5 759a941905c85a2bb01b04f70ac2ff8e
BLAKE2b-256 35a6a0e283f5494f92b0d77e319ff77e437b1ffe4a051ba67c81d53234825475

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 110fdac56ace278949f00de805edacbd6141e382d992f9ba28238b3a0827a600
MD5 f36fce1e654d5e875e3e8c157998a4e0
BLAKE2b-256 8a2b514fce8a7df81cf5bad7ff7865de7ac0c5776a38cc043475c4703eb7fe8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47b71b933e7b4ebad407c8fdfd70d2c4f08b78b3238bb30eebdd6eb32ca51b89
MD5 77116a2a95ef07e10aab83fd855158a8
BLAKE2b-256 f52c191dd58a248fd2cfd4780fa82c375c505e4ad98c8b522fa69ec492130d77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23ae23d8b9d344d30d0a92f06d45825024a5790f1c1dd4cf452636a50d3e58cb
MD5 983ec65ca410387cd1c1444806222ae7
BLAKE2b-256 beb0a9d19b43f38f878b1278bca5b00b909f7540d41494396dd2561f9ad0956d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c5f858fe79c9f5d8fda065c06186356acb7f8df3cd52dbd5ee3f200e4b144f5
MD5 f2177ddcd3c9722d51d57bdd0f869471
BLAKE2b-256 c918280d00654cc19d1fccf236fa5070f6dd04b84dde6f1b2e637bde0ff340a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e6e814658818fd165e749e3d8490ef16cc7f379a118c37ada8b0589ffbaaac22
MD5 55058555f75988b6e7dbb60704410eca
BLAKE2b-256 832917c0003f2c0dfa6d1b97672475707e3ec5980db09defd7fa20beb6833bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fec460e18cdbb4c7773531122ce9a27e96c6ca17af3933941d94da475ad2c86
MD5 903c43acdb30af88b69829a90f57a645
BLAKE2b-256 421b1ae0e65161b51cc43e5ca75430ef79d80e23b5042d645586c2c342c3b92e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 545eae198d37bcf837a10ede3684e2af32458d6f35c597c35c2de7502dc38fc4
MD5 68e894119ef7ae9beabd6f04f3d9dd83
BLAKE2b-256 ac39d88996c5e03ed6248c3a788d20f0b8d8b376b9f8a495e4bab9df7c72d2f8

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2dab927761d9108550f0cf8e66ff21af56f907a0ce0a689793db615e2b55f62c
MD5 8d431befa422cb9dad359efa685243df
BLAKE2b-256 3b4f501308c2babb62c11753ecb4ee88ba9eef019419a4d6cbf7cb13e2bad353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51b637a84f9fa35ae1f9017e786cb142974a25305085e1b378b3647a67f65ad3
MD5 f35d1b1cf8e0c2aee99e991b723a961d
BLAKE2b-256 0f90e98dedea3c3e663a17afcd003a34ba45efdac2cea3b6f2e4585e2b1e2537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aa6e403663a9c43c8fef7ce4bdb4cf48bcd8d352e91deda2a99f963270bd508
MD5 0fbd9917c9d9b5a463c7765b9d35c798
BLAKE2b-256 b65d3172686af1770e4de2805f919a51441085f589ddadf3dd76ec582f84f497

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 66e374271ecb7101273f57af1a62446a953d327eec4f8089147de57c591bbacc
MD5 0f59783408ea1cd12db821e5c5119d33
BLAKE2b-256 93a1a09c463ee3e7764b5ce5bd19a7f0b6eefbde62e637439ab58498cdbd6b47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 68b154b08088b4ec32bb4d2958bfbb50e57549f91a4cd3e7f928e3553ed69031
MD5 70527f359691cf9871f9125c65b5951e
BLAKE2b-256 94b2dd3155a6a6706cb89adecf5ee6e0512f7b0ee5cf3e6f4cde67d3c20ebfda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1a8a2db4b2217d456c8d7a873bfc605f06fe3584d315264ea18c2a17585d0b
MD5 1c89314e975179a6abfbd553ddd369f9
BLAKE2b-256 30e867527fee039bd3e1a6ce3f03d2b62fd87ab9099c17052810d79496727b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e195687f1af431c9515416288373b323b6eb599f774409814e89e9d603a56e39
MD5 fe3c94769fe0be1e82d267853360b849
BLAKE2b-256 e56d58714005cbf370f16c3f30d30324a43be10069efcfe764f7236a2e851947

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8e1b0f6a4dcd9b4839e2320afb5df37a6981cbc20ff9c423ae11c5537bdbd21
MD5 3663558a668d0ca2c50c8d62795bb0b1
BLAKE2b-256 8155b260d8df2adc9bb0bf294f67b5f802ff0d84d99442b536b9efd0ea72d447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0fe7822866f3a9fc5f3db21a290ce8961a53050115f05edf9402b6a5feb92a9f
MD5 bca666820b54b9da15b28a00c00e49a8
BLAKE2b-256 d5745a6bc5496e9be8f740fbf80f9e6bd4ab965c8a80870eb07ab015e360957a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7af6eeb84985bf840ba779018ff9424d61ff69b52e66b8789d3c8da7bf5341b2
MD5 0f30c7fab906c62fb2ef6eea3857ee17
BLAKE2b-256 70a9812a775bd8c1af0966d660238d005baf25e9bced1f038c8e71f00aa637a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 83a9fce296b7e052316d8c6943237b31b9c00f58ca9c253f2d165df52637a293
MD5 d39e224d00438aa1a8d2285d3b2b6dbc
BLAKE2b-256 a4303547a4d114e0b884b85750a394b0d5bb911b47cf011f5f311ef6591a1e39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0a31c5963d58d3e3d11c5b97709e248305705de1fdf51ec3bf396674c5898b7e
MD5 a57bb1b4095c08cf928fedeb23e7df9e
BLAKE2b-256 ce30ef942d7ee962becbeb3f695ae2e19d8128879750cd6e3fe6dd6833acdde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adc0fe7d38d8c8058f7421c25508fcbc74df38233a42aa8324409844122dce8f
MD5 6034de129403ef4e44607ef5512123bd
BLAKE2b-256 7f69645fee6b68255ada2b9e7f063dfec29a3c36cc30c942f004f5fb94def83b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e36efdcc5493f8024ec873a4ee3855bfd2de0c5b19eba16f920e9d2a0d28622
MD5 63cbbc76e83b7587b12116b836943da1
BLAKE2b-256 634a8058d4c81c300fffe1ba1ad82df398f5e7fcd5a36cb48cff2970237bbd64

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d10700bd519573f6ce5badbabbfe7f5baea84cdf370f2cbbfb4be28dfddbf1d
MD5 eefb25097d2b92a965540a911ff0bfbd
BLAKE2b-256 0620ebf74dc1c3e2a16bec2c1cadafd76894a88086ff5dfaf5737868ec1ed8c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9602c07b03e1449747ecb69f9998a7194a589124475788b370adce57c9e9a56e
MD5 5f02bf77b135b3aee9eb43a5995d62bb
BLAKE2b-256 b3b5850cf05ed81ce0e9fd60478d8c55cf5b09976411dee42512c28f0cb76c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 409a8121b917116b035bedc5e532ad470c74a2d279f6c302100985b6304e9f9e
MD5 004251a52d6a7a76fd70bdcd0919f6dd
BLAKE2b-256 943056ee0a1dd03e27031e656958b9005c60909954e842a795f060cca20335a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0e104e196f457ec608eb8af736c5eb4c6bc58f481b546f485a7f9c628ee532be
MD5 385489fee666a3a7eded1e93564b756f
BLAKE2b-256 88d63b4f430534c00a0712aa82f7b6c5d5ac1676115878869d766f0a3976379b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sqlalchemy-2.0.50-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.50-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7b1ddb7b5fc60dfa9df6a487f06a143c77def47c0351849da2bcea59b244a56c
MD5 f9548757439c6ba967844687db09414b
BLAKE2b-256 b2e81b3a6661e7549a3b7ac112f2166e22714621b4b24fb2b583bfff2e65f27a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c1920cde9d741ba3dda9b1aa5acd8c23ea17780ccfb2252d01878d5d0d628d3
MD5 d73a5c7e52a1c48be6f8d33660d082b5
BLAKE2b-256 973f21eb48675cd9aa8020a0660f201197c454acf73716b399e659d34c3e90e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27b7062af702c61994e8806ad87e42d0a2c879e0a8e5c61c7f69d81dabe24fdf
MD5 19ece236ad05a23aedb99e94054fc81c
BLAKE2b-256 e0cc1bb2aa120bc8d99f41dba3eb9062d5f2116c11ac431b30d5cbfc10972123

See more details on using hashes here.

File details

Details for the file sqlalchemy-2.0.50-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.50-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13b85b20f9ab714a666df9d8e72e253ec33c16c7e1e375c877e5bf6367a3e917
MD5 4216fd3e12698072639cbf3d1e157296
BLAKE2b-256 9619821bb5e760576971817bd297f6fe9829186373a8047f9663f2ea1036eb06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eefd9a03cc0047b14153872d228499d048bd7deaf926109c9ec25b15157b8e23
MD5 69d56c9444e69a84d9ae82982ee6c5d6
BLAKE2b-256 9871859cae0fd157197290d64ec4563b603c5c91c38df825d8dca7940e5b0379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sqlalchemy-2.0.50-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a8e8af330cbb3a1931d3d6c91b239fc2ef135f7dd471dfa34c575028e0b1fa8
MD5 8120ce84cce85cf678bc50159d85831d
BLAKE2b-256 2c9838657d5fdd7017bf3144a725fad77b66c420b7bc6b48448c4d27e834f1b6

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