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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

SQLAlchemy-1.4.3-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.3.tar.gz.

File metadata

  • Download URL: SQLAlchemy-1.4.3.tar.gz
  • Upload date:
  • Size: 7.5 MB
  • Tags: Source
  • 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.9.2

File hashes

Hashes for SQLAlchemy-1.4.3.tar.gz
Algorithm Hash digest
SHA256 a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3
MD5 a181ad42fa69ccb5a9daa8e45130cdff
BLAKE2b-256 ffe6410e067fc17697ac7ce8cb85cd7967d1b8fdcc27e4ce320c64671ae684d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d34afc46b9fe3025b8db7ade6876bf80668918c5cdcdae067aaec348b5daa821
MD5 85e3b2d6594aa67c7ccbe0652f69c45f
BLAKE2b-256 e0326af8e44f90427aae85243de63e8d2ee9508318c6e4c54c39f0b5019a98c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 81920161039cca14dac30378713c472a0ac5e783b2077984d6f8ec6f2d824356
MD5 aa549ee16a299df888b59b2c378ddecf
BLAKE2b-256 ab5e9b6ee0582e07d3567de6898b14f802cf924b4319d0ad13c01dd44bb48cb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22faab9884c46ea2c00d5457a6a23375e0b4ab5257b72a27c8b979d4f677d4cf
MD5 d08b9a68f132476fd87f9895ec325378
BLAKE2b-256 4dd863621fdc338a5b23d52c41615c7f3b4395c84b56dd93eb88c3d8e8a91194

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0096305b3e0912c59d8308f55d17544b3e5c1787f5ad8ef9cd75084136bcba9c
MD5 966c8d3b0889b6f61ec0a0958b25fffd
BLAKE2b-256 6384b7ce85e0e329aa10a375f534889883d70ebbe3f79c66ed56d889e31c9462

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 228fe0cc700748ccc7a9a430896a77dfaa8a1035874e540961589e31f31cabe1
MD5 3606400b9af52429f55b5168457265a0
BLAKE2b-256 ed538c43be7472ccfc6aef4dd422590c17a822c727c0422bb1e55edf90743401

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9852a7b4feee4c7de4b7541fa8a72ab36a5dad7942c58006e76ffe59c0f8efec
MD5 7e5d938fe34fcd7690808c3461ca2f2c
BLAKE2b-256 e26ab2a248abc78d464fcbbdcb88731c0ad51df251c612b2ab7c47c9643a7bd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.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.3-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 92cca0c8757ac9a8a53cc800ea0f04a4f6c346376bc4cb878e4a6aed6f19d18d
MD5 944f534ecc4531393c3eae6dc7398941
BLAKE2b-256 eeba5ce3a7977ef8cc0259f2a80efceb940ff3059cf76e42f9e2a01e2d76a127

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 755aed46915e20c0b317a4124251f31682dcc7a43984d771352f6863ea11cd9c
MD5 edae2c90a60dee637315c38cf1cf3c13
BLAKE2b-256 d93e02ad59a76782778d6185b85782a9ea86cfac4a4c2c5fd4fd0726c2b120fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8761759028eb7754b76ca153e613bdea0fb6f8107557e57c60616a7212e2a297
MD5 ee56a38b36f861fc77835cad6c7f37bd
BLAKE2b-256 5bc28b26d382ed8fd9835b57b26107ccb14a84a1aae752e0498a67edbae26d8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa529647a3770293f392dff40466344a5d142fe66a2bbec465247a05d695eced
MD5 adadd48283f78e1d1b06431715824388
BLAKE2b-256 fedfe73bccd77a5d970741daa022df0df17e05655ddb5207d11e98626b073c05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83e65d8826bc649f8af556588555b744d4b9cfc0fcda8f3ddd08fe43c656e459
MD5 77501a5fecc5c8d979604ba22629875f
BLAKE2b-256 f08bc5e0f7216f3e1b7e00f3778357b7b365fd9830e23c8928aa0ebf13060d22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b445fe8f043288178bc7d4adda49a505de86641864d50493d3fad10e0711cbff
MD5 549f1e9c394608b9a8e3b6681bb5eab3
BLAKE2b-256 accd28682eafc169e8b28d43caedddbe1307bf16b7dab423a6a18c926ce7d9f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96e68231f7115f5acb1bb51ccec26351bc155fedf835d7625fa203a43c8a3762
MD5 e52b27e0ff00d58519a0b5cecaabf384
BLAKE2b-256 8db8bc264a1e2415c7ad773c9bf82ad8edb8d99fcb5620779fbc9de4fd0242b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.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.3-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 409f3cd35f99592d0ceb1ee2e13c24b3083109e0f80096aae36000e5988aa24a
MD5 1d36c2548b4c59cc76f43e1e85c14eb8
BLAKE2b-256 54850b41c16ec9063720028b0e44b5232a090a3a7afe9e31b18eb5859f14d80f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4aa4de9bd3ae5e46f7395aa769303722e7174795ae83dd78302d849fcbc7513d
MD5 efea35d3d3f0ec44587e8860f9fe13d8
BLAKE2b-256 5a57a37d49e8ebfe7669c48d97c810fc18bf96c3d4f089b300be7e266b60071e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 41a6dc66714c7dddf210dc8652d19bb2a55364c21038ca77312500014271aa67
MD5 31ce357c1e252c9b50daea1193a0df24
BLAKE2b-256 abd84b619da776e14247e49d38a310ce4816690b23774d009864ecaa2117bae1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b30b71ea7c0f854d1b31549816694d8c435c9b5cce44da140b473544bb48a6b
MD5 e4bbb60d8a063068e9d0abb9778f1c97
BLAKE2b-256 5157c6575649565b0c24815bd239105658ccf337ac7468f7f53f7fb81bb1c8d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c063277efd89c7f755480ff80f87828c9a68afb0fdc6d79462b9e474301fded3
MD5 af3b0f04b870b5c76613c590ce1745d8
BLAKE2b-256 ab7069682a0da7aeaf2bbb2db8bcde38ea2c9e55c14c6ad73d4df797b71b377e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 52c2512914bdeb3ce7957e2597b6a9d4a3dd3b3177c32ccf481908d6e59384ae
MD5 a22d29f8ea26d2e2857fee21e33957d4
BLAKE2b-256 eb37deff4193e8d3f86ae5114d186c10befe32170772e6faed10f0f69ba994f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3280c283e85e5c7b95c7be75b2df765d4bb13a01be36552826557bb4177d2bdf
MD5 b7e20b38c3dc57501b205dab00108811
BLAKE2b-256 c910b0e9a88e3c293c414a29691ebf81815d86bff5f94dddb75ff2935b766bc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.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.3-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ad2d9fc0ffba476cf069cea558527bc23e1ced24ec6c8badab8aa63cbde56b07
MD5 8892ffc15ae13244af07ec795583d7b6
BLAKE2b-256 bd3ea6f9743cdcb2bd85a4c2fd414342c01065413ec38d4d087400924d43be9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 be1df71f9a06730b2a7213b68d6c465130a82305789462e375cf87037b181af3
MD5 86e3e8aaa5e448f72787e82310a5f9a7
BLAKE2b-256 551551af61c321c27cad92bdb4e4f7c8f24df1d85103b4eda1279501d0296be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d157a87dcd861eae04cd9b19cac535451719397fcae7b6f870688d8fb69d84f9
MD5 5bd005c735dc374866edbf004876f131
BLAKE2b-256 d8a49536557434a0fc95751c9dd6f8bc98426bfa1d741c71e3d576762d5616e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8b24bb68e981b6a2a8845d6d0f85891564d38562fc338170338ef90a221241e
MD5 0049ee46b4f9a84bcda6e111253168b0
BLAKE2b-256 15d69bcc33ab1559103902e868b25abf2d0bf2402c6a0e38c7b7486819cd73bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 655b35725f1478bb6f797336acc803ddbb4c693816b3663a6fd94ad454eb056a
MD5 bc0f6e4bb602ea5c79b58bbad42ec9a7
BLAKE2b-256 8f6bf4d76e07e0cfeaac66e4529df56ef19ab5d9f18978ac79d0231854d5bd7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bce476fd66aeaeb1a155f97838233d95fccd2c611da4d6b1cb4b6205435e5326
MD5 0b3eb2c2330c81af874ad635d7e88cf5
BLAKE2b-256 411ba5dca7d2393ecdab40ef80699a4ee96b92548e73f88272fa4e95f01dff33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 33a2b756bd8f7022c24a16228071dea39cf6f21f62732a5307b6ebcef084bf16
MD5 427ed0c75b61c432664ef7d54489299a
BLAKE2b-256 817b249d5a9fd4b50ba3fd06e8c610542bb14497b35bd5c65f43272a1841b0ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.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.3-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 106fd3da313390dffe6ca156e5b7244293d6f4bfd389bcb315771c7addb5f3b3
MD5 bfa528fc2112f6b2c26c5ad9130a5ec8
BLAKE2b-256 70c187d405938de909c777e5d93d940e9a5c7015f7c9b5b793e4138ae6a35b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8cf28097524b7fff3526df9154abcdbed0c4e434d4c4e6787e3d4fc33e7deb6a
MD5 4aba88dc0fdf9f630c8ad808eb40debe
BLAKE2b-256 e1027faaae5055669214578192ef626b639b2f3c2f1cf54fb19cd32b4fb8ba2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 a91fa4189f66af9644fde50740c5134689dc01c6c5edf04af6eafa3225ae110c
MD5 6ed298571194803e8ad982ababffac0e
BLAKE2b-256 b6552e014eb62c152494b14854210b70e23264f5f95a8e9e0b7dc44a07f8985b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b529f285b04094d458e811147a320019397909265eef1d1aa9dc6ecac0ad240c
MD5 58a6987c173bbcca930c68d727d2ffa7
BLAKE2b-256 e811a0d360c525aa3fed4332cfb270b1a6eae432c77fee91a4181d930b09bb82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5da7f97893631d060c4590e531784f5eaf64bb3e6002804ee8a96d9c91cd1885
MD5 09a083ecd1c9ba7002cfb20713c8eeca
BLAKE2b-256 232d75bf22162c7b7187acfb2f24f9e460333583f69c02b84b83826fb3796a8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.3-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.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.3-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e337983564e09857a7a687dfa7adfaf85f59ed9e885d30081e13aea792d6abf7
MD5 105c199963f58809550975c11ace90b9
BLAKE2b-256 286e23002cc1e247f8a71576f060af006edbc19ea09efaea2ce836ebe02ff8fa

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