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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

SQLAlchemy-1.4.1-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.1.tar.gz.

File metadata

  • Download URL: SQLAlchemy-1.4.1.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.1.tar.gz
Algorithm Hash digest
SHA256 a6afdab2d70ef9f9905eba5ba93cf78ed9ed188cde3abda3231cdb8fce005a84
MD5 de10a6c0bc41ec0290e4a6689c441b57
BLAKE2b-256 a48de54b3624b4ac2909372c1e5a5f119f33d5415bc41f761e75708ace52e9cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 396621702babc3e92b93aa4fc6a858d6e41b6e10676e5e5e7a79869c59733c4e
MD5 366be6f17afc8f8cd5f4cf7c0f132620
BLAKE2b-256 59b1f6e8ae630ff75b979f5a3dd4edc5d9b1c06c8dec89b9aa58b271000ec153

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a4fa7217a7e09aa2e89604813b9ba2b874ed106c5be4ac98fc93547c4472e0c0
MD5 b8c786cfd38165806bf8a4edf41f8df6
BLAKE2b-256 0a53d99773667e2a073f34f76cc8bdb7ebf3bd668d1678898ee11ab70cc5f96b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42b19fae479a012d775383b5395d55568017872551f93601e75f8bf67b3bbab3
MD5 ae8a175c0659b84e89c1c817a956f8de
BLAKE2b-256 694c220ecd2a0f493e41bc71b4d0008d96b7e9f58ff2fba270484392279b6f2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca861642bf1ac2b161ae623327874dcae8789713c188d9f78320cadaef6e5f6f
MD5 12dc3f11e27d9dc676b180b886330bc2
BLAKE2b-256 bfcbb9c7458a909cc2cbd5665c24912700747a11532d8bdc049b3749adb88cb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f37abd52706b6de55fdabbab368306b1a87fae1eac7b37af53d75bb79d45f2dd
MD5 95a66213ac2432c8a26cf9e47fe3ef39
BLAKE2b-256 8339f7a90be321d7fad9718b36e72a8e2816fc7df51a79d0e662f66f948e9d7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 140104ecf20ee0e5594c1d3ec637ec5101b6330fab42a2211afd7e8e3991fe78
MD5 1c53e48957228e620edbe95c2f68bd1c
BLAKE2b-256 cfc32dde56363f2dba70f82d6ea0fd8f00c0bc0e7cf814ba7a00971d94f91110

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a774dbc9c82f5a62b4a9c6f7b47b48371d44c0b087143e07883182392103ef0a
MD5 eaaecb7ba1c4f2d8407e5fc63b0aff95
BLAKE2b-256 ab51a227bd8cb413370f5bb6801688cfa7eba57a5c3baf79c91fd45c0a77989f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b41aa302ecb636ded2f28e7a0b55f8e3cf2cc4c460d7dda5cbd91c8aef41c1f1
MD5 13f3281bca800d43f302df7d3bc30552
BLAKE2b-256 d832461d0f835d6c08b6a136620b2ae0fef3c05ae45a2aa17def25cc264d5147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7c5687b8e056bb105c2665b7d7db3df81d463ed6a9e3f34c98b814ecdd5d0da0
MD5 d8ed35a616d88f9439fc29761c2d0455
BLAKE2b-256 e299ae78e471250f21b9cfb06bcdcb5c04424dfb2bcc95f94aa79f46a56150b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7a702e0893134c7a1fcb9306b051a658a01d70e80bfa7cdf9c97ab9573404ca
MD5 661300184ca60775bf2e796677f58ce8
BLAKE2b-256 35d4fa2c7eb6df695c38e0a9d8aa2d0fcdfa27723f6ff3ad7d17715e65e996ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1edb425535d280c21bf505a054857790d2cef302acea8578f1c5208c0bf89492
MD5 697868dee837a9f8b21a2018a3702530
BLAKE2b-256 76a87a369accac57d964d6ea4e159437306c23fb6104c8bf832d425ef3a90f97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a972a2facb69c559c5297930a8a43f348d567a846b031aaff0e696dcbf993f1
MD5 2bc4002699fa1944e2188a1551f5e69f
BLAKE2b-256 ab57c86473beef926982e98d4380fbdf05c1377f09a279160a666014065d6850

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 837c55d55c56c1a132ee059474d7ecf259f82cd3864c5ef6ad6201b3cf5500e5
MD5 0e7bc9d9e889115fa0aa0c963f14aa10
BLAKE2b-256 df73679e657a5d0822be9cc0cc87deb56af9a7afae370f67b30ed956567b24cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 be015f6d872b1d12510b46badf7cb616c4840077ade9545a49897b450bf0a399
MD5 3d5a282ec27adf110587b09146af7395
BLAKE2b-256 f318d192c87efc02f48078bab9aaa18eceaaf0f9f99c57a59d344f21910a8a7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f84d0b098cb2bb1f2e16a9e4aecb96d32cd91458a8e7a8b00f87c8aa9e12b487
MD5 0719b608bd129930be1df73819f954ce
BLAKE2b-256 fe692925f71b9305e1a086a78feea7568686d13256bd36563a9b8e6886e73844

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1ea14c62ad5e0952b45e1b2a8b80a6948af0be01088fc87b79b61fe8b0facb7d
MD5 866602e2c2b449328874f9d0e0402707
BLAKE2b-256 40a9e75e731cecf0129aea13bd019a5a0b86e1726ac05135badfe49135f2dc10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b64432987dab6cf5cd89213d6a81f85f4de2ee5085d10b255a6303e470ea2d2
MD5 c21b2697fe61edb370883a3de6b32366
BLAKE2b-256 ecdbbd70aeceacf59166ee5567e9c3ab2c314bcec5d8f1a2edd8a71e4e9ef7e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62ce8ca8e7c4d0cb4e208a3d2f3c221ad8a8c3bafe9e5be3917f61617d4dc99f
MD5 63e3a1db63ede1fe130d082c6349d27f
BLAKE2b-256 acf59c15210c184b3d8eb1cc5c360eadc9b263561587d937b0dc581532f13545

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bcdc64bb09820fbe44b60e9fa3755014909f874cbf525b388101a7e3d25992d4
MD5 733ca6026574e4379a3dfc870add2e3f
BLAKE2b-256 7c4e600221a6bdeac6d0ebd7e40143d148903e2ba326681ed5cf0ee1f84b5974

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ec261c87728a54a7f9c7e45c3fa36b88b2ed32eda37122ae16c596e0801c5b6d
MD5 8495adc1294ee45e069482fc8b0d6eaf
BLAKE2b-256 567c34ebce34618548347d82e0be7c5f3425e29d558d625686e8f61e126f77a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d5edf0fdb97f7af661131547bece6655a64912f51839ab2eeedbb539ed3115b4
MD5 6c345b99518c616f963738a8f23c0c2f
BLAKE2b-256 ac5147cd9abdec582b7028f4ccaecb3ef67cee21d337f6b6cf4e984dd46d4e53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f535e5e226ba3b17d40414fef11f324690881b200c5c5f2461b589ec1c7b257a
MD5 e82273b63ad6b96da81f25f68c57d6be
BLAKE2b-256 770ff9be46d8c6f3b7d645abadbf9d76e87c7dca458dfb9e26d967bef0a792da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fd0813d175cb85618a1b32ca5f2610531c54c9235036cd77700301fada9d97cb
MD5 f1a77e4e8b87db1fc8633bbfe24ce782
BLAKE2b-256 9e8f18ef4125eae66ed426c63f8f9a0ce44673a2c44da22d8439f5f7627a3d95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 387ed375feef43ad35f11cd4eb000b22bedeea1a88ebae52f8e92ad09a3390c3
MD5 733ad3326d3f4848b91ca0f178916d42
BLAKE2b-256 c424d15c6a4747207fcff82d38496d58bc90f822548807c292041613ad8ed0ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c97a4f7ca058e04286dcfb46af700f9313b145429521083c50db57dfa19bc341
MD5 56c8de2f82a8f702f434747c0a7c9506
BLAKE2b-256 c40ef19fa2b7ed9a1d43b69dfd598a875f2533eff098ba4f61550c1737386e30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 03caff28c0598f05fdb7419fc7a2d2177dbe6a0d480f89c949a0c210bd413700
MD5 b2a39dc8b7954638dbec46e285d90388
BLAKE2b-256 969df23ff47642f3ce0b81a6ca99b95c7fc6e8f1c294cefdf58ee91e538eb035

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a6ff349c87094c91f3459a5c5af85e7199ac59835dd6d4726a40bbd517b590a6
MD5 62cce0b5e4acdbd74b0e81b3b7543c8a
BLAKE2b-256 af941f8f3861451698b92cb146c9e0be1e3722d36da488c5d87861421517218e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 df3d12d7809b8db69ca52e178e2b6a08f1776f4373a2f98c62b0c48e9096ed25
MD5 ac9c9367ec14f6ea79e9213aa3e3c4ee
BLAKE2b-256 958a2d032a66b3f76af8fc183399863dfc1604bbb7d7489b4f913025342b5b37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 486afe754505a17c5b6b6f74537bc7f2a854f808b6b5fe899a8cfba9ccbe731b
MD5 2cd4dc3b11aef94e767d84ce8dd48262
BLAKE2b-256 f49666a366a92b2aea7b993ad37ab6316d3de5377050671ea1bd0a5eb2ed7257

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 e6e0fe0c5374eb192ac3cb04a0028f82630282e4e15cf7c5fb2c10ed93ea1f0b
MD5 af60f64ddfd8ebdfb2d902d4a02f5e1d
BLAKE2b-256 1d825cc42fcc46c92e2d7b03f58a12af7bea8c56d78852fc66298cc60d9752b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 ec4dd88ab810a6135abecf1e40006b3534e43434380f87e9ddd698ae1ed6c026
MD5 1928d5adf1b71054056e3a8614f6a202
BLAKE2b-256 bf74e57855be4e06daa7f61e6e75de61c8125e432fa0495c80c0c10d79814e2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fbe998667bb2d4c8e818a089ba3bf5815e0528c5454fc7fb2dbeef68a0fdc649
MD5 e242a455a15ef967ba2957a522036c6f
BLAKE2b-256 8effca0289bb50b14929ddf38f693f2b95521afe7dfdb3d8522a022805e26d5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.1-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.1-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 afe330ee70b01c5f88ccd4c4aef5b284368ace76ecfdf380aa10c9432218578f
MD5 7757f3ee20bd508a6970639decfe1fb6
BLAKE2b-256 2ca20b71b2809fd03b29a3d5a5cd7e592723c662c04bf00db5b1c79f137c8548

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