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:

http://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-1.4.4.tar.gz (7.5 MB view details)

Uploaded Source

Built Distributions

SQLAlchemy-1.4.4-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

SQLAlchemy-1.4.4-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86

SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9

SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9

SQLAlchemy-1.4.4-cp39-cp39-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

SQLAlchemy-1.4.4-cp39-cp39-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9

SQLAlchemy-1.4.4-cp39-cp39-macosx_10_14_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

SQLAlchemy-1.4.4-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86

SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8

SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8

SQLAlchemy-1.4.4-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

SQLAlchemy-1.4.4-cp38-cp38-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8

SQLAlchemy-1.4.4-cp38-cp38-macosx_10_14_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

SQLAlchemy-1.4.4-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

SQLAlchemy-1.4.4-cp37-cp37m-win32.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86

SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m

SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m

SQLAlchemy-1.4.4-cp37-cp37m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

SQLAlchemy-1.4.4-cp37-cp37m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m

SQLAlchemy-1.4.4-cp37-cp37m-macosx_10_14_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

SQLAlchemy-1.4.4-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

SQLAlchemy-1.4.4-cp36-cp36m-win32.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86

SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m

SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.6m

SQLAlchemy-1.4.4-cp36-cp36m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

SQLAlchemy-1.4.4-cp36-cp36m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m

SQLAlchemy-1.4.4-cp36-cp36m-macosx_10_14_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

SQLAlchemy-1.4.4-cp27-cp27mu-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7mu

SQLAlchemy-1.4.4-cp27-cp27m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 2.7m Windows x86-64

SQLAlchemy-1.4.4-cp27-cp27m-win32.whl (1.5 MB view details)

Uploaded CPython 2.7m Windows x86

SQLAlchemy-1.4.4-cp27-cp27m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7m

SQLAlchemy-1.4.4-cp27-cp27m-macosx_10_14_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7m macOS 10.14+ x86-64

File details

Details for the file SQLAlchemy-1.4.4.tar.gz.

File metadata

  • Download URL: SQLAlchemy-1.4.4.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for SQLAlchemy-1.4.4.tar.gz
