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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7m Windows x86-64

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

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

SQLAlchemy-1.4.9-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.9.tar.gz.

File metadata

  • Download URL: SQLAlchemy-1.4.9.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.9.tar.gz
Algorithm Hash digest
SHA256 f31757972677fbe9132932a69a4f23db59187a072cc26427f56a3082b46b6dac
MD5 b538d844f5cc7050490b76a6a8316622
BLAKE2b-256 29251fbcbf47928731ff46cbf3eaaaacbdcc042dd85f919580055f30a0dbdb0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 386f215248c3fb2fab9bb77f631bc3c6cd38354ca2363d241784f8297d16b80a
MD5 ffb86a1385976f11289c09df9b9ea4f3
BLAKE2b-256 0a2f28691ef99c152bc3f17716a95b37818bfef4a090baa7cd6b39376f58a25b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 343c679899afdc4952ac659dc46f2075a2bd4fba87ca0df264be838eecd02096
MD5 6fde5ebe12a54da04c0ae6eadf3e4888
BLAKE2b-256 de71374ef762c8a151a6fbcf748db5ef2df04c153e408d8600f0a8748c0c103b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 099e63ffad329989080c533896267c40f9cb38ed5704168f7dae3afdda121e10
MD5 21d50d85f30bbc54c1a2a843af12e013
BLAKE2b-256 6364dfe15fcfbf28f1b52ba4ef26601cdfa5f84e4afc3d98b61ebaf9be8fc06c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29816a338982c30dd7ee76c4e79f17d5991abb1b6561e9f1d72703d030a79c86
MD5 d8e4b2b6fc393b014fa88845c9d99ebc
BLAKE2b-256 c09bdc0bffbd359dbabd28bb3b956c6e6bbc94a56217bf2d967632bcefb06a6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ec7c33e22beac16b4c5348c41cd94cfee056152e55a0efc62843deebfc53fcb4
MD5 e7cfd61fa0f7fdb74fb03f28af49e587
BLAKE2b-256 f5219babc8a26800a314fdf01eaaeae663719eb21e7511238941f7b68b80a02d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7bdb0f972bc35054c05088e91cec8fa810c3aa565b690bae75c005ee430e12e8
MD5 adf95a432b91c4039b971fae046520e0
BLAKE2b-256 586d50b19e749b4a274c4ed3313468b2a923633e6651b869436f4d16cda0989d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2e1b8d31c97a2b91aea8ed8299ad360a32d60728a89f2aac9c98eef07a633a0e
MD5 77afa750915a7663724f2d34c94b51e2
BLAKE2b-256 da454d0a1aecf86ea7985d1bda0570d3bfff043178b8564a97847f3c1387a3c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fbdcf9019e92253fc6aa0bcd5937302664c3a4d53884c425c0caa994e56c4421
MD5 0b2a2bb5034b40e16b6af56ac8436dd4
BLAKE2b-256 c973123d64b566fefed11bc8f8201ce864b37754e1ad76190eeaa6a2d0db9c43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bb97aeaa699c43da62e35856ab56e5154d062c09a3593a2c12c67d6a21059920
MD5 56bc7819efbde9e45ac3ebc3bd0b0915
BLAKE2b-256 171ddd71850147015871bfa0ad7d7ae2bbf71c7e9df36d9d232909ac835229d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cde2cf3ee76e8c538f2f43f5cf9252ad53404fc350801191128bab68f335a8b2
MD5 3148cf11997bf6526b7cd690d87ace17
BLAKE2b-256 c961fb4df574f89d528d342829e4621119d252e135afc6972d4323734a3c2910

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d8aab144cf8d31c1ac834802c7df4430248f74bd8b3ed3149f9c9eec0eafe50
MD5 ae7cf36ea466d056ee8e7f8a068b3ac8
BLAKE2b-256 cd5e6430d4e5835b3d3f592aa5b22b9267c9f483ae3ac29c74e45ec73f094d03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e9e95568eafae18ac40d00694b82dc3febe653f81eee83204ef248563f39696d
MD5 3b972555d5d0bff3356563bd4dde36fd
BLAKE2b-256 f1d16e0798ccba30498f2463a91589031e6d8265e58b01a1daa341203041ba7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 457a1652bc1c5f832165ff341380b3742bfb98b9ceca24576350992713ad700f
MD5 ce06e0a72e01d2fced6365a21384732e
BLAKE2b-256 91871e48bdf245559b94683b7f5917cd9e00901a3d6213c07d5d14e762167b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a28c7b96bc5beef585172ca9d79068ae7fa2527feaa26bd63371851d7894c66f
MD5 3def2c994437feb77ac33d8ed22388f9
BLAKE2b-256 585b13af2c5cbb40deaff77c06bec3f88a5b26202e0e24020c9837bbd89bb803

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 230b210fc6d1af5d555d1d04ff9bd4259d6ab82b020369724ab4a1c805a32dd3
MD5 1742ee6375a1e8ba8b7b05db6b9cb917
BLAKE2b-256 e413b2f5b56b763418fc3b1025c46ddf2f5e6e5d5cd86cf7951ebf450cf95ab2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b0266e133d819d33b555798822606e876187a96798e2d8c9b7f85e419d73ef94
MD5 4cd6e05dd9be43d3d6a0b6c9d52969cc
BLAKE2b-256 3a0e4363a698e36b4fed57310f9b4c09c0b7312e7a92f44571e13881ef0cc0bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f239778cf03cd46da4962636501f6dea55af9b4684cd7ceee104ad4f0290e878
MD5 2d572d0fbbfcf98c6ed12853bf46fd82
BLAKE2b-256 79856b41d29fbd3716e7864a5700b122a8a9748f54e29026be611f6d900daf3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25aaf0bec9eadde9789e3c0178c718ae6923b57485fdeae85999bc3089d9b871
MD5 fbfe7c48481488f67a0ba6106012c9eb
BLAKE2b-256 925bf28ade6d2a60f22b148a9bfb2ecf44873340914d57891abbac662f5e338c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bce6eaf7b9a3a445911e225570b8fd26b7e98654ac9f308a8a52addb64a2a488
MD5 177e631fb18f92186e355db388f02cf3
BLAKE2b-256 13e488304da8f68cd75578765d2f00fd7247fe955fc69b9016c2c2f879e27619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4e554872766d2783abf0a11704536596e8794229fb0fa63d311a74caae58c6c5
MD5 53bf019d2cdb88d0eceaad847c40b09b
BLAKE2b-256 1e503459b03f05de29a4c90c39e00117b3cf65e7a8f329045cfdd9b37d44ab9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 fc82688695eacf77befc3d839df2bc7ff314cd1d547f120835acdcbac1a480b8
MD5 af5aae6b9e63b43c3c9f6c6d7540aaca
BLAKE2b-256 06ecae9ee3c3dc8674fc40dcab0528218cc67c5e4485a607421d80fd292094a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6c6090d73820dcf04549f0b6e80f67b46c8191f0e40bf09c6d6f8ece2464e8b6
MD5 4cdfd2d3190cb051703215f412b30fe1
BLAKE2b-256 66f9d0be5f94926f8ad9eefb883a9c4f495ea38a6d89d5c157e19d06a57959d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 4edff2b4101a1c442fb1b17d594a5fdf99145f27c5eaffae12c26aef2bb2bf65
MD5 f19b5ffa83bcf39b4bbb325154f83ede
BLAKE2b-256 a525909a09aff89316bfe4dfe93102ebf81899df12bdf06aa8ff430ac2625203

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 690fbca2a208314504a2ab46d3e7dae320247fcb1967863b9782a70bf49fc600
MD5 bf9e067c5ce9cf37ffedd38cb9d0f23e
BLAKE2b-256 886555a7cb2ff05e97f8555d47ac50d08e2d02425ee94c1d20e47efdf4149333

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 065ac7331b87494a86bf3dc4430c1ee7779d6dc532213c528394ddd00804e518
MD5 deb2dcd56b725eb9b7e2d86a696b95b6
BLAKE2b-256 eb3c888be2c51df3347c346b57ff01619c5d0bdfd65e852a17c9bd79c5224f51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cfa4a336de7d32ae30b54f7b8ec888fb5c6313a1b7419a9d7b3f49cdd83012a3
MD5 e39b4e685b37fc4915b0bfe072c5c086
BLAKE2b-256 64d4107b86775243e2452276c675bf025012e917e4744cf2b2f93e4d5024202c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 815a8cdf9c0fa504d0bfbe83fb3e596b7663fc828b73259a20299c01330467aa
MD5 7dc35966c38ff72167952d4c1f8fab7c
BLAKE2b-256 1d009d903981905f7ea24a08611b08b08e6f79df00a5de73589dd13d1e73f2f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cfbf2cf8e8ef0a1d23bfd0fa387057e6e522d55e43821f1d115941d913ee7762
MD5 ea509c25e1c339b84ee0b4798036a35c
BLAKE2b-256 0064c3b408736849573b4eb588d75c5718217ba774edc0625750bfc42d89cc58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c6f228b79fd757d9ca539c9958190b3a44308f743dc7d83575aa0891033f6c86
MD5 e9f048cfa4504f4c060a1183a0665cec
BLAKE2b-256 e02475f1f1464457e9c01b138145636997020133566282df710a41a3cfdcec76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 e7d262415e4adf148441bd9f10ae4e5498d6649962fabc62a64ec7b4891d56c5
MD5 9e8e6b85ed5d8d2a474809e36ad83f3b
BLAKE2b-256 bf73d612591adf47d3e5aefeedc2b9325bf94ff4ce6927f1de67d41b43e3bc62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 a8763fe4de02f746666161b130cc3e5d1494a6f5475f5622f05251739fc22e55
MD5 c4df108dabf37b5b1668eb59c76f0d9d
BLAKE2b-256 fd09ecaea7179b99aa015ad0531cabf6cf6c53436ed011a41185c92ca6c55db6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c4485040d86d4b3d9aa509fd3c492de3687d9bf52fb85d66b33912ad068a088c
MD5 377865c1cf69530e870f04d25610b1af
BLAKE2b-256 1c8b7bc93f0731708ac09215cc7a386a7d091af4eeeec5803cfbbfa86595c468

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SQLAlchemy-1.4.9-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.9-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e26791ac43806dec1f18d328596db87f1b37f9d8271997dd1233054b4c377f51
MD5 e2cd5327e1629f6a64dcd932a398b5f5
BLAKE2b-256 de589ed6af130da65a01f0d2eb7914ece33d0c87cf5d88536ee78f19f435aba4

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