Skip to main content

SQLSpec

Type-safe SQL execution for Python, without an ORM.

PyPI Python License Docs

SQLSpec is a SQL execution layer for Python. You write the SQL -- as strings, through a builder API, or loaded from files. SQLSpec handles connections, parameter binding, and dialect translation. It maps results back to typed Python objects. It uses sqlglot under the hood. Queries are parsed, validated, and optimized before they hit the database.

Area Support
One API The same session and result APIs with sync or async drivers.
Databases PostgreSQL, SQLite, DuckDB, MySQL, SQL Server, Oracle, CockroachDB, BigQuery, Spanner, and supported Arrow Database Connectivity backends such as Snowflake, Flight SQL, and GizmoSQL.
Data tools Typed result mapping, Arrow export, built-in storage, and native bulk ingest where the adapter supports it.
Frameworks Litestar, FastAPI, Flask, Sanic, and Starlette.

Quick Start

pip install sqlspec
from dataclasses import dataclass

from sqlspec import SQLSpec
from sqlspec.adapters.sqlite import SqliteConfig


@dataclass
class Greeting:
    message: str


spec = SQLSpec()
db = spec.add_config(SqliteConfig(connection_config={"database": ":memory:"}))

with spec.provide_session(db) as session:
    greeting = session.select_one("SELECT 'Hello, SQLSpec!' AS message", schema_type=Greeting)
    print(greeting.message)  # Output: Hello, SQLSpec!

Write SQL, define a schema, get typed objects back. The getting started guide covers adapter installation and the query builder.

Features

  • Session lifecycle -- sync and async sessions with pooling where the adapter supports it
  • Parameter binding and dialect translation -- powered by sqlglot, with a fluent query builder and .sql file loader
  • Result mapping -- map rows to Pydantic, msgspec, attrs, or dataclass models, or export to Arrow tables for pandas and Polars
  • Storage layer -- read and write Arrow tables to local files, fsspec, or object stores
  • Framework integrations -- Litestar plugin with DI, Starlette/FastAPI/Sanic middleware, Flask extension
  • Google ADK -- SQLSpec-backed session, event, memory, and artifact services
  • Observability -- OpenTelemetry and Prometheus instrumentation, structured logging with correlation IDs
  • Event channels -- LISTEN/NOTIFY, Oracle AQ/TxEventQ, and durable table-backed queues with polling fallback
  • Migrations -- native schema migration CLI backed by SQLSpec's SQL file loader

Documentation

Playground

Want to try it without installing anything? The interactive playground runs SQLSpec in your browser with a sandboxed Python runtime.

Reference Applications

  • PostgreSQL + Vertex AI Demo -- Vector search with pgvector and real-time chat using Litestar and Google ADK. Shows connection pooling, migrations, type-safe result mapping, vector embeddings, and response caching.
  • Oracle + Vertex AI Demo -- Oracle 23ai vector search with semantic similarity using HNSW indexes. Demonstrates NumPy array conversion, large object handling, and real-time performance metrics.

Contributing

Contributions are welcome -- whether that's bug reports, new adapter ideas, or pull requests. Take a look at the contributor guide to get started.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlspec-0.56.1.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sqlspec-0.56.1-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

sqlspec-0.56.1-cp314-cp314-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14Windows x86-64

sqlspec-0.56.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.56.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.56.1-cp314-cp314-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sqlspec-0.56.1-cp313-cp313-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.13Windows x86-64

sqlspec-0.56.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.56.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.56.1-cp313-cp313-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sqlspec-0.56.1-cp312-cp312-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.12Windows x86-64

sqlspec-0.56.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.56.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.56.1-cp312-cp312-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlspec-0.56.1-cp311-cp311-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.11Windows x86-64

sqlspec-0.56.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.56.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.56.1-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlspec-0.56.1-cp310-cp310-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.10Windows x86-64

sqlspec-0.56.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.56.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.56.1-cp310-cp310-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file sqlspec-0.56.1.tar.gz.

File metadata

  • Download URL: sqlspec-0.56.1.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1.tar.gz
Algorithm Hash digest
SHA256 119eea8d6cc3d0aa6c49d211586da3407a4a5db6babb91a588dc57d93598eb9e
MD5 f6f705cb78501a7d99eb2d50f80f5f62
BLAKE2b-256 44f87bd4de44ad712159ff6c44852857659eb917bb35a4f302238d339f672992

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1.tar.gz:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-py3-none-any.whl.

File metadata

  • Download URL: sqlspec-0.56.1-py3-none-any.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b95402129890d677896192541edeb7d24b38b719816b29568b021064eff1585b
