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.58.3.tar.gz (3.3 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.58.3-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

sqlspec-0.58.3-cp314-cp314-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.14Windows x86-64

sqlspec-0.58.3-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.58.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

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

sqlspec-0.58.3-cp314-cp314-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sqlspec-0.58.3-cp313-cp313-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.13Windows x86-64

sqlspec-0.58.3-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.58.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

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

sqlspec-0.58.3-cp313-cp313-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlspec-0.58.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

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

sqlspec-0.58.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

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

sqlspec-0.58.3-cp312-cp312-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlspec-0.58.3-cp311-cp311-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.11Windows x86-64

sqlspec-0.58.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

sqlspec-0.58.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.0 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.58.3-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.58.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

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

sqlspec-0.58.3-cp310-cp310-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.3.tar.gz
Algorithm Hash digest
SHA256 35970e5a1fc045211d7e986e61119575ee37bebd53175ddfc941422a8483585d
MD5 bfb207e4f059a46453a6c842dfd85666
BLAKE2b-256 8dece2b043fc6ff1f98b59b9c4bbc7fc6934619221e7a5784ff5431e5db27bbf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-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.58.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f99e26ffa912e704fd3bd3a1fa997476df072780bba8a1177eface9e3b2aa9c5
MD5 ebb5703eb0bb63bdf90d9b06de42b808
BLAKE2b-256 2bc256c60020284b1c651ae0c0e9400e9014a78bc1da911c95d6cdbd30565d39

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.9 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.58.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 78f83b4cd47025944ab8a59672935c05cae4ecc5919a5783e7270e51fca9cef8
MD5 20a49dc664123673cb845daf582c1f94
BLAKE2b-256 3e999c8936aec36134251b04df6e39d7c1e0dbffd1ef6f708577231e95650c90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d81464b284479e0a1931eb7ff761037e8375ef68c94b84ebf2fc31699a1854a6
MD5 8a3116cfe803f333749c69eb65812744
BLAKE2b-256 36f8fa637773d68b2a9e8372bd28498c2f264db52e82ca6f3f03c12efac61eb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6c63501402b521fc6531840abff5d47ec01c8940ed23ececcd6083d912e798a8
MD5 93cc9279486103f263dc87c812f34fc2
BLAKE2b-256 419018f9779269c8024ccb0b8dc4355570544762599b8ddd5586df6ec930d187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e39f5dbcbbbcb569056b56ea8693a65ec73223e08d39a302b5b1a1ecd4f1098a
MD5 19a934f25f9964558c9e5c85aab9d4e2
BLAKE2b-256 59ae3c40d1d4823e20910e480e01840caf2e4add661f7a5012c8802d21c3f26a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.8 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.58.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a93d5cb5ae29c28a2aa7b0f71664bff1d519589982c88ecba6049724fa2543bf
MD5 d718f92a7d1092c84f6d9c919346b2f8
BLAKE2b-256 1357a57652dcd1c9f2451ba383d1ebe4c518decc51a9c9b5f2c6019941987507

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4045cd9c7e3a83440a2773967f26469a058084bc6275b93d1d8225faad1cfe26
MD5 12be66949872c1346a620ac8039b17cb
BLAKE2b-256 8ac9bd9705d71763c7f3225faa3fde6e9945560bfd323cb4af4bbf4b20074189

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2a97fe7d8b5c4032db8b718c708857690a6b871496b89586c3021592d5c14778
MD5 d8683f28c73233540b75dfe14eb9c44a
BLAKE2b-256 94e6dc5169280da938532bf842a07e18e1a229a93f245e9627b3a9217f8a8cfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab2698ac3020f637747fd57b9ed0b39194e46df36beb69c69bce99e35f589099
MD5 f6e309ede6d678d4a0c2678fd5f910ef
BLAKE2b-256 0590918ce29e46bdd2863c4e4f3c4dce292f7c61a6fd8517e7bbc217797192d7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-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.58.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2cf7657c15e631e4f9c6e02c70ec6bebb659d384d1431b09aff4f0039c3aa3ad
MD5 40d3d8cb93ce80868ee39e688117a9f7
BLAKE2b-256 c1d6d43ce6cba69516f591799a06b3a026391a9fd4fdb3f2bd99e447736ebaad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab13c9ede97d0ccf27416bb7ba38c4097d270254b24e07b791f90c1190823fcc
MD5 4c94d5b5e2908e2e1bcfbcbc93269e84
BLAKE2b-256 6c17dabbd0749031e48893620faf2064caccfcabe3a0c8050642ef0b38f4f23a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 32e0b50bbb8d1cb7f854973f343e7b394395441842ebe6a59cd8d88b82436748
MD5 d1f77a6f55fa4f878fd4f06941d01feb
BLAKE2b-256 9678f1c54abec4b628039620d866134cee4ff48960d0ea3e7de24a7bcd5a1441

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d427053bc374819f6ddd9175b1a7f9cf71838017fc5cce55c7a451ce6c7ba6a
MD5 54e1fed3bd5918e4d3aa17455913fde3
BLAKE2b-256 e4f50a271f8205436cdf37b7722f2f7b3c4205e9e225f4ffb2c6492b57e5e611

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.7 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.58.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce5de9448875f5a784204e46ba83fc9dcb19ab7ab3920daf6184ccd1e01b89b9
MD5 0d42653a9e8ea12a72c328fcd897c163
BLAKE2b-256 6b4e6380a908acc2b266f6022ffcbeb5b3f14ced27b230b7791dcc51eac87d07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 261da3e63ddb5f769fdc6e74d0b1c7e195fd1e5b59490c749d555fdbe0e31d50
MD5 b6035d252bbd503b5e0067ee322bf803
BLAKE2b-256 c890a71c5abf748748c3be099cb21edde2bfff96a809ed362d5a4044ee31f16e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2c6797c97ddf685c3b23fe2ce79a5a0694e859651e717a6f663e63094b90fc7c
MD5 011f8a50ec4299e7eda1fccd9b7eb482
BLAKE2b-256 55589ef9a8afb02bb41ff0f0ff73e6e9efb84355a6fcf07cd64ca198e2cfeed2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ebf64e8576f44e3eb9166c226e7701b248164efce57aa076750253873e56d19
MD5 c6fd3256b1d3d4110c4b1db77d59871b
BLAKE2b-256 dbf47ecdf6ca0c639cc6e59b7f7917896f918477e488a1afa412acace2c3e313

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.3-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.58.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54a0b57496aa8c7211252da6ae797e68d3fb36049477631b0340ca4875707421
MD5 e951e63d61083c03d3d8b94d6988ee4f
BLAKE2b-256 e8c187951afab3feb66875a9a1c350d25df57a5776a775af0c33b854b424cc68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee18542885a89eec0631aae2d6d6e1e23d770f3d270e127168a1a2b9716fc266
MD5 a6553ede2f250c7b1b3350797c9d8620
BLAKE2b-256 6cd148b8875385d98bb0be5f76f3cf52a546fff462177d26e67a960af89af138

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 954a418753b49059580437ddec33344ecb3dbea418594bc40083f9695f0a65d0
MD5 108d6b2149c8a2a9ea0b40674fb8a083
BLAKE2b-256 9bbc7a66a4b4261b518cccb2c1e42c642369b1ba05964cfe4925d9920f7b1d4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2169e6463d20bbf85947020973fe080246988ce4b5957897c565fc650978a1b
MD5 2a8d2cdcd5f83fa6d15af0e89ec5c5f1
BLAKE2b-256 41fdea05c9711ef8bcc25917aeff39877a5f488e09d6ed3476b2a829ec58bfbf

See more details on using hashes here.

Provenance

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