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.2.tar.gz (7.5 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

SQLAlchemy-1.4.2-cp39-cp39-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

SQLAlchemy-1.4.2-cp38-cp38-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

SQLAlchemy-1.4.2-cp37-cp37m-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

SQLAlchemy-1.4.2-cp36-cp36m-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

SQLAlchemy-1.4.2-cp27-cp27m-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 2.7m macOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.8.0 tqdm/4.38.0 CPython/3.8.3

File hashes

Hashes for SQLAlchemy-1.4.2.tar.gz
Algorithm Hash digest
SHA256 6a8e4c2e65028933a6dc8643c8f5a4f295a367131195b3c708634925cb3e8ec1
MD5 4a08c46aed55db5048de2c5fb4898b0f
BLAKE2b-256 4a38312ffbd98c204c4bf28293a3dd4a263579f558bef01ae1b5d81672a3adec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dcde5067a7dab1ff2eaea2f3622b2055c5225ce2aaf589c5a4c703d43519c4ba
MD5 b0c04d2832f826a6f497ae0b34a63644
BLAKE2b-256 436b733cd841492b466df9643e6af94b363e001612fd80591e47f1da45915deb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 920db115eb06fc507fe2c774fb5c82a898b05dffbdadc7fafad51ce2cfd8c549
MD5 283b97bfdb9736861a4f71bd1d5ab076
BLAKE2b-256 b9a649027caca203d0a1bba7ce943efd7d17be935c53d16714900f839baf9f2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eba42098a13a3bcd509080b5e44d73783d9129ba0383793979bf518d01e8bb3
MD5 78a0e010be98b979d83588ff583f6b54
BLAKE2b-256 15c5ead523581f36620bba7282f762e33c3326210d59be70428c38ef7f86780a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09b08eb1bea621e47c2b0fcb0334fcbb00e1da2a3c2d45a98e56cd072b840719
MD5 d9cf9fa3f13d02be90e746df1b9368bc
BLAKE2b-256 fa6c0635d7a24e23eafef6980c9c53602b848bdef256d370e6cb3f920cae8e67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6e517126d3bc13d455826befdc35a89f82f01d163848f68db02caa80d25433fc
MD5 a94db69cbf1b12e3e66167b8dde7e4a9
BLAKE2b-256 aea5a89cdbc26155a72e177c8134f7eec5303da28d5ec70928ec2c314bb27aa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 facacaea95e0822f7bbeaa6909b30b2836b14cff8790209d52a0c866e240b673
MD5 58d3329845a0d365ee875411d0896f98
BLAKE2b-256 62156a13aaa6243f3f5884f87209a2f19aa8e242acbc61858cbcf81e3dff77f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 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.2-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6d6115edf1297bfa58994986ffe0dff21af18f0cba51dfa6d1769aa8a277be32
MD5 ab99126535a55bb6111b87d849dbcf1e
BLAKE2b-256 33964a0e19897aa1911916447857d1a082494603c31879f0ce742653e6017cd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c6197c88ad53c31f58de5a8180936b8ef027356e788cd5f6514b3439d3d897ac
MD5 a8fe4398d3f854a8260b75f700da2ba5
BLAKE2b-256 19dadbcc5b7cb8de1046c4b829b1bf5ecc425bba09a458188eb7f753fb747a4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 65c4df9517da9cce2c1255282d3e39f2afbc3a02deba60d99b0a3283ae80ec0b
MD5 f4d8d606388d8a392ec322e2aee8dae2
BLAKE2b-256 5b68ef389eb2e62ca8494824209530be60b127aaab8359c4676e36017f223b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1692bdf1b95c97caab1201773a4576f59627997f598d30bdadc50dd9f897fec
MD5 01a315704ab600dbe75de8c7b8531cb4
BLAKE2b-256 d866a4a303242aa643015ceeca431c804558e0f08bea2eeff5f79eb399a3ee66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06125670280111e39014af87f14d74599fd4b39a512c74f1a10e21e5626eb158
MD5 0d18732209601f935c628df88a87104c
BLAKE2b-256 f1632d1c5814574e438f598d7d46cdee1128fee076ad3a553cb2ead39761f919

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 edec945ed57d11a1123657e4066f0bf747aaa93c8a65ec1c2c98172d1f2a9b7d
MD5 b45c8758bd0ba707967d4b8737f7a781
BLAKE2b-256 7ae3d005bfdbe9731db5dee7006a32b842074f166b50859f233dc1b4c56ef034

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4e88549a5e58ba8c80c5ea071ac3b4e590236672a882bb80f56da4afcee45d96
MD5 f4251eecd997f94e594386a373d2f2f3
BLAKE2b-256 c3b4c0d57c1415faf44f5f8f36fa6597bfbf24e5491e657cfb72fe6d6b1e8b46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 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.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0bb04fd7414718fb1f4dfa17efcb0be787363451cf99a5e992728925d298d9ae
MD5 45aa5a49bad2c272bb2b18c5fe4550d7
BLAKE2b-256 a18503258344236f8c59ccb3ab44a0225c25128dd12ee02ed64211807684879d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5289cafee71037f15feeeaf736f01910b9e3572525b73b201bdd21816db010ed
MD5 59283864eaa946cf05e8b0c62793cc00
BLAKE2b-256 fdef43b0a982629e091d16709bf33d1d89b714315a510fff5dd7b2c11ab382e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3b290ff34de625143a05d2d172a88a064bb04a7938265b09d4e4bf45f21948f6
MD5 034cfdce9f450d374376146619e8bdc4
BLAKE2b-256 cb41088ab06b0ad5089b77e719d0ec43ab068a514f1f0c09a61d78bdbe80111a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3b2819f4d7ae56191efc6fc456eb1805ada2bd5ba93d918893bc24fa7a1e30c
MD5 37929f47479ba5c1ef1841d8d4d4e024
BLAKE2b-256 b1dfd912e74d3e489618e15147bfb351cc2bd3047f6e87d6701cda2350d03b0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ba6922331b3f38e116c9266206b044baf64576e5cebd87917b5ad872d7a025f
MD5 3712a8ab6ac53f354932b1119541f324
BLAKE2b-256 e54f5b47eaaca789752666117d20fbadf948b843c9910fe61aeedbfa8febd1f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ff76d7dbf33f62e30e5a1d1b095d46afcdc49e42cbe33ce12014110147466700
MD5 59d9abafcd0795370ce7ee77cc3ea015
BLAKE2b-256 2221e5815e4e79090ae7cfbe412c519bb57423f518d006096854c600ea7d77b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4d1447183356c9679853926e81c7ebce3fbca9b1c607ea439975298c72137a36
MD5 f5ade506ca25d55344b9773d81c9193e
BLAKE2b-256 70a3ae510d7a1750ba833b61e39210ccbe1387666edafe2ed11f139f1989bdf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 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.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8383292298bb85d7ad79a13c6571aff213b96c49737f3c3af129de63bbfb42c9
MD5 7f6a1988ae6fa276cf16efdfb555a00b
BLAKE2b-256 b9fd471ec0c030d23104a6c1f1cf0d63c1a4d62a8652067a7256331700710c64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 da72e3499bde4548e8b7d7f2ab23ceed09a5bac307bf51057e066c406a0ba2e1
MD5 a807efe5cb54905b453c704fd328bc4d
BLAKE2b-256 3ff420f3e64b9177ef9b55404ef2c03b7584d102598008aa79223d47c472daa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1b9f3c7b281aa1c3d0c74ef12c4633e5f8358bb94f01be7b964887183fd53e5e
MD5 85d86305240f0f4ce79eaf15c82fd761
BLAKE2b-256 ce8865503dde837fc823c7a7d31c638196c7a30e5f48eceee537af2139a45679

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fa75c854dba3f9b9c28bc5d88d246f6bc6f20b7480367c65339bcb2864d4707
MD5 d708454e927d7cf81971e2b117cb20fb
BLAKE2b-256 bfd5da3bd5225ca3a3c00e344ea388427d8846ca94fc246d3d53d8721682a7aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97e333260a99d989f2a131aa8aa74140636dfbd030987150cb3748da607ea7db
MD5 0d7719152736c06b64c616859113234f
BLAKE2b-256 dee796eeaddd4d1937fbad9c94753071c4d50f43c24d56db8d8552777270ad50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5fb8f6a391992dd6aafe4fdf1dffbf7934fba1f5938593f20b152aa7f9619f82
MD5 3dc2ddf4f094163d44977aea89c76251
BLAKE2b-256 331deefc67491942c0e24c2f90edffe3f99a3f63bedd42a70d51c79a5279da1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0abab6d1044198993256f073340b14c459736777c550a7e914cd00444dcf9c30
MD5 2435eb0191b52c057134a7f5068d86b2
BLAKE2b-256 4cc9601e0057ff66caa0b4fd2180317786a80e0b00d770efa3d4ebc6ec00a783

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 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.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a6b4b7688fe7d251bbae3f9da4a487568bd584d13201bc7591c8639ad01fecdc
MD5 33cc29348a5e0d49c93f79621300d429
BLAKE2b-256 963c4815d4b96575fa6ec8af6d22b8d42e72328a024fad98474b73cc42abea73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8cfcfcf2582b19c874fa20d0b75100abe17be80a4c637c0683b4eb919946dfee
MD5 14d9e711f5c28e334279ef56a2c68be3
BLAKE2b-256 6a53e08e06366486eff690142ce29ba492aec7dbb865ced346f2d870dceabb5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 59ec279f1bd55e1d703e3d4b651600cc463cc3eafa8d8e5a70ab844f736348d4
MD5 cf535beab64b503e83fd2651ac92edaa
BLAKE2b-256 76fbf0dcbcc98f7088b48dee0dfbcbea430663fe4a58bf097c492092e48f3936

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 9406b96a979ab8d6de5d89f58b1f103c9aeef6fb5367448537a8228619f11258
MD5 4e12d01d2403e6289ae58c2b2e34984f
BLAKE2b-256 340f7c75eee39642269502254afdbcae734f7aa92669e082741fc2275a31a276

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-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.7.3 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.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7e1b0ed6d720750f02333d2f52502dfc2a23185aacc2cc6ce6ec29d28c21397c
MD5 23648309b63993023dcd072893d6cf16
BLAKE2b-256 073a4c980eace9c35097f70ebd0e212d82ac470c77582731eb23989706e93392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.2-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 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.2-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 aed22be55a608787bb6875dbcf3561349a0e88fe33fd88c318c1e5b4eeb2306a
MD5 b36812ec5781aa4b37d7c4298167e530
BLAKE2b-256 f81603fbbe5dce5aae110042888265dc27ede2209be65b151f8e1e61ebe59920

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