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.57.0.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.57.0-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.57.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

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

sqlspec-0.57.0-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.57.0-cp314-cp314-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sqlspec-0.57.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

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

sqlspec-0.57.0-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.57.0-cp313-cp313-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlspec-0.57.0-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.57.0-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.57.0-cp312-cp312-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlspec-0.57.0-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.57.0-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.57.0-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlspec-0.57.0-cp310-cp310-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.10Windows x86-64

sqlspec-0.57.0-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.57.0-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.57.0-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.57.0.tar.gz.

File metadata

  • Download URL: sqlspec-0.57.0.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.57.0.tar.gz
Algorithm Hash digest
SHA256 58ce10290cfd3e5e7da1bd40ae09bc528a2a76bfa341b3981f780c24a19183e0
MD5 030444f5933986021e785110c1338f72
BLAKE2b-256 fd7b3aee58c4385706cb490a1f126030a36811bf4bdb798471797229b3be0882

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0.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.57.0-py3-none-any.whl.

File metadata

  • Download URL: sqlspec-0.57.0-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.57.0-py3-none-any.whl
Algorithm Hash digest
SHA256 241afbc6fac51102ff13e42c2edaf799e4343564c2f1619dd61eb41b899ebe1d
MD5 f12c5875e24695a4bce2f77aa90a9ec7
BLAKE2b-256 7a36d283f06e279cffbfe13cd712b7c199201c5bb5bba920be333dfbe1b07df4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.57.0-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.57.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 22df3057edfc17ed5d52636996551125f56b4e25321d88a07d1954a3d09ebf6b
MD5 b4b9245bf0862de7e93a2bc936e55fc9
BLAKE2b-256 12a5efca0b031963a40a51f0aaa90d11e7bd280f28bb53f6836ae90dc2dd1659

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e93ee2abef47c570ec5bef75712161968132bd079739c07e22f4cf328d96281e
MD5 d9d525e517dae9e1f22c08c43849d997
BLAKE2b-256 d00918ea0afdf73811cb8a4ce8896400bedd7c44ca2698b6be044cf13c9c6017

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 26f35498473e9d03d22498ba4cff0db35dd0d27f82cb59381b6804a34f6e2314
MD5 49a4faf4f0c99e530882e3609d65723b
BLAKE2b-256 fc21e315d09bd5afb26b1cb8b8c544fc554ade150b5a357983de7602aa3ded4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f0d6e6a2c3c2be869ce32366ef427fdec1959646fa2a2d054070ec9d714d981
MD5 637132122a49cc3171239361f0d92a33
BLAKE2b-256 4f41b5cf94d75d27d7e182346432f8e4895b06dd8e04af76eeaab123cd6521bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.57.0-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.57.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5a3c40b96842dfb04fc1ed4e7eb6bcfdd53a48112e4e824a846364d3f00113b8
MD5 a3cedfd8bb76424c78ec46281290cf65
BLAKE2b-256 afaf7bd6806b09fe0fbd18a1b1126fc3abc38c7a9f4f34894fcbcffadca9292d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 038ceffc3026361a0816ca87f1a014560dbd2683759699799233acf79f970104
MD5 22cd3a103305c0166407033275d10a89
BLAKE2b-256 c84edd84b2866c8c635fda981e52a19fb1e393a556deb2424ca55846656f8d41

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e35765945fbc3924b803db72b8f46167c547f9b471a11a4d20e4201f2bb4f000
MD5 dd4b4304ef4e252c0e16a305f15037da
BLAKE2b-256 b4268eb938a11704f8021f5592fe37cf85c1fd6cb3739f619a015eea3566b578

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf46b7652f54096860e9cd376643801cb288f66ccad7edfecd43dc198527cd25
MD5 fbf4cc06f7aaa203fc63516e5c227b47
BLAKE2b-256 f01fac1d09e2853097184e9f55ea9faa4ea5a2b4f7755da04801382d7944267d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.57.0-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.57.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c5ff49ee5d042f5d56c45e258763fad2d5c031b1788e81dab5b2cc4f838cdb4f
MD5 27465e61805b36a5083f3458823a35e9
BLAKE2b-256 3a83fc32013072a97959ebe8dd99911f26e30edbd787bfc81f500df2877fd3ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ca5b482f50049f40c78cd071f2700dc0d85845c3da2249e4739f22a3b5ba67b
MD5 0e403a092349df3b2571e8b46c8a5ac7
BLAKE2b-256 568cdd82a78d65e1ba5235d16845ca7680f73db31cc187e86b43fad991bc3df8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8a58c799e58c7b3dfad4c2683ccd77f8cfd724cf9aea937efe3b1712905f572d
MD5 bfd7af81a8a20520cdf17e4338a0c581
BLAKE2b-256 8016d88e825547e005377c3e7ed2d32d1cd7d0d0331cc1c451136ef283ef210c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b585f71a5baea9239b1dc3d5ed7df3193f7785ffa50d007663eec40950867da
MD5 f951695b621642ad82a8a6baeebbfa5a
BLAKE2b-256 0532a4d1c4d18924a5bc6336cb4bff3c3985e8c24a6a8ffc19b6837c6cc87a86

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.57.0-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.57.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8df54f1a4f10912ef99129559bc62e0913afec920a149cc502e7c048c584c939
MD5 c077f423661b88871618222001258ed2
BLAKE2b-256 862563b446b73b01e3b92049d96ecb6070417958cbed604cfe6e3fa983dc0ec2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec36538248b24ee11d07cc3ebf62881ade55e1fa9420f461996243d2cf9baa05
MD5 46d5399c6a0134a1aaef5f319b1554e8
BLAKE2b-256 8206d5e7796cfea298c6724a4d8dcbe1ac3beaa815296dcb4058be970e37cd1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a9a5c8efb5bbc0d93cbcc6c34fafb23fa2fd353789feed0dbdfb8e229605a407
MD5 9c6b8d01a8b2cd36ec0057a6282d35f3
BLAKE2b-256 665c447d12caac113afeb105ae57f3e6fcaed0290a9d7a8639e25bd9cffb6fce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8118e6cc373eeedc285bec3cbc44c7ece90f0f68df8af94ef1f3d5fa1daed4b
MD5 50d2fb7053039d04f6a81bb346b96b3d
BLAKE2b-256 20a1db8849bfa63550df16425338b1e120cdc556e98218e178fb751957f22fe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.57.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.7 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.57.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b6acf1a690205285a9cac1c8b5873c30c67586f197d4c0924959830da664a64d
MD5 f70e27b3fe49bcc34a7c4adb9c8e7f84
BLAKE2b-256 4f248538f0fa615a05f8f1d46155760c624effd38b24493f3831e9515af8f7b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d4efb82f5fb85e4d47342171c9a9a1522ddbd1dd007e5af4b88a30ff48bf4c3
MD5 8b167f2d010016bf2548be91dcf90afd
BLAKE2b-256 3a78e5af60dafc2242915d4b84872941008541f89bd6281cb1298286aca07917

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4ebaaf2a465dd16eec061e88e595bf6e3774d3faf334d6021058338a5bf234b1
MD5 2d8790b86abad276815c5be52ab50257
BLAKE2b-256 50625c8900583e20d3c73eaed1efdd80a5ff74bd5f28a7cfbe58aaba537f9a22

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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.57.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.57.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74f5411566fcb5d704d3a2c08030e2428d085f107dfaa9258225fed0dba88533
MD5 a1484ea1a6d6bde981edab9292cb89c8
BLAKE2b-256 75ac5f0885fadf986498e485081b14c16cfc00048001139cf02e409d760f02b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.57.0-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