Algorithm Hash digest
SHA256 7ba9c00c129dbb4fd026a1f2c943188db59c802612e49bc9bded426d8eb14bc0
MD5 450253bb4e307eeb30a50b619246d967
BLAKE2b-256 7f180aed03e2f7daadf0166b4463844c445b7f3704e46f8e78dd468f41607c73

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d0cc8dcda237d9d801bee8737a8ce5394586364740b9a8482b466fadb9ab1ff3
MD5 f208a60637b0f08884fb8af02b5bad96
BLAKE2b-256 305181c13c582abe8b88ae4b403748593fa9ec6aadfd780122f0f664e5c9c3e9

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e7ff3ac2e0acdf92639128ed0b38ceed370115e3bb412840fc8c9c28d0ac50b4
MD5 7fed5199a214749acd2b3378e30e1125
BLAKE2b-256 92c33dfd4bb90bc59fca409f27becb9030cbcf6752809002439b775f19fee787

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4aab314df0d9fa9153b9fe735b2925da45425bd510eb0371b005aeca9ff51149
MD5 95aa090612368bdf64a67f05ddd4d7bf
BLAKE2b-256 8086aa50ef9f7c95dac463d38cddca95b1f8ad1b195a65495f8cc67316626fb1

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92c612edab94749ba8561c6c768854ef7a1dd0ef031c18a84b055a27fc505502
MD5 b70a7826de7ad50c63806c52559ff90e
BLAKE2b-256 552db0cf3c6e8045e6eace629503b034e32bbf2ba655713d790818d87d4bcbf1

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b85f68af8c6c1d0833b11c5534a38411cd0378059a8585731c2a9f18eb9e7d82
MD5 827b2d7f8909bf3e384b0765bbc83a3e
BLAKE2b-256 f0998e7aa727e13e709c0de648addf13e9ab6758f22bca41161f5303512dd4ec

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 405f171ccdae38f64b1a43d3172a2a801b5dce4a96a60c39a5f7097e3c16d072
MD5 abb9175e8e577379d9a42b3fbad5f9e8
BLAKE2b-256 271635f7610fce9be9b2913cc23c14daffcfc119b6dd436c2edc07417ff71855

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 885e2dbf92c6a3b1e6b200c19eb17df12a6004cbd11149f336dc4b3a45b499a4
MD5 9fa270a80422fab6e3be8fbe4cce3056
BLAKE2b-256 9206e28ea6b39998103d1915d37e8e86402adc20de25273174481e804a6cbeb5

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 426660b62db4111ca6b10e05128c417fa97b4c3abce3a8952bbe691c4bc397fb
MD5 cab61ee09afe632d868eee05538f787b
BLAKE2b-256 48fe22b03e661f9866ed177ac8d2c733d8430abe705bf403841134cd737747d6

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 de4c935ee4afeabd5204d74faee34d511444b55394874e7072f525378f870038
MD5 e18c60841f77fe22d70b8877ab7d6df8
BLAKE2b-256 4434cbdd7ae6cd48b4a4505c4baf205d3534799b8a4da950c69a3c5741b62098

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6a18a08d0a32157cb5168506cd356b22caf2a380532405d4cf21963dd2efe22
MD5 c3d5303db54e112e08f3ba4b13b46c4d
BLAKE2b-256 3f57f1e6baa37af7d46279036d164fbf0e4266393e851640f2aa05e4a9226c31

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b79f477409ec1141f7d603361be3266a96c99e3d67357c25ea7cae2104f7a90
MD5 184852ee08a15a0576ba3b11f8ad9bff
BLAKE2b-256 76552749b1ffc657245ccdb4f525256ff02d41dff8fcb109f03c5261ef16f231

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 df0168d62569de746a0c7b663d34f0f5df578b604356385b9fbb8bdcab460276
MD5 f9bfebc5d0cae7f66cc5054f90a7a0e5
BLAKE2b-256 45019909d7535e5af7432b645f6e9371680a8e4f904f98a683326f6aabf10b0d

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9d4cd3568e4580c9b8dc4c14bf9a84d245d062c879f855d2cd8ea04748a02423
MD5 c7a127fd6965dfa994f4dd68cfac53b0
BLAKE2b-256 82d32d29ff8190cb88924e5054540612eb133980ae116908434dc0b6c7f73bc8

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b7195c168a35c80da3a2ebc242804c417ae2b9cea7eaca27c07d7f0a7fbb60df
MD5 bc108f80d98d507904b7ac001a72ceee
BLAKE2b-256 be85921c414fd1067ec489f89cffef32274f37801bd3e7ccf3f0cd2da0a48b77

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9619b7f9204adbbb78d10db7ef590d826a046a862aed845001ab504068646c87
MD5 690a6a49872545a925595059071ef427
BLAKE2b-256 961566a2055cc4ccd619faca2a6d5079277ccee615bae9fa4a2f652099629c56

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6dfeb1f70cf33b8c788fa90839408f7cdae69d41b5d40a209be8b125385e71df
MD5 35862b49b0652429fdf4465069c78965
BLAKE2b-256 5b75d44388e0c0bd9ab9f3c11d5788ed2624c43e16401e351e1521ba2332fcee

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e65de7abf9c5bb83805d0dff7c443cac648555b445d10067fd1292a6537503ee
MD5 9cab8646c13171077ff017a5525ef3ab
BLAKE2b-256 a321f24f5c2be6d58ee0880a6506ed11caa948eaa49fa6c07af40c68f1977db6

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 742dce17585adebb197ac283c99a404c612328aa70ed8325b7b3cd4463f0b220
MD5 de209f962f3000e52f158106e7c82425
BLAKE2b-256 8e919b2335e9ccf9eda0ca5ed1d91c3f4e169acc1dd56056a5825a9806f5f407

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cee91fb7f22466e18370d6e181c866f3fb9379dab70048a629ceccc286594f40
MD5 b4a65ea01f23dde93dee6ac2ef76d882
BLAKE2b-256 36b2ed48cb93fdcf9239d8d45f393b8cde8a5e277939706103f46912b3368738

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 38af517c370b107372d22577e2c2495b53e2de3532d996f416dd13fda5e2a4f3
MD5 85d5d0671caea1823ce5f2d2018543ba
BLAKE2b-256 7fea90b084d2b6d43381771836b198a3f8e8957d86e137bd63c33f3e54706b9f

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 fc16311d5c7737842cd083bf9e02b6d7af406901abd296cae1c055b3b2281eaf
MD5 aba349c392a5cc7d2bb597937ad668f8
BLAKE2b-256 11c966e773eac5328a6957e16bb7cb20d399c5dfebb1b153fbabc586c5ed0370

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7f199813d08192a03c162f819fc265df233f4076086d7e23f07d0a90a4c9d337
MD5 6cabb0998e81a7b7b8fafbdf88fa164b
BLAKE2b-256 45648959481427394c8b84e8c00c17aaa48cfe41028d59d8e9eaea9ba1245735

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c5408cb8543fc9a9bdd61ee07a878a655e61e4067e7065cfe3fcab1cb1a611df
MD5 f4e100e5a6ff46d8d71788d36d031d58
BLAKE2b-256 a67d06fd253e7862e097dea90bed741bf4aa97515bc4a666427e00dba2d8cf40

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a50b98d83aca42475e428fb812c8417278d21d7264d24ae0a99963b3e0f0bde8
MD5 5002dd74b97917f25133bd64a4096892
BLAKE2b-256 dbf7f51af179f4cd98e0020d849cae70fc5713cec5721ec5eaa4b8edab6d0de7

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 015c78ece6f62963dc2fb3b409cafb1e6d97040478fe0ac811ba22833489c19f
MD5 009a6e1a62620b68ad51f30ff1a096a2
BLAKE2b-256 22595180f349fdcf46718415699999e1c8f67deddc9292ef77238002aaf16e18

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 578bcf10223a7cda84e54a7d4e986af4a36415f644fb33e950193dac25556bbd
MD5 20d0dcde76a29867a5ce2c5daf870a7a
BLAKE2b-256 cca176a4bd56d0acf4f22b91ecb05e6a62983010d63e33e768dfb030263d43ed

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 88c26aca818c5f10b6dc0588aabbbd14723d39e0707e74c229e0d650eb05eddd
MD5 218bf92b78111d8d6c250797ee55075f
BLAKE2b-256 bec149d033138cfd248b19d7405f2d5252ffd41f69887a10fe19877f82d41807

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a478a0debaa4d66efcffd242bbefdc7e2759d596c8f4ecf3e29a2f0922f8d2d6
MD5 f0972dcc6e86a9777f1475ca7b2e7189
BLAKE2b-256 ec17a4284b314be73ff7a5654d520018f4258dc6b7cb7745f1adaa2c208bb2c8

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cbd3e77c9e162cf66241476128ff530bd4cc8f0f6bd5e433d320ace048491b71
MD5 d3d9970359771ef0d2b22404a11da430
BLAKE2b-256 2d9ec9c405b8b0fb787889eb116efc5825c34eab5eb2bd52fd1eed73cb3dbb45

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 33da0ad3a913de9abac5a3fbac8e11993ce8c83431d123c216463239767db259
MD5 9167cd7cbec8a4c92fd0196283df43f2
BLAKE2b-256 938f05afdeae4e41348ea8072dd0028253497a9807c6fc1716cbf0c1afb513ca

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp27-cp27m-win32.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 6d9e9b686b192cd4d1df7330a790a12aecd01561ff104b9fbaed9bf11d49ea06
MD5 8909406a45aef66fee8549b0047dd65a
BLAKE2b-256 3a5164966c5587e83a6e59f02b99c0b37149d3eb299a0c099546a7e50549d254

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 79b9bb47e51208052e3949b3c4fae6ca32b0ed40ab498b25c2515be622509f7b
MD5 fa9c4d2ba2edc264dd82c4f5b7b3e1c6
BLAKE2b-256 907c975da9b13f03a857a8f771d4803d5982adee28e7314e6a2c48ff9b70bbb0

See more details on using hashes here.

File details

Details for the file SQLAlchemy-1.4.4-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: SQLAlchemy-1.4.4-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for SQLAlchemy-1.4.4-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8dc25ce0be9614ea70077b3857754e685c1063cd2576845a3a2072e0f9d34854
MD5 9ae2c5516ec534674636893e92c523dd
BLAKE2b-256 4d726982a4388727f0a87fbfae6582fe3e1626c060e3bcf27eefa31a11ae0ea2

See more details on using hashes here.

Supported by

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