MD5 e810d87141a2201c8f8057628b24fb35
BLAKE2b-256 aeeb9d84849c5d8c96f50417b4383163302f3c3fa05e4033b9d04befbbbeabdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-py3-none-any.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.56.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5f359e61884368428c8a7c84db3fefc9c96f9eaa3111daaf2493b4e9bd91bb7
MD5 153af16a96ea6672ea5055ec71f4aa63
BLAKE2b-256 933b534dbb2a37324377e357641ab1a4772e0afa82ad784753c90150b014d3e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56de4fb5fdbc7b73eb50a6489ed20d3406bce3c11c4e0d6fd3fa32a78a8071f5
MD5 4dc4ed614adb1adba319f7120b7fc2a2
BLAKE2b-256 329856fa8469dcecdeb554095e2a3b23171c3391f2706cda9e060d135afc4032

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d6257c11aef04365930e31b01cbd295f06978b03a7b06ea6ba02c76630557250
MD5 2dcbfe8b6342d1e3ed7d9907563f1ed2
BLAKE2b-256 2ce0f1ead0963a761969d268da23840f860e8fe47bb5d3a262c6a83d056173d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3caebcba8f624691c2ad0aa08ab8251bfe3ac0c66e8a60a9991b9ffec20ba944
MD5 ed24678d572813d5bf2bb33595e78149
BLAKE2b-256 c91c6d4fa2bccfefbd45f177ecb3d44228f64ba4aba2b52a66781ec21f921526

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.56.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6682bd048cdc16c8bcaf79845cdefaf0a6b133d7208f977be5da56a8a0f79aad
MD5 03cbdd2e00fdb0e9383936ad4fa2bb16
BLAKE2b-256 8f039036d6b7e00fb5c323f9e3f0ce210fe18c7d0de43b120f0667c6f0a40cf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bf910ebf7473666c007dd1099ff76f1377b2743d0350e01bfcd50784554ff40
MD5 3d98fd97e20b418cc0998436537e805d
BLAKE2b-256 5ed65370c65b306ee3dd5847de7320cc82c2359a8a13be06755ef07a56dfe1ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 415dd2245ef2c3a54033c75004954229d9b5fa2854aaba3b3c21a30e16ded2c7
MD5 e6c23ca2e8c74db471c356fbaf2ca11d
BLAKE2b-256 28f960b05b8a2d7ace41670373b6dc46e2e688acf5f014e47dbd9e875221bbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9178c5e1adf73a14d986051640cb3af074e681e8957440837e115209efb6d031
MD5 3c5f8884431cd3702441f3bfb84dc164
BLAKE2b-256 2d77a5b42429a9fc3b0f135a27ffa5a0717ad02efaa2303d47c47a041e9ee52a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.56.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 547223cded5add91a35eff913a2530b35bc96cc074c4ab305058c565fcdff2eb
MD5 e12bdabee6f3252b4a262a7c5ae9d703
BLAKE2b-256 49ef507ca8e7def7906a043e2a16ef3cd1994479108eedcc31642a566451d0f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c461ab8c0f7889497c984d2be4dbcc88f487754d2beed7bbaa515c0366915e1e
MD5 cadaf374814d883f4bf0e23734397f1c
BLAKE2b-256 9a64c6703aab3274beab0a0ee86e8c305c010700a741c19656167c1e97bc00bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b566e0861c813cbf940c0a38438b163f3f20098bf29619817209fe6f07060964
MD5 afa24ace79cd63b04a733fbe2f673990
BLAKE2b-256 86fef62401173636ff4aa1532232eb7d98bfc4c7152b95fd14e24b87a61f0a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1baf6e61e126f9183b0352deb5ab30a98bb3d74ad3cb56ac0cca144d12a2f508
MD5 53817712dd27de5baa764fb116ca8059
BLAKE2b-256 f069d398a4f1fdad29494f92fd702ccbf382d71058dcc24f4e89440a5f994b1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.56.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a8fcdaf3d678cceaa5f0d6c2acc1fe3f7aedbae45a0841204c7d96d6a83cbb90
MD5 1b74d9d077aad362c7ca8141f4ce7ae6
BLAKE2b-256 661ba1453c00ba5519f4fb59151dbc4b433d10a046fb081183d092d01c3a4255

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ba2537ff164c6375e83da7e56fab9cdad2f7de8162ecf0222b7033ae5dd16d1
MD5 70486eefeed184e57aeb41c9442d7a54
BLAKE2b-256 5454a3f4b6794116b4741e110baaa4bd7148e53909814a94ce8e35cd15e713ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c6933edeb860daf02c5ff02aef9de63137e9512caa5fa511f951474fcf5431dc
MD5 73c801cc9d2d29dbde18ab0fbe9094f5
BLAKE2b-256 377d4fd2a6d9a469baf6f9efa526975f9d02105c135f7b5ac1dddcac908767aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3e920728ffb71cc293a3b7954ddb5d8162b17060cc9a049953a44a19e0f0a4e
MD5 6e9245c581b76c5efa82603f7cbaf8c0
BLAKE2b-256 32f18d8fefbc47f56e41615f08e3274ad34971fc658f9723ce26e04811c24fe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.56.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.56.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2e95b50b4bd6ab765edda04fbc0f1519c2f25b0554831451bc02b9c6956b13d
MD5 453f3b7cf775f6670b3f6429887c55de
BLAKE2b-256 3be536bad98cf80c8227b9f8e59c11a834dab8bf5e8e707cdd0601f828f645f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26dbc1fc28f54194fa79cbeb93903d5fa5fa3fe7520e0d35a9209dd33ad59b56
MD5 16f492c05c5506c4f08dc6b25a3c6ad2
BLAKE2b-256 80b4990b0b4d1c45c1842d6633ae49bd78dba376623a8b0db0fe47c5e48e5597

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 873197a7371c09ce53be3e68593507a33127e4dbd54802b6985ea0ef24c8ac7a
MD5 b35611f1384dca9f6ba4ecbadd8e5042
BLAKE2b-256 eca933b1c269062f19eb1b079e816a73085f257e806e11e3c858ae2ac9b6bc61

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.56.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.56.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 773064b6e17af434b0a00ba23c4d1e11f30a89c096006ecea6d4cdb4b0be59e8
MD5 33dd665093ca08475f8cfd3868de49a7
BLAKE2b-256 db4300ffb9107d85554d2160322be1aca792874ea13a1055e0c86c27c39d9589

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page