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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

SQLAlchemy-1.4.0-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.0-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

SQLAlchemy-1.4.0-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.0-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

SQLAlchemy-1.4.0-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.0-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

SQLAlchemy-1.4.0-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.0-cp27-cp27mu-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

SQLAlchemy-1.4.0-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.0.tar.gz.

File metadata

  • Download URL: SQLAlchemy-1.4.0.tar.gz
  • Upload date:
  • Size: 7.4 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.0.tar.gz
Algorithm Hash digest
SHA256 9cfef2ad30c5ee1d494d98f3c55a9ac29ec6d294b70849c541d139e4fe1a74e6
MD5 caca6d73574706d79319cbe617179af6
BLAKE2b-256 d473d59247fa14556efa5981879252cef3d8e1bd1db9bb4895e34957b9f7d8e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6fd3bfc212f68913fe42e9a7b5a39fb259e40e927fe5e813f27c6a692bd624e7
MD5 6a55d65c2c260fb1a86c32285b6c456d
BLAKE2b-256 df6cd5272dbf6c1e4ae7bd1eaba0523a08dab799b7bd81b0bbe4764966c018b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1293cbcaf556f3de5a3eb143012e830a7d78952796f5ba9d2a8286d808e158f1
MD5 531c7f9202478c643d13498139669e8c
BLAKE2b-256 7a35f916aaf5e78d6342c0f719f40d38a9714686a02f8c09871b57d334737b6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 308968eb85969ca3025452cebff7e3d9af5f5c0771b6e19df3c68b1a3c6918ae
MD5 a26a236b89af88d7b4a537e53111a4e0
BLAKE2b-256 186b82d972aa48bc6f56c049215b0cbe98ac96cec91f05c6686bb18dd1efe4b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 441788cdc1617fe3e43565399c95098d54e91422a049df08acb3709854e7cec0
MD5 b641d055b526943bca5be5d16cedb56f
BLAKE2b-256 2163b52766844e26e13bd99e09351543bd6adfd94472c2c4eda3c7c21026a347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 02a77eef48da7a5239c003a18afa05c964f1e3001cb2039f69b912b0e0d69c61
MD5 2d2fd050e2341643eb2352855924b608
BLAKE2b-256 c3faa3509bd6bed814cd5beb7d8c59f13ecfb5da01a78d14c3926081690f2d68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 faad6bcbc1af9dfb2b2e02be988f992989d99e3eae0c5b21fce818d47aab5181
MD5 393d3b0b25a5ae72013abf8901de2020
BLAKE2b-256 45a5e6f5ccd2e67cdbde384d457e9bd765ad08be55912048b103cd6d11c80caa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 dd940003b5724e7376dd627b13086798076c5bc124d562163224334854bdd0ca
MD5 eb0639dfc0b89ad5712f81a6810f1161
BLAKE2b-256 858c973b2af96aaccc9d5c307c155d58b3895f47b28ef75a763a6c19b3d3cddd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c101e9f57d8a67a4b613852d4a5ee850cd2e8b4791ddba2a90ced4dbc66e5fa2
MD5 5d7574ac9e8833b179b2a36cf483de26
BLAKE2b-256 e13f07a298dca0d99215393c53528da2b69d09e5f1d0009f620ff264c5e7ae6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a75ac5cdac68c10b71f00aff2f4179168abcf462e73d0289d806293b44abfce6
MD5 b0232be9f73047c986fd760e2257c7ad
BLAKE2b-256 681d2577456ba0bd736c6ea1c8f3ec8c6910413d2096aa70b1c9366ca9f0adf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8bdfb73d07467f2e21e7ff3abc823d52f88b1e5c377fc14da625b30469350ab
MD5 e29da9efd58cd1b0652f292740cd140b
BLAKE2b-256 c049d13904b0743999783227644e9f0fc9660134d1e28255fcd759d4ffe43983

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 682961ff4e9fcd9803ab3918c7f8c44ab4076566a0385606377723caf18c371a
MD5 f285230e59adbda189ed9a182e847992
BLAKE2b-256 ee7b0f2198c23f9b6b6b3ae5079a1348f38612de725fe8ed316ba6066120e0f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ddb17736fc2999dc4e550f02e05add7a2197668cde059269b23989d8730ef71a
MD5 a421089b6bbabb27dd3cc97b9fe609bc
BLAKE2b-256 8b41161e21a95c51f6acd724d120898a78a668dbcd712d106a2e50c1f91272cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8319413aaf11e777ed328a763038c85faf4ff4461a14c09f8c2bf5e46954ea8b
MD5 a1b030bc8f280af92d98a06da24236ee
BLAKE2b-256 4bbf74101e20ef0416bacac3f35d3f3afbb60aa0f148c6bc0ba99c0ba2d0e5d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c272f0340a40d178461b2b54f27360289e063f70db495daa852c2f318fc00640
MD5 090604f489b1c9f583058466597144a1
BLAKE2b-256 9d973de17adf2ef26dcf7da1ff033a9ab874913103d32bd6e2ab679f3b1230b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 befa0b60b663fdbc1bb1bde60d3788ff5a64700f253f7981a22081f3b44239f2
MD5 24822c566bb90974c97890538418c204
BLAKE2b-256 eea731bee2cab619a33f509b305bda4b077c9440cc74822c628e75b7ad8d5ced

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e04efa8dd75b9bfc16a6bc174e715678c6e99f52c633eccef76e156e408a5432
MD5 b0e9158d75e8076db0c5a7c65c31ead6
BLAKE2b-256 77b1613a1e22a12136ae97085d9cff7b1b3abd01e10ea3a113ab11e8335c1f49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 506ff11bc52426bedb66618d10ec1e41c64667ee685fbffb6a3057e5d9513129
MD5 f773d285746a9f35a09a7eb0cd4d714f
BLAKE2b-256 cce7a8f0d24db9e317dd7ceb2e1fa6d8382ecbdb9fe6a27318787e4c51a51791

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1373b38a8bba90b54f21ff6b8ec7561d7e4fcc44a1fd70a845ece1014b554f9b
MD5 e6a412e9dfd0e12d59472b1a8e0c946f
BLAKE2b-256 20b845c565d98fd2c143a494371e7f61d5c4ec9f6bf47b44f290c53969c72574

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0b77e40d63147cd322307a10905f2690661acaa6f21eb1168a6e6de144c97a12
MD5 676044a3c0535ba60217d19222118f1e
BLAKE2b-256 3171984fef7a60b2f13be90dd638cc07f550e9bf1be971cddf0887961f44af78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bc626e44fec23d9ea92aeecd2359720e8620c1f963c8e24bfdd27e757ed0548c
MD5 1f3bc6c4dcf088860c44441f390f5bc7
BLAKE2b-256 ffe19243dbeafce51fa44ce118b7ed2c31b6bd58f08c9edbb22ae76f671910cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ce33a952476f9100daa76fb8228fdc99ac11df3c316be2eb946ba31fbe845ba6
MD5 e7278b2cf0031462f5d5903be9d19252
BLAKE2b-256 c74d4ce50c3e0c1cfbd4cb0b32899f1d64af26aaed91deee19d93e92ee80be06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 90a8529f04f25051357fc149bc7815b515d018598ff6f1f91038dad665a7ac61
MD5 7020fccfa960a1df361a0f228f6828ed
BLAKE2b-256 813879aedeaded0edbb8832020354f25a4d6f3b7f8066c231e38e429ec7a0274

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a595fe93ef2722c4877e1db80aabbe172b0af7846c61b2852388780a53203855
MD5 36aa01a8ab643a129d7fff3887226804
BLAKE2b-256 fd918649e7943207dc3436e0d343b1eaf1286a99c0ee54407b282d2c8a71f269

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd73da5de31118a8130540297779d36bf4d7414c6cca8d7f769b1550dafce78d
MD5 a4e2daf1975d843a034d1c1d926e61ab
BLAKE2b-256 078ec0e51f619bf61ccdf4f10f78e443adcf9800c1f1ce5868de305985f281af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5beadd632440aa67f3cb3ec235246c3753f8b3d72b254ee5a87c1e87619952f4
MD5 d3580dfd6221e69b4443b148232e7e2a
BLAKE2b-256 04bec261fede8d46f9cbd5ba39f4b2f3d591fe788323c6bc08e7ed017be26f9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7fdec39fe2495a1c833b917d7c0c8b9d06c0b1b91df74e45be7dc7af325a40fa
MD5 4915e69d8fbdf9d7a8d4c04a1f1c148b
BLAKE2b-256 ff33caaa7394f7f324dccd1faf377604e2c9fee0345ce0032fc04258e9dae6f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 56d33a788c427f29a54600374bb3e435331238e7551c1ce738da5186c20f6c68
MD5 3042a7214cd4cafde89beab91a77db98
BLAKE2b-256 881a3aa5b68d510080884677dc251a385c490528abb467fdfa494665a400807d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6a144c87df1eeeb604e20deb074b9252e7f63b5f528a61b7d9d509c2e67adfb0
MD5 ead20439f3f3c36f9c99304b0600c0c1
BLAKE2b-256 d9bc10989e1d61f62ab26e2e9a6db4c4904050a31550b390adec95974e790c78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5f326c4264d2f1614f471b6f04e96522f7cc94843172e099bf2fb22079891c20
MD5 9d220647c8603174bdaf84e8bb5874f1
BLAKE2b-256 c754a673f21f0a398750972b09d0f3f888b1bd067183db8d7d9c90edf6fcc794

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 9613ae722a818d231b47fe03c7ff60ce2cd9a54c7a3fb927db9e5df6683c438a
MD5 a36fb0e05ce9f4b884d5fe0f9ee831cc
BLAKE2b-256 6a38df5558a6a9f61e780c0acb3999360d0c7f47a32a85fab6810b0a38713555

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 38a50d4d657bd7aa5a8ddeb06eb4f099c29f9ca7b50295ea0f98793007d448b5
MD5 7f6bf2b9e7cba60d3602c7c197e3ee5c
BLAKE2b-256 ab177b51d9ee00c9943132cc6bcb943fbe3866cf22434b5ad5cca214079c7f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e7902051dc747cc96b552230464ddb2c96407e7f07680c71c1923dca2f3a6d9d
MD5 852b5381e4c0bf90e6357667421b8048
BLAKE2b-256 49cf2aff050dbd40a830f190e40f9a338deee9f1b9728a36e889998c093ee4ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.0-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.0 importlib_metadata/3.7.3 packaging/20.9 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.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 364b3d46be78eeaa0efc8771d86bd4e66e0e24bc998610ae9b07ab0630a2e0f2
MD5 7f37c5c03cbf5caa35c0702247ce0351
BLAKE2b-256 8c0ebdcee0589f932f6c119a2038ecc801d6ecfde2febd969b48a71876d13741

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