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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 10.14+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m macOS 10.14+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.14+ x86-64

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m macOS 10.14+ x86-64

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8.tar.gz
Algorithm Hash digest
SHA256 3bc31ad707f8587c9f93d50cd7cee80ba352162d322808ddbb5bcb5fcfd2bb83
MD5 31339273e72005121bbca9f62cae4f05
BLAKE2b-256 f4f2c879d4bc6f480fcf9435a410dc61da15cd47b594ee35299dcf3b456619c8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1e1c2c65f732f7740d184b4133e5207c0f8974663ab1b79ce1b599ecf55bd3e9
MD5 17df64538849212de03edf44983fbcc8
BLAKE2b-256 be2e601cbc8b90387d3ba5c91f28095e1c7dfd661eaeb0cfd8d0235fb60b1cd9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 eff2c66e930030110a6139b0374013fa1f1a397a67a0c8a1a5d387ca2a112b45
MD5 e99f85f589f865e9629e94af5325c86f
BLAKE2b-256 336c72c02e2cb4f9d7899b6744cd75137b8d7f2560e01b787ac69bb8c1308084

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb08be4a43ce6729b37efb95816258b00bbd3442eef4a740c09384fb9fe99076
MD5 bd4b0c38abbfa2c45fd0b1a172fe7add
BLAKE2b-256 921f02a0d61ea9307e6105ec1c30c96d46a9d262c57804579da4715b0f3443f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76354282fbb3e5b33aee8fcfc2394c7b26d08c53025960d41abc57a6222321cc
MD5 fe6a0770d15879f8651f76338deb8c2d
BLAKE2b-256 fdbdf77cb76bd637c1cb8a21f962a67d18ca272061e08b1986b8b1072980ac0c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa470facb52b927a5a5a1a4755b1452f7e77dcf93e822077354075e7a811bec2
MD5 a82f36ecfc2d1ec86d9275122be0d29b
BLAKE2b-256 0f7626c980afca2c68852ab3d9ad9b0343ff64f71b14518b79f972cdcbf93dd0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a7641c8a2d008ee8cef21d3b9eaf7f68259b965318055148fbc5ae6961ae287e
MD5 cce4fa008f32fbc27e4cb649c354ec7e
BLAKE2b-256 559e2fce18007dc42aaeb54901b9ed8afb9c067aa6644553a69afa3208cf54e2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 29e135f8c890c16251162dd40022074430fc39668c8666220a73cb500a3697af
MD5 a482264b47ca770a45b0845fa2df0dbf
BLAKE2b-256 99b35209d8c295f61712b37101bce822587978a99aad43465f2483210413df4a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 49a85c143f90c74b1d000506e125476d4dec3342f8052ad98e007fb5c657c46c
MD5 42094ae398938076589f0225aa546df2
BLAKE2b-256 9575f4f66316996e92b61f23f171d32e9bac582271dbc447a60bdec267413c68

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4b0404b7a18658d5661120ae0f6f57b220c57126d07a067bfdff304d4c50eaa3
MD5 8e4c9af016769aa4fc9311221de8a7b0
BLAKE2b-256 2a1935c972275c95ce4dbc0619c4e1d332968a9706bb87d5ddb486bd673bedc7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 859cf5aae0ecc1aa526f9cebdf6ae8078527f0f3aa3fb10156ecc1d044c1c545
MD5 a23eeb05a4d14d7d05996972b6f4b01a
BLAKE2b-256 29ecb5544eb64089729220903ce673dae3292c2bd135d386c7d01c5bd3785e28

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe2558be48c92a9be69bd9e7c41bfc46714c5eafc4d59f85fdc338d6999c4962
MD5 4dcbfe626ba189eb5e3407303cc70de0
BLAKE2b-256 b0f8cbbdaf3a8e61e6ef73ba6c7084df1e38e212bf3dc0cb9bbc115c98b48539

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ed660a67c0d8690078560d62767a69b359409863827b367167f18fa14ca51ff6
MD5 845642c90153b41d129a41abc2040f0f
BLAKE2b-256 b8a2d4ab676d5e9d65b593d542391634a2b26a9ce4910256d1d1282534b1f3e0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fccd2de1b3b47ca62c2fa5d344e16266a6edc8cce8b80f32e40126df60dbd2c4
MD5 76bea4bc6b1b21742d6d5e32f7041cbe
BLAKE2b-256 dff09f61dbfbf1abbbc628e1777fd50554ca514836172bd0fa53248abb521119

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e7a4bcb79aa64f1bf995dc2f5966fccc7d21b99cdfb63b57c609cfdba2ea5906
MD5 c1d2e156e18d561b4d68e746094952d9
BLAKE2b-256 f5e11c86ba69e063690f58c6e381c6c23862aa334dc81d14d732bcabab7e8084

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 de2e700a2e98b4c621976fdb3174e9e5947c38efedcf60e6d7c20cc7dddb3a99
MD5 7987a33984ba7ace3dc91c9e8d1c3eaf
BLAKE2b-256 d94adb76ae78b1e9b788f86bea7010aaa1a53b61a37081b97470477b744889a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d37683c5d84f0694f159a2a515a34f81daf7da96e7efb9ba9d5daf4ae8dde47e
MD5 6affa3bce2217e1baa7fb2ddae80a559
BLAKE2b-256 8a7bac79f3d824b888b724bdb85e19d349900934406ede6d557ec7de5e9e0d8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64a6645ee39f45f153b45addace5727aef7eb517b115c8bdc77e02be8c8c43a3
MD5 b6d197c72c5c1c05862c7fe51feb4fa0
BLAKE2b-256 aa9408abfaab14a660d1b34b716ff33c261def2c9ea7d78017b8655ad0f7b18d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d18aec6f16b48b2903940776d0f455d82b0c35f4b307ae5393987c600f8fcda
MD5 d006044182ebdbac700c5ead0f3e288a
BLAKE2b-256 be0779920b890a031d826c8e7e0ecb1843c6edc93019e47f8334af22578b11fe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ddc9de7e46e8044099a94b8d8b92b02693df030ca8684aa775908295270a3556
MD5 b505cc836bacbb370e8ea2103d030ac1
BLAKE2b-256 20c3739fc238da3333091970e377694df460a8c73072f5c704e141212f1a1213

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c1457a86209c56dfdd1a62904445bc727f962226bf8866f3834fffff8bd7282d
MD5 8ac384cee35a00b4f55c8a4ed1313d68
BLAKE2b-256 b957fe0ddf56955f04059fe056fcf021d2e3877f46c56fee5a5271165b04a7f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1dc4f31124cc359065dceef1a9afe4e2d07a05b2e1e184f5fa48cba96c2249a3
MD5 6e8d7b42395f09445e4559c5b65d88cd
BLAKE2b-256 7e76418438a740e09181ddd50b3158c8966703f7b576907ae3b140e2dc6b7ad6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fc5dea79bd2626ee2ed034144f6c590441e7c8c036c57c1939ec4a18481c0de1
MD5 c8d81e11c48366fff7820c0ebfc44d87
BLAKE2b-256 85a267d6a9c01425f1994777adc7d4966ec103c62943baf8de171460049a8d36

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b6106343fb97771f20cd945ce6b1d07f8247121d1d4baad062c028e5f0a1f034
MD5 d3d33dcd65c72971cab95a448231d1b9
BLAKE2b-256 65021fed1aa2b180dcdb1c9274b02252ecd2efe28d777fb338be0e6dffd4bd63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43b4958d959b1ee00540b963620f6bffacdd8ac0a19d31450828a1cbacf3693c
MD5 06a369738a9beca96e7790416506cc9c
BLAKE2b-256 aef8dca806fb8a4949baaf728fa7961c862bea9154e931719d38e4d55c7137b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a067fbf3ea3f53e4223990d92a8e44259571ef182039ddcb4ffcf217e08a901
MD5 6d4aab755c0321d6ea3070905a2d0cef
BLAKE2b-256 a09d70f8fea28f9677c9ecf1d02b530f1cfa14d2d13b80c43630342c8008580f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 767c0bbe5af14c2ebcad7314faea9709b59593daa3250fe6224429a344c21438
MD5 5cc9b9fd537e29473d2bbd54644ea0b4
BLAKE2b-256 41d30f07124066fd340f76141bdbd5371ba970c3cd7224dcb0fb6809d38b630f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b8280da3f36b9156ff251a14e5a3e82a4bb58958bdddbd0867cd29e6f3f809de
MD5 c4a043b0a42ffbdb33eb1939d7f0c556
BLAKE2b-256 50ef2fe6c149e10af6f60724a940b20127c2a6c737c9f5619c39ef58a5adc237

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 831aa088b0056b8040423c53543b5bf5663d1d5ffbc175387f2216de7780113e
MD5 387516219c58080d02a4bb603fabf87f
BLAKE2b-256 db5a068231404217a704feaffeffc4dc176bdeb8be8523281b6b2cd989778c23

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 81ea6270359629b9c56251bdfc12f2a8afb55034a3ff3698b6a764b300bfe605
MD5 a97abe6066eb89cb7bd3f955e1ede504
BLAKE2b-256 77b80a7c4ec50553230fbb44e3a11c418e79941981dbac9101621f26ccdd2e64

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 46a454a366f6274c18d3204d11b9e4b98a5c99cba99230e24848d82bef069f75
MD5 58a9a028be3f3a4de24a7999603d1911
BLAKE2b-256 4104be7983e9062a5de402e52d952d98273c65ab6da31d884ef0e47f69f655d9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 221ead411c5e455bbe32b8eb2e8521a31a0769684a93b6895e515e9ce3a49906
MD5 059cce821409ac2553f334a34e8770ea
BLAKE2b-256 84b58c87521aa0a140e84ae332523ca9a7014ba113ef165a43e33290412c1f5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 15480706c51bdf72d726d0efde77eef6b5f09fbef65bc520f2c4e1f3a429fddf
MD5 a641635807b6442ead4f261ab8604dc1
BLAKE2b-256 bcc4d6db2dad7b3f47b66b080e4dd10d739d152056e153357a162d54e50b42a8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for SQLAlchemy-1.4.8-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 dec822c2a9436092798998475b3b8edd0d59be7fecdd5fb8411ac8db1575ed64
MD5 8e8eef1ef00ffc8662f09d825975ba65
BLAKE2b-256 63564fef59470b3dd40ea1d20351c18953147134ef118e63ac0ba9d3b3af9928